Skip to content

MkDocs Setup for MedExpertMatch

Last Updated: 2026-01-27

Overview

MedExpertMatch uses MkDocs Material for documentation.

Installation

# Install Python dependencies
pip install -r requirements-docs.txt

Running Documentation Locally

# Serve documentation locally (http://localhost:8000)
mkdocs serve

# Build documentation
mkdocs build

Configuration

Configuration is in mkdocs.yml. Key features:

  • Material theme with teal color scheme
  • PlantUML support for diagrams
  • Mermaid diagram support
  • Full-width content layout

Documentation Structure

See mkdocs.yml for navigation structure. Main sections:

  • Home
  • Overview
  • Architecture
  • Development
  • Configuration

Last updated: 2026-01-27