mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
9 lines
229 B
Markdown
9 lines
229 B
Markdown
## 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/]()
|