ModernUO/docs
Kamron Batman 4479555156
fix: Fixes missing methods. Adds more admin gump world building (#1675)
### Summary
- Fixe commands missing in helpinfo.
- Adds more admin gump world building options. 

### Screenshots

<img src="https://github.com/modernuo/ModernUO/assets/3953314/3001aa65-4f46-4ba4-89ed-745fefdd27c3" width="50%">
2024-02-10 20:31:25 -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 missing methods. Adds more admin gump world building (#1675) 2024-02-10 20:31:25 -08: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 docs: Adds starting a server notes and tips. (#1487) 2023-09-03 09:49:42 -07: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