chore: drop root mkdocs.yml; adopt per-kind docs/mkdocs.lib.yml as source of truth
This commit is contained in:
@@ -52,7 +52,7 @@ plugins:
|
||||
handlers:
|
||||
python:
|
||||
paths:
|
||||
- .
|
||||
- ..
|
||||
options:
|
||||
docstring_style: google
|
||||
show_source: false
|
||||
@@ -67,20 +67,21 @@ plugins:
|
||||
show_object_full_path: false
|
||||
show_symbol_type_heading: true
|
||||
site_name: omniread
|
||||
docs_dir: docs
|
||||
docs_dir: lib
|
||||
site_dir: ../site/lib
|
||||
nav:
|
||||
- Home: lib/index.md
|
||||
- Home: index.md
|
||||
- Core API:
|
||||
- lib/core/index.md
|
||||
- lib/core/content.md
|
||||
- lib/core/parser.md
|
||||
- lib/core/scraper.md
|
||||
- core/index.md
|
||||
- core/content.md
|
||||
- core/parser.md
|
||||
- core/scraper.md
|
||||
- HTML Handling:
|
||||
- lib/html/index.md
|
||||
- lib/html/parser.md
|
||||
- lib/html/scraper.md
|
||||
- html/index.md
|
||||
- html/parser.md
|
||||
- html/scraper.md
|
||||
- PDF Handling:
|
||||
- lib/pdf/index.md
|
||||
- lib/pdf/client.md
|
||||
- lib/pdf/parser.md
|
||||
- lib/pdf/scraper.md
|
||||
- pdf/index.md
|
||||
- pdf/client.md
|
||||
- pdf/parser.md
|
||||
- pdf/scraper.md
|
||||
Reference in New Issue
Block a user