Skip to content

MSD-LIVE/msdlive-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSD-LIVE Docs (mkdocs)

A lightweight local workflow for previewing the MSD-LIVE documentation site built with MkDocs and the Material theme.

Prerequisites

  • Python 3.8+ (you have Python 3.12 available locally)
  • pip
  • Recommended: create and use a virtual environment

Quick Start (development)

  1. Create and activate a virtual environment (optional but recommended):
python -m venv .venv
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the development server:
mkdocs serve
  1. Open the site in your browser:
http://127.0.0.1:8000/

Troubleshooting

  • If the server doesn't reflect changes, stop and restart mkdocs serve.

Useful Links

  • Project docs configuration: mkdocs.yml
  • Docs folder: docs/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •