module as source doc fixes (#2)
Reviewed-on: #2 Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com> Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# 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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user