This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (74 loc) · 2.3 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
copyright: Copyright ©2021-2022, Konnexions GmbH.
edit_uri: ""
extra:
generator: false
extra_css:
- assets/pymdownx-extras/extra-b1466b3f51.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/pymdownx-extras/extra-loader-9e2c67b9.js
markdown_extensions:
- attr_list
- pymdownx.highlight
- pymdownx.tilde
- toc : {
toc_depth: "1-3"
}
nav:
- Home: index.md
- Running DCR:
- Requirementes: running_requirements.md
- Installaion: running_installation.md
- Configuration: running_configuration.md
- Operations: running_operations.md
- Document Language: running_document_language.md
- Release Documents:
- Release Notes: release_notes.md
- Release History: release_history.md
- Developing DCR:
- System Environment: developing_system_environment.md
- Data Model: developing_data_model.md
- Coding Standards: developing_coding_standards.md
- Code Formatting: developing_code_formatting.md
- Static Code Analysis: developing_static_code_analysis.md
- Software Documentation: developing_software_documentation.md
- Software Testing: developing_software_testing.md
- Continouos Delivery: developing_continouos_delivery.md
- Development Environment: developing_development_environment.md
- Version Planning: developing_version_planning.md
- Code of Conduct: code_of_conduct.md
- Contributing Guide: contributing.md
- License: license.md
# - API: mkapi/api/mkapi|upper|strict
plugins:
- autorefs
- awesome-pages
- mkdocstrings:
default_handler: python
handlers:
python:
options:
heading_level: 3
paths: [src]
show_root_heading: false
show_source: true
- search
repo_name: GitHub
repo_url: https://github.com/KonnexionsGmbH/dcr/
site_name: DCR - Document Content Recognition
site_url: https://www.konnexions.ch/
site_description: Document Content Recognition
site_author: Konnexions GmbH Team
theme:
favicon: img/Icon.png
features:
- search.highlight
- search.suggest
language: en
logo: img/Logo.png
name: material
palette:
primary: blue
accent: red