MkDocs⚑
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. -- https://www.mkdocs.org/
Usage⚑
View the website local with: mkdocs serve
.
Build the website with: mkdocs build
.
The default export directory is ./site
.