Skip to content

Commit

Permalink
Documentation corrections (#327)
Browse files Browse the repository at this point in the history
* Documentation corrections

* docs generated correction
  • Loading branch information
patrickcping authored Jun 3, 2024
1 parent d424098 commit 41c95ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/guides/connector-reference.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions templates/guides/connector-reference.md.tmpl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41c95ab

Please sign in to comment.