mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
docs: add Getting Started page (#2113)
* docs: add Getting Started page Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> * refactor usage Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> * minor renaming Signed-off-by: Panos Vagenas <pva@zurich.ibm.com> --------- Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -54,10 +54,13 @@ theme:
|
||||
nav:
|
||||
- Home:
|
||||
- "Docling": index.md
|
||||
- Getting started:
|
||||
- Getting started: getting_started/index.md
|
||||
- Installation:
|
||||
- Installation: installation/index.md
|
||||
- Usage:
|
||||
- Usage: usage/index.md
|
||||
- Advanced options: usage/advanced_options.md
|
||||
- Supported formats: usage/supported_formats.md
|
||||
- Enrichment features: usage/enrichments.md
|
||||
- Vision models: usage/vision_models.md
|
||||
@@ -156,6 +159,9 @@ markdown_extensions:
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- attr_list
|
||||
@@ -175,3 +181,10 @@ plugins:
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/docling-project/docling
|
||||
- icon: fontawesome/brands/linkedin
|
||||
link: https://linkedin.com/company/docling/
|
||||
|
||||
Reference in New Issue
Block a user