Index
Documentation¶
Topic | Link |
---|---|
Markdown | https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet |
Mkdocs | https://www.mkdocs.org/ |
Material | https://squidfunk.github.io/mkdocs-material/ |
Mermaid | https://mermaidjs.github.io/ |
phpdoc | http://phpdoc2cheatsheet.com/#mult_types |
Commands¶
py -m mkdocs new [dir-name]
- Create a new project.py -m mkdocs serve
- Start the live-reloading docs server.py -m mkdocs build
- Build the documentation site.py -m mkdocs help
- Print this help message.