Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

mjswan Documentation

This directory contains the documentation source files for mjswan which will be hosted on Read the Docs.

Setup

Install dependencies with uv:

uv venv
source .venv/bin/activate
uv pip install -r requirements.txt

Development Commands

  • mkdocs serve - Start a live-reloading server for documentation
  • mkdocs build - Build the documentation site