mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
docs: add automatic generation of CLI reference (#325)
* docs: add automatic generation of CLI reference Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * install deps for building CLI ref Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> --------- Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -55,6 +55,7 @@ nav:
|
||||
- Home: index.md
|
||||
- Installation: installation.md
|
||||
- Usage: usage.md
|
||||
- CLI: cli.md
|
||||
- Docling v2: v2.md
|
||||
- Concepts:
|
||||
- Concepts: concepts/index.md
|
||||
@@ -99,9 +100,16 @@ markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- attr_list
|
||||
- mkdocs-click
|
||||
plugins:
|
||||
- search
|
||||
- mkdocs-jupyter
|
||||
# - mkdocstrings:
|
||||
# default_handler: python
|
||||
# options:
|
||||
# preload_modules:
|
||||
# - docling
|
||||
# - docling_core
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
Reference in New Issue
Block a user