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.
mkdocs: intro to mkdocs
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.