Calmcode - mkdocs: intro to mkdocs

Intro to Mkdocs

1 2 3 4 5 6 7 8 9

Make sure you first install mkdocs with pip.

pip install mkdocs

Once you've done that you can start a project locally via;

mkdocs new .
mkdocs serve

If you make changes to the markdown files the website will automatically update.