Files
omniread/docforge.nav.yml
Vishesh 'ironeagle' Bangotra b984dd5f42 docs: add wiki, complete lib nav, and rebuild mcp artifacts
- Add hand-written wiki (index, overview, how-to, extending, dev) with
  MkDocs config following the platform anatomy
- Complete the library nav by registering the csv and xlsx groups in
  docforge.nav.yml and docs/mkdocs.lib.yml
- Regenerate lib/MCP outputs with the rebuilt nav
2026-09-16 19:58:59 +05:30

31 lines
711 B
YAML

home: lib/index.md
groups:
Core API:
- lib/core/index.md
- lib/core/content.md
- lib/core/parser.md
- lib/core/scraper.md
HTML Handling:
- lib/html/index.md
- lib/html/parser.md
- lib/html/scraper.md
PDF Handling:
- lib/pdf/index.md
- lib/pdf/client.md
- lib/pdf/parser.md
- lib/pdf/scraper.md
CSV Handling:
- lib/csv/index.md
- lib/csv/client.md
- lib/csv/parser_base.md
- lib/csv/parser.md
- lib/csv/scraper.md
XLSX Handling:
- lib/xlsx/index.md
- lib/xlsx/client.md
- lib/xlsx/parser_base.md
- lib/xlsx/parser.md
- lib/xlsx/scraper.md
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github