-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (112 loc) · 3.56 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: OpenHanami
site_author: Tobias Anker
site_url: https://docs.openhanami.com
repo_name: kitsudaiki/OpenHanami
repo_url: https://github.com/kitsudaiki/OpenHanami
theme:
name: material
language: en
logo: img/hanami-logo-pink.png
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.prune
- navigation.top
- content.code.annotate
- content.tabs.link
nav:
- Home:
- index.md
- home/license.md
- home/CHANGELOG.md
- home/ROADMAP.md
- Frontend:
- frontend/example_workflow.md
- frontend/rest_api_documentation.md
- frontend/cli_sdk_docu.md
- frontend/cluster_templates/cluster_template.md
- frontend/websockets/websocket_workflow.md
- frontend/dashboard/dashboard.md
- Backend:
- backend/installation.md
- backend/config.md
- backend/db.md
- Inner workings:
- inner_workings/core/core.md
- inner_workings/measurements/measurements.md
- inner_workings/input_processing/input_processing.md
- inner_workings/monitoring/monitoring.md
- inner_workings/storage.md
- inner_workings/user_and_projects.md
- Development:
- repo/repo_structure.md
- repo/build_guide.md
- repo/development.md
- repo/dependencies.md
- repo/code_styling.md
- repo/git_workflow.md
- repo/glossar.md
- Libraries (Archive):
- repo/libraries/hanami_args.md
- repo/libraries/hanami_common.md
- repo/libraries/hanami_config.md
- repo/libraries/hanami_cpu.md
- repo/libraries/hanami_crypto.md
- repo/libraries/hanami_ini.md
- repo/libraries/hanami_obj.md
- repo/libraries/hanami_opencl.md
- repo/libraries/hanami_sqlite.md
plugins:
- swagger-ui-tag
- search
- drawio-exporter:
# Diagrams are cached to speed up site generation. The default path is
# drawio-exporter, relative to the documentation directory.
cache_dir: 'drawio-exporter'
# Path to the Draw.io executable:
# * drawio on Linux
# * draw.io on macOS
# * or draw.io.exe on Windows
# We'll look for it on your system's PATH, then default installation
# paths. If we can't find it we'll warn you.
drawio_executable: null
# Additional Draw.io CLI args
drawio_args:
# this flag is necessary to successfully build the docs in the CI-pipeline
- --no-sandbox
# Output format (see draw.io --help | grep format)
format: svg
# Embed format
# * The default is to embed via the <img> tag, only rewriting the
# value of the src attribute.
# * Consider <object type="image/svg+xml" data="{img_src}"></object>
# to enable interactive elements (like hyperlinks) in SVGs.
embed_format: '{img_open}{img_src}{img_close}'
# Glob pattern for matching source files
sources: '*.drawio'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
- tables
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
copyright: all rights reserved; 2022-2024 Tobias Anker
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kitsudaiki
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/tobiasanker42