ModernUO/docs
Kamron Batman 4aa272d429
feat: Adds an Item/Mobile memory leak detector. Fixes minor leak in doors. (#2159)
### Summary

Adds the command [TrackLeaks to enable tracking item/mobiles that have been deleted but still have dangling references. Requires adding the _TRACK_LEAKS_ define constant during build.
2025-04-15 19:14:45 -07:00
..
assets/stylesheets docs: Updates markdown docs (#912) 2022-01-03 22:10:29 -08:00
branding A little bit of docs cleanup (#244) 2020-09-13 15:35:44 -07:00
commands feat: Adds an Item/Mobile memory leak detector. Fixes minor leak in doors. (#2159) 2025-04-15 19:14:45 -07:00
overrides feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
scripting-guide fix: Fixes identation in docs note (#1328) 2023-02-02 19:40:15 -08:00
building-server.md feat: Adds .NET 7 & Arm64 support (#1229) 2022-11-06 09:59:11 -08:00
CNAME Adds CNAME to docs (#245) 2020-09-13 15:41:12 -07:00
index.md Creates quick start (#254) 2020-09-15 19:46:10 -07:00
installation.md feat: Updates to .NET 8. (#1542) 2023-11-14 17:08:09 -08:00
readme.md fix(docs): Fixes UI (#527) 2021-02-27 20:02:44 -08:00
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