ModernUO/docs
2026-01-31 10:58:13 -08:00
..
assets/stylesheets
branding
commands feat: Adds Network Packet Documentation (#2302) 2026-01-01 17:52:56 -08:00
overrides
packets chore: Fixes 0x78 and min client version for packets.html (#2322) 2026-01-31 10:58:13 -08:00
scripting-guide fix: Fixes identation in docs note (#1328) 2023-02-02 19:40:15 -08:00
tools chore: Adds responsiveness to Packet Documentation (#2304) 2026-01-01 21:28:48 -08:00
building-server.md
CNAME
index.md
installation.md chore: Updates .NET reference material to 10 (#2261) 2025-11-12 23:03:14 -08:00
readme.md
starting-server.md feat: Updates to .NET 9 (#1984) 2024-12-08 10:16:34 -08:00

ModernUO Website

Development

  1. Install Python's pip package manager
  2. Install MkDocs: pip install mkdocs
  3. Install Required Extensions
    • pip install pymdown-extensions
    • pip install mkdocs-material
  4. Launch development server: mkdocs