Skip to content

How to Preview MkDocs Locally

David Keiser-Clark edited this page Dec 13, 2018 · 2 revisions

How to Run and Preview MkDocs Locally

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.)

Installation

Run MkDocs

  • 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\
  • mkdocs serve

Preview with Browser

Clone this wiki locally