48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
site_name: Docling Studio
|
|
site_description: Visual document analysis studio powered by Docling
|
|
site_url: https://scub-france.github.io/Docling-Studio/
|
|
repo_url: https://github.com/scub-france/Docling-Studio
|
|
repo_name: scub-france/Docling-Studio
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: deep orange
|
|
accent: orange
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: deep orange
|
|
accent: orange
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Light mode
|
|
features:
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- content.code.copy
|
|
- toc.integrate
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started: getting-started.md
|
|
- Architecture: architecture.md
|
|
- Bbox Pipeline: bbox-pipeline.md
|
|
- Contributing: contributing.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- tables
|
|
- toc:
|
|
permalink: true
|