mkdocs.yml - Rearrange top level of TOC
Created by: totten
This puts in the following order:
- Basics
- Core Development
- Extensions Development
- API
- Hooks
- Documentation
- Content to reorganize
Rationales:
- "Core/Extension" is a dichotomy. They belong next to each other.
- "API/Hooks" is a dichotomy. They belong next to each other.
- Aside: I don't care much if "Core/Extension" goes before or after "API/Hooks"
- "Documentation" is meta. A new dev should generally learn about dev before they start writing dev docs. ;)
If I had my druthers, we could include some kind of horizontal bar, e.g.
- Basics
- --
- Core
- Extensions
- --
- API
- Hooks
- Documentation
- --
- Content to reorganize