-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (62 loc) · 1.46 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
site_name: HaCraFu Bausätze
site_url: https://hacrafu.github.io/assembly-kits/
site_dir: 'docbuild/kits'
theme:
name: material
language: de
logo: 'assets/images/hacrafu.svg'
features:
- navigation.expand
- navigation.sections
- content.action.edit
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
plugins:
- search:
lang: de
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: de
default: true
name: Deutsch
build: true
site_name: "HaCraFu Bausätze"
nav_translations:
Kits: Bausätze
- locale: en
name: English
build: true
site_name: "HaCraFu assembly kits"
# - iframe:
# reports:
# - name: Baumsatz iBOM
# path: ./kibot/baumsatz/ibom
# root: baumsatz-ibom.html
# page: kits/baumsatz/ibom
extra:
alternate:
- name: Deutsch
link: ""
lang: de
- name: English
link: en
lang: en
homepage: https://hacrafu.de
version:
provider: mike
default: latest
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
edit_uri: edit/main/docs
repo_url: https://github.com/hacrafu/assembly-kits