Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 822 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 822 Bytes

Documentation

This directory contains documentation for the Terraform AWS Provider Contributor Guide. Resource and data source documentation is located in the website directory and available in the Terraform Registry.

Local Development

To serve the contributing guide locally, mkdocs and the mkdocs-material extension must be installed. Both require Python and pip.

% pip3 install mkdocs
% pip3 install mkdocs-material

Once installed, the documentation can be served from the root directory:

% mkdocs serve