Fix documentation gaps from comprehensive audit

NEW: phase0-dismantling.md, mkdocs-deployment.md
UPDATED: architecture-decisions.md, pterodactyl-extensions-plan.md, INDEX.md

Audit: February 9, 2026 - All 5 gaps fixed
This commit is contained in:
2026-02-09 12:58:57 -06:00
parent 81a3f4a28c
commit dd03bf2a52
5 changed files with 262 additions and 81 deletions

38
docs/mkdocs-deployment.md Normal file
View File

@@ -0,0 +1,38 @@
# MkDocs Deployment Documentation
**Service:** 3/5 in Phase 0.5
**Domain:** docs.firefrostgaming.com
**Server:** TX1 Dallas (38.68.14.26)
**Deployed:** February 9, 2026
**Status:** OPERATIONAL
---
## Service Overview
MkDocs with Material theme provides the PUBLIC documentation tier for Firefrost Gaming.
## Technical Specifications
| Component | Value |
|-----------|-------|
| Software | MkDocs + Material Theme |
| Location | TX1 Dallas (38.68.14.26) |
| Domain | docs.firefrostgaming.com |
| SSL | Let's Encrypt (auto-renewal) |
## Why MkDocs (Not BookStack)
- Simple (static HTML vs database)
- Git-native (markdown in Gitea)
- Minimal resources
- Perfect for public docs
BookStack/Wiki.js reserved for SUBSCRIBER and STAFF tiers.
## Revision History
| Version | Date | Changes |
|---------|------|---------|
| 1.0 | 2026-02-09 | Initial deployment documentation |