-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
92 lines (92 loc) · 2.73 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
site_name: Anton – Dokumentation
repo_url: https://github.com/kraenzle-ritter/anton-documentation
repo_name: 'anton-documentation'
site_author: 'Andreas Kraenzle, Gerold Ritter'
theme:
name: material
language: de
logo: images/kr_logo.png
favicon: images/favicon-anton.png
font:
text: Roboto
code: Open Mono
features:
- search.suggest
- search.highlight
- search.share
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.inlinehilite
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Home: index.md
- User:
#- Einleitung: user/index.md
- Signaturen: user/identifiers.md
- Access-Konzept: user/access.md
- Datenimport: user/import.md
- Medien: user/media.md
- Markdown: user/markdown.md
#- SIP Ingest: user/sip-ingest.md
# - Formulare: user/forms.md
# - Einstellungen: user/settings.md
# - File Uploads: user/uploads.md
# - Antonevents: user/antonevents.md
#- Entitäten:
# - Akteure: user/actors.md
# - Orte: user/places.md
# - Schlagwörter: user/keywords.md
# - Externe Ressourcen: user/resources.md
#- Developer:
# - Forms: developer/forms.md
# - Fields: developer/fields.md
# - Data Tables: developer/data-tables.md
# - Search: developer/search.md
# - AntonObjects Sideeffects of Methods: developer/antonobjects-sideeffects.md
- Admin:
- Requirements: admin/requirements.md
- Installation: admin/installation.md
- Configuration: admin/configuration.md
- Logo: admin/logo.md
- Authentication: admin/authentication.md
- Word Findbücher: admin/download-word.md
- DIP Download: admin/download-dip.md
- Watermarks: admin/watermarks.md
- Mastodon: admin/mastodon.md
- SIP Ingest: admin/sip-ingest.md
- Inge and Dimag: admin/inge.md
- Shrink for Public: admin/shrink.md
- Restore from Backup: admin/restore.md
- Commands: admin/console-commands.md
- Testinstallation k & r: admin/testarchive.md
- API: api/index.md
- FAQ:
- Anton as Service: faq/anton_as_service.md
- Anton on Premises: faq/anton_on_premises.md
- Allgemeine FAQs: faq/index.md
- Erschliessung: faq/erschliessung.md
- Migration/Import: faq/import.md
- Recherche und Benutzung: faq/recherche.md
- Export: faq/export.md
- Installationen: faq/installationen.md
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://social.anoxinon.de/@anton
- icon: fontawesome/brands/github
link: https://github.com/kraenzle-ritter
plugins:
- render_swagger
- search:
lang:
- de
- en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'