mkdocs Tools
mkdocs is an excellent documentation generation tool written in Python to convert Markdown to documentation.
documentationMkdocs
Build documentation using mkdocs and a template
Usage
documentationMkdocs [ --path documentationPath ] [ --template yamlTemplate ]
Build documentation using mkdocs and a template
Arguments
--path documentationPath- Directory. Optional. Directory where documentation root exists.--template yamlTemplate- File. Optional. Name of mkdocs.yml template file to generate final file. Default ismkdocs.template.yml.
Return codes
0- Success1- Environment error2- Argument error