-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
49 lines (44 loc) · 1.21 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: Integration of OCR-D and Kitodo
repo_url: https://github.com/slub/ocrd_kitodo
nav:
- Home: 'index.md'
- 'Getting started': 'getting-started.md'
- Setup:
- Prerequisites: 'setup/prerequisites.md'
- Enable/Disable Modules: 'setup/enable-disable-modules.md'
- Configure Modules: 'setup/configure-modules.md'
- Configure External: 'setup/configure-external.md'
- Preparation: 'setup/preparation.md'
- Running: 'setup/running.md'
- Usage:
- Overview: 'usage/overview.md'
- Modules:
- 'OCR-D Manager': 'usage/ocrd-manager.md'
- 'OCR-D Controller': 'usage/ocrd-controller.md'
- 'Kitodo.Production': 'usage/kitodo-production.md'
- Demo: 'usage/demo.md'
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- monorepo
- search
- exclude-search:
exclude:
- _generated/*
- _includes/*
- macros
theme:
name: material
features:
- navigation.tabs
- navigation.top
- navigation.tracking
- navigation.expand
- toc.follow
palette:
primary: blue grey
accent: light blue