/mbed-ce-dot-dev

mbed-ce.dev Documentation Website

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