Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 506 Bytes

Debugging.md

File metadata and controls

26 lines (17 loc) · 506 Bytes

Debugging

Built using MkDocs. Uses the Cinder community theme.

Folders

  • src -> Source code for the site
  • docs -> Where the built site goes for hosting on GitHub pages

Pre-requisites

  • Python 2.7+
  • pip (Python package manager)
  • pip install mkdocs
  • pip install mkdocs-cinder
  • pip install mkdocs-markdownextradata-plugin

Development server

  • cd src
  • mkdocs serve

Building

  • cd src
  • mkdocs build