Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Jan 26, 2021
1 parent 9b921d6 commit 0433b0a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,11 @@ $ TF_LOG=trace make testacc

## Building The Documentation

The documentation is built from components (go templates) stored in the `docs_src` folder.
The documentation is built from components (go templates) stored in the `templates` folder.
Building the documentation copies the full markdown into the `docs` folder, ready for deployment to Hashicorp.

> NOTE: you'll need the [`tfplugindocs`](https://github.com/hashicorp/terraform-plugin-docs) tool for generating the Markdown to be deployed to Hashicorp.
With the repository cloned to: `$GOPATH/src/github.com/fastly/terraform-provider-fastly`:

* To build the documentation Markdown files:
`go run scripts/website/parse-templates.go`

* To validate the documentation directory structure:
`tfplugindocs validate`

Expand Down

0 comments on commit 0433b0a

Please sign in to comment.