Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 434 Bytes

File metadata and controls

14 lines (12 loc) · 434 Bytes

Mbed CE Documentation Website (mbed-ce.dev)

This is a docs website built with mkdocs and mkdocs-material.

Building Locally

  1. Create a python 3 venv, activate it, and install requirements.txt
  2. To build the site to HTML files, run
    $ mkdocs build
    
  3. Or, to serve the current site, watching for changes, run
    $ mkdocs serve