Skip to content

Commit

Permalink
PORT-8877 - Link to widget type docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Jun 29, 2024
1 parent b1f3cd7 commit df2bb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/port_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ subcategory: ""
description: |-
Page resource
Docs about the different page types can be found here https://docs.getport.io/customize-pages-dashboards-and-plugins/page/catalog-page.
Docs about the different widget types can be found here https://docs.getport.io/customize-pages-dashboards-and-plugins/dashboards/#widget-type-identifiers-terraform.
~> WARNING
The page resource is currently in beta and is subject to change in future versions.
Use it by setting the Environment Variable PORT_BETA_FEATURES_ENABLED=true.
Expand Down Expand Up @@ -216,6 +217,8 @@ description: |-

Docs about the different page types can be found [here](https://docs.getport.io/customize-pages-dashboards-and-plugins/page/catalog-page).

Docs about the different widget types can be found [here](https://docs.getport.io/customize-pages-dashboards-and-plugins/dashboards/#widget-type-identifiers-terraform).

~> **WARNING**
The page resource is currently in beta and is subject to change in future versions.
Use it by setting the Environment Variable `PORT_BETA_FEATURES_ENABLED=true`.
Expand Down
2 changes: 2 additions & 0 deletions port/page/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ var PageResourceMarkdownDescription = `
Docs about the different page types can be found [here](https://docs.getport.io/customize-pages-dashboards-and-plugins/page/catalog-page).
Docs about the different widget types can be found [here](https://docs.getport.io/customize-pages-dashboards-and-plugins/dashboards/#widget-type-identifiers-terraform).
~> **WARNING**
The page resource is currently in beta and is subject to change in future versions.
Use it by setting the Environment Variable ` + "`PORT_BETA_FEATURES_ENABLED=true`" + `.
Expand Down

0 comments on commit df2bb44

Please sign in to comment.