-
Notifications
You must be signed in to change notification settings - Fork 34
How to Preview MkDocs Locally
David Keiser-Clark edited this page Mar 13, 2019
·
2 revisions
ISLE uses MkDocs to display our git documentation more beautifully. (MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.)
- Install MkDocs: https://www.mkdocs.org/
- install our theme: https://squidfunk.github.io/mkdocs-material/
- Go to your project folder using a terminal or command prompt (Windows should use Administrator mode)
- usage:
cd your_local_path/ISLE-Documentation/
- example:
cd C:/xampp/htdocs/GITHUB/Islandora-Collaboration-Group/ISLE-Documentation/
- usage:
mkdocs serve
- MkDocs will serve locally on: http://127.0.0.1:8000/