-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
71 lines (67 loc) · 1.78 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
# Grundeinstellungen
site_name: FabAccess Config Generator
use_directory_urls: false
extra_css:
- style.css
# Theme inkl. Spracheinstellugn
theme:
name: material
language: de
features:
- navigation.sections
- navigation.footer
- content.footnote.tooltips
plugins:
- offline
- search
copyright: ''
markdown_extensions:
- admonition
- attr_list
- mdx_truly_sane_lists
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- footnotes
nav:
- Home: index.md
# - Quickstart: quickstart.md
- Introduction:
- Basics: introduction/basics.md
- Working with the CSV: introduction/working_with_csv.md
- Script Usage: introduction/using_script.md
- Reference:
- Areas & Roles: reference/areas_roles.md
- CSV-File: reference/csv.md
- actors.ini: reference/actors.md
- settings.ini: reference/settings.md
- CLI-Parameter: reference/cli-parameter.md
plugins:
- i18n:
docs_structure: folder
languages:
- locale: de
default: true
name: Deutsch
build: true
nav_translations:
Home: Startseite
Introduction: Einführung
Basics: Grundlagen
Working with the CSV: Arbeiten mit der CSV
Script Usage: Skript-Nutzung
Reference: Referenz
Areas & Roles: Bereiche & Rollen
CSV-File: CSV-Datei
- locale: en
name: English
build: false