docs/README.md
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.
To serve the contributing guide locally, mkdocs and the mkdocs-material extension must be installed.
Both require Python and pip.
If using Homebrew, install both with
% brew install mkdocs-material
Otherwise, install directly using pip3
% pip3 install mkdocs
% pip3 install mkdocs-material
Once installed, the documentation can be served from the root directory:
% mkdocs serve --live-reload