diff --git a/docs/guides/connector-reference.md b/docs/guides/connector-reference.md index cf9fd389..925994a9 100644 --- a/docs/guides/connector-reference.md +++ b/docs/guides/connector-reference.md @@ -1,3 +1,10 @@ +--- +layout: "" +page_title: "Connector Parameter Reference" +description: |- + The guide describes the connection parameters for all connectors in the DaVinci platform, with examples of how to define within Terraform using the `davinci_connection` resource. +--- + # DaVinci Connection Definitions Below is a list of all available DaVinci Connections available for use in `davinci_connection` resource. diff --git a/docs/index.md b/docs/index.md index 9704e943..3927f542 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ If the PingOne Environment and Permissions are managed in: - **separate module** - use [static credentials](#authenticate-using-static-credentials) or [environment variable credentials](#authenticate-using-credentials-as-environment-variables). - **same module as davinci configuration** - use the [full deployment example](#full-deployment-example-with-a-pingone-environment). -For a more thorough example on how to set up PingOne for DaVinci API authentication see [getting started}(https://terraform.pingidentity.com/getting-started/davinci/) +For a more thorough example on how to set up PingOne for DaVinci API authentication see [getting started](https://terraform.pingidentity.com/getting-started/davinci/) ### Authenticate using static credentials diff --git a/templates/guides/connector-reference.md.tmpl b/templates/guides/connector-reference.md.tmpl index c7de80ad..0085e516 100644 --- a/templates/guides/connector-reference.md.tmpl +++ b/templates/guides/connector-reference.md.tmpl @@ -1,3 +1,10 @@ +--- +layout: "" +page_title: "Connector Parameter Reference" +description: |- + The guide describes the connection parameters for all connectors in the DaVinci platform, with examples of how to define within Terraform using the `davinci_connection` resource. +--- + # DaVinci Connection Definitions Below is a list of all available DaVinci Connections available for use in `davinci_connection` resource. diff --git a/templates/index.md.tmpl b/templates/index.md.tmpl index 03ab6a2b..e9af59a5 100644 --- a/templates/index.md.tmpl +++ b/templates/index.md.tmpl @@ -26,7 +26,7 @@ If the PingOne Environment and Permissions are managed in: - **separate module** - use [static credentials](#authenticate-using-static-credentials) or [environment variable credentials](#authenticate-using-credentials-as-environment-variables). - **same module as davinci configuration** - use the [full deployment example](#full-deployment-example-with-a-pingone-environment). -For a more thorough example on how to set up PingOne for DaVinci API authentication see [getting started}(https://terraform.pingidentity.com/getting-started/davinci/) +For a more thorough example on how to set up PingOne for DaVinci API authentication see [getting started](https://terraform.pingidentity.com/getting-started/davinci/) ### Authenticate using static credentials