# docs-navigation > Documentation navigation and organization - Author: Claude Agent - Repository: mguttmann/minigolf-2000 - Version: 20260121024718 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/mguttmann/minigolf-2000 - Web: https://mule.run/skillshub/@@mguttmann/minigolf-2000~docs-navigation:20260121024718 --- --- name: docs-navigation description: Documentation navigation and organization --- # Documentation Navigation ## Structure ``` docs/ getting-started.md guides/ [topic].md reference/ api.md tutorials/ [tutorial].md ``` ## Index Page ```markdown # Documentation ## Getting Started - [Quick Start](getting-started.md) ## Guides - [Topic](guides/topic.md) ## Reference - [API](reference/api.md) ``` ## Best Practices - Clear hierarchy - Consistent naming - Cross-linking - Search-friendly