John's Cheatsheets

John's Main Website

This website is generated by MkDocs.

Install

With Python 3.8 installed on Windows globally:

python -m pip install mkdocs --user
python -m pip install mkdocs-material --user

Basic MkDocs Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs help - Print this help message.

The source Markdown files are found in the docs_src folder.