module as source doc fixes #2
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Omniread
|
# omniread
|
||||||
|
|
||||||
::: omniread
|
::: omniread
|
||||||
30
mkdocs.yml
30
mkdocs.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user