website: add links to the registry provider documentation (#27416)

* docs: add links to the registry provider documentation

* Adjust wording/link URL

Co-authored-by: Nick Fagerlund <nick@hashicorp.com>
This commit is contained in:
Rémy Léone 2021-01-13 01:06:50 +01:00 committed by GitHub
parent 303b326008
commit edb4c00a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,9 @@ browse its documentation.
Provider documentation in the Registry is versioned; you can use the version
menu in the header to change which version you're viewing.
Learn more about writing, generating, and rendering provider documentation
in the [provider publishing documentation](/docs/registry/providers/docs.html).
## Temporary Provider Documentation
The following providers will be published on the Terraform Registry soon, but
@ -36,3 +39,8 @@ the links below:
- [MySQL](/docs/providers/mysql/index.html)
- [Rubrik](/docs/providers/rubrik/index.html)
- [Rundeck](/docs/providers/rundeck/index.html)
## Useful tools
- [Doc preview tool](https://registry.terraform.io/tools/doc-preview)
- [terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)