A lightweight local workflow for previewing the MSD-LIVE documentation site built with MkDocs and the Material theme.
- Python 3.8+ (you have Python 3.12 available locally)
- pip
- Recommended: create and use a virtual environment
- Create and activate a virtual environment (optional but recommended):
python -m venv .venv
source .venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Run the development server:
mkdocs serve- Open the site in your browser:
http://127.0.0.1:8000/
- If the server doesn't reflect changes, stop and restart
mkdocs serve.
- Project docs configuration:
mkdocs.yml - Docs folder:
docs/