Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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