Files
mkdocs-quickstart/docs/tutorial/tldr.md
2020-05-03 11:31:57 +02:00

229 B

TL;DR

A simplified version of the tutorial.

  1. pip install mkdocs
  2. mkdocs new . or click Use this Template
  3. mkdocs serve
  4. mkdocs gh-deploy
  5. View published site at https://USERNAME.github.io/REPO-NAME/