modernuo/docs
Kamron Batman c75514cc04
feat: Updates to .NET 9 (#1984)
### Summary

* Bumps to .NET 9 with updated dependencies
* Comparing a value type against null is no longer allowed
* CI/CD now uses the version specified in global.json
* Serialization generator updated to .NET 9 with bug fixes, fixes to turkish language, and parallelization
2024-12-08 10:16:34 -08: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 fix: Fixes parsing booleans in commands. Adds ClearAll command (#1818) 2024-06-03 15:42:52 -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