forked from kraenzle-ritter/anton-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (52 loc) · 1.45 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
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
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite
- pymdownx.inlinehilite
- pymdownx.inlinehilite
- footnotes
- toc:
permalink: true
nav:
- Home: index.md
- User:
- Signaturen: user/identifiers.md
- Access-Konzept: user/access.md
- Datenimport: user/import.md
- Einstellungen: user/settings.md
- File Uploads: user/uploads.md
- Developer:
- Forms: developer/forms.md
- Fields: developer/fields.md
- Data Tables: developer/data-tables.md
- Search: developer/search.md
- Word Export: developer/word-export.md
- AntonObjects Sideeffects of Methods: developer/antonobjects-sideeffects.md
- Admin:
- Requirements: admin/requirements.md
- Installation: admin/installation.md
- Configuration: admin/configuration.md
- Commands: admin/console-commands.md
- Testinstallation k & r: admin/testarchive.md
- API: api/index.md
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/AndreasKraenzle
- icon: fontawesome/brands/github
link: https://github.com/kraenzle-ritter
plugins:
- render_swagger