module as source doc fixes #2

Merged
aetos merged 1 commits from doc-forge-fixes into main 2026-02-21 16:47:09 +00:00
14 changed files with 26 additions and 30 deletions
Showing only changes of commit b828dc23b9 - Show all commits

View File

@@ -1,16 +1,16 @@
home: omniread/index.md home: index.md
groups: groups:
Core API: Core API:
- omniread/core/index.md - core/index.md
- omniread/core/content.md - core/content.md
- omniread/core/parser.md - core/parser.md
- omniread/core/scraper.md - core/scraper.md
HTML Handling: HTML Handling:
- omniread/html/index.md - html/index.md
- omniread/html/parser.md - html/parser.md
- omniread/html/scraper.md - html/scraper.md
PDF Handling: PDF Handling:
- omniread/pdf/index.md - pdf/index.md
- omniread/pdf/client.md - pdf/client.md
- omniread/pdf/parser.md - pdf/parser.md
- omniread/pdf/scraper.md - pdf/scraper.md

View File

@@ -1,3 +1,3 @@
# Omniread # omniread
::: omniread ::: omniread

View File

@@ -1,6 +1,3 @@
site_name: Aetoskia OmniRead
site_description: Format-agnostic document reading, parsing, and scraping framework
theme: theme:
name: material name: material
palette: palette:
@@ -17,7 +14,6 @@ theme:
- navigation.instant - navigation.instant
- content.code.copy - content.code.copy
- content.code.annotate - content.code.annotate
plugins: plugins:
- search - search
- mkdocstrings: - mkdocstrings:
@@ -35,20 +31,20 @@ plugins:
annotations_path: brief annotations_path: brief
show_root_heading: true show_root_heading: true
group_by_category: true group_by_category: true
site_name: omniread
nav: nav:
- Home: omniread/index.md - Home: index.md
- Core API: - Core API:
- omniread/core/index.md - core/index.md
- omniread/core/content.md - core/content.md
- omniread/core/parser.md - core/parser.md
- omniread/core/scraper.md - core/scraper.md
- HTML Handling: - HTML Handling:
- omniread/html/index.md - html/index.md
- omniread/html/parser.md - html/parser.md
- omniread/html/scraper.md - html/scraper.md
- PDF Handling: - PDF Handling:
- omniread/pdf/index.md - pdf/index.md
- omniread/pdf/client.md - pdf/client.md
- omniread/pdf/parser.md - pdf/parser.md
- omniread/pdf/scraper.md - pdf/scraper.md