Skip to content

Commit 0542688

Browse files
committed
Add doc guidelines to CONTRIBUTING.md
1 parent 3f5125d commit 0542688

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Importer: &schema.ResourceImporter{
4848

4949
See the [importer state function docs](https://www.terraform.io/plugin/sdkv2/resources/import#importer-state-function) for more details.
5050

51+
#### Documentation
52+
53+
At the moment, documentation is handcrafted. Doc pages are located in [/docs](/docs). Please follow the [Terraform doc formatting guidelines](https://www.terraform.io/registry/providers/docs#format) for these pages. The [Terraform doc preview tool](https://registry.terraform.io/tools/doc-preview) is very helpful for previewing the markdown.
54+
5155
## Developing The Provider
5256

5357
You'll first need [Go](http://www.golang.org) installed on your machine (version 1.14+ is *required*).

0 commit comments

Comments
 (0)