Description of the Enhancement
Goal
Make the most important navigation pages (home + category indexes) render nicely as standalone site pages with proper titles, headings, and future sidebar potential.
Tasks
---
layout: default # or home if using Just the Docs
title: Documentation Overview
nav_order: 2 # controls sidebar order; 1 = home, higher = lower
---
For docs/index.md: title: "The Book of Secret Knowledge"
For documentation/INDEX.md: title: "Documentation & Learning Resources"
For tools/_INDEX.md: title: "Tools & Utilities"
Acceptance Criteria
- At least 3 files have front-matter added.
- Pages rebuild succeeds (no YAML errors).
- Titles appear in browser tab and page heading.
- Existing markdown tables/lists render correctly (TOOL-TABLE-SCHEMA tables should look good natively).
Notes
This is lightweight prep for Phase 2 sidebar/collection setup.
Avoid heavy changes — just front-matter for now.