Skip to content
Bofu Chen edited this page Sep 13, 2020 · 8 revisions

Introduction

There are two essential branches

  1. master: contains documentation deployment (HTML).
  2. source: contains documentation source code (Material for MkDocs).

Local Run

  1. Switch to the source branch.

  2. Run the command

     $ mkdoc serve
    
  3. Open the URL http://localhost:8000 in browser.

Clone this wiki locally