Skip to content

fix: serve docs homepage at root URL#11

Merged
leonardosul merged 2 commits intomainfrom
fix/docs-homepage
Mar 1, 2026
Merged

fix: serve docs homepage at root URL#11
leonardosul merged 2 commits intomainfrom
fix/docs-homepage

Conversation

@leonardosul
Copy link
Contributor

Summary

  • Rename docs/INDEX.md to docs/index.md so mkdocs serves it at / instead of /INDEX/
  • Update mkdocs.yml nav reference

Problem

https://nat-zero.machine.dev/ returned 404, homepage was at /INDEX/ instead.

🤖 Generated with Claude Code

leonardosul and others added 2 commits March 1, 2026 14:44
mkdocs requires index.md (lowercase) to serve the homepage at /
instead of /INDEX/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Renames ARCHITECTURE.md, EXAMPLES.md, PERFORMANCE.md, REFERENCE.md,
SECURITY.md, TESTING.md, WORKFLOWS.md to lowercase so mkdocs
generates lowercase URL paths instead of /ARCHITECTURE/, /EXAMPLES/, etc.

Updates all references in mkdocs.yml, index.md, README.md, and
.pre-commit-config.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@leonardosul leonardosul merged commit 552f513 into main Mar 1, 2026
1 check passed
@leonardosul leonardosul deleted the fix/docs-homepage branch March 1, 2026 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant