Skip to content

Commit

Permalink
docs/provider: Remove mention of side navigation file in Contributing…
Browse files Browse the repository at this point in the history
… Guide

Reference: #14712

The `website/aws.erb` file no longer has any effect and will be removed in the future.
  • Loading branch information
bflad committed Aug 18, 2020
1 parent eb925b2 commit afb2487
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/contributing/contribution-checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,9 @@ guidelines.
- [ ] __Arguments_and_Attributes__: The HCL for arguments and attributes should
mimic the types and structs presented by the AWS API. API arguments should be
converted from `CamelCase` to `camel_case`.
- [ ] __Documentation__: Each resource gets a page in the Terraform
documentation. The [Terraform website][website] source is in this
repo and includes instructions for getting a local copy of the site up and
running if you'd like to preview your changes. For a resource, you'll want
to add a new file in the appropriate place and add a link to the sidebar for
that page.
- [ ] __Documentation__: Each data source and resource gets a page in the Terraform
documentation, which lives at `website/docs/d/<service>_<name>.html.markdown` and
`website/docs/r/<service>_<name>.html.markdown` respectively.
- [ ] __Well-formed Code__: Do your best to follow existing conventions you
see in the codebase, and ensure your code is formatted with `go fmt`.
The PR reviewers can help out on this front, and may provide comments with
Expand Down

0 comments on commit afb2487

Please sign in to comment.