docs: rename INDEX.md to index.md and update display name

- Renamed root INDEX.md to index.md (lowercase)
- Changed navigation title from "Documentation Index" to "Index"
- Removed caps lock for cleaner appearance
This commit is contained in:
2026-02-02 20:28:24 -05:00
parent 35a039d720
commit 4866af24de
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ func (h *DocsHandler) getDocTitle(docPath string) string {
// Handle special cases
switch filename {
case "INDEX.md":
return "Documentation Index"
case "index.md":
return "Index"
case "user/user-guide.md":
return "User Guide"
case "developer/development.md":