module as source doc fixes

This commit is contained in:
2026-02-21 22:12:16 +05:30
parent 67a3074ab4
commit b828dc23b9
14 changed files with 26 additions and 30 deletions

View File

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

View File

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

View File

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