-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (76 loc) · 2.01 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
site_name: MIZDB - Hilfe
docs_dir: 'docs/docs/'
nav:
- 'Index': index.md
- Einführung:
- 'Einführung': einfuehrung.md
- 'Grundsätze': grundsaetze.md
- 'Erfassung': erfassung.md
- 'Verknüpfungen': relationen.md
- Benutzung:
- 'Oberfläche': oberflaeche.md
- 'Bedienelemente': bedienelement.md
- 'Änderungsliste': aenderungsliste.md
- 'Suchformular': suchformular.md
- 'Aktionen': aktion.md
- 'Sichern': sichern.md
- 'Löschen': loeschen.md
- 'Merkliste': merkliste.md
- 'Benutzerverwaltung': benutzer.md
- Archiv Materialien:
- 'Artikel': artikel.md
- 'Audio Materialien': audio.md
- 'Ausgaben': ausgabe.md
- 'Broschüren': broschuere.md
- 'Bücher': buch.md
- 'Fotos': foto.md
- 'Plakate': plakat.md
- 'Programmhefte': programmheft.md
- 'Video Materialien': video.md
- 'Warenkataloge': warenkatalog.md
- Stammdaten:
- 'Autoren': autor.md
- 'Bands': band.md
- 'Genres': genre.md
- 'Magazine': magazin.md
- 'Musiker': musiker.md
- 'Orte': ort.md
- 'Personen': person.md
- 'Schlagwörter': schlagwort.md
- Sonstige Tabellen:
- 'Bestände': bestand.md
- 'Herausgeber': herausgeber.md
- 'Instrumente': instrument.md
- 'Lagerorte': lagerort.md
- 'Provenienz': provenienz.md
- 'Spielorte': spielort.md
- 'Veranstaltungen': veranstaltung.md
- 'Verlage': verlag.md
- Installation & Verwaltung:
- 'Installation': install.md
- 'Verwaltung': verwaltung.md
- 'Deinstallation': deinstall.md
extra_css:
- css/admonitions.css
- css/toc_scroll.css
extra_javascript:
- js/style.js
theme:
name: mkdocs
custom_dir: 'docs/docs_theme/'
navigation_depth: 3
locale: de
use_directory_urls: false
hooks:
- 'docs/docs/hooks/post_build.py'
plugins:
- search
- glightbox
markdown_extensions:
- attr_list
- md_in_html
- admonition
not_in_nav: |
/datensatz.md
/id.md
/ort_spielort_veranstaltung.md