This repository hosts the source files for the Building Blocks Documentation website.
The markdown files located in docs-src are used by Github Pages to build that website.
To test the documentation site locally:
- Install MkDocs Material:
pip install mkdocs-material- Run the development server:
mkdocs serve- Open your browser to
http://127.0.0.1:8000
The site will automatically reload when you make changes to the documentation files.
To build the static site:
mkdocs buildThe built site will be in the site/ directory.