-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (38 loc) · 1008 Bytes
/
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
site_name: "metis: documentation"
site_url: https://dlrg.github.io/metis-docs/
copyright: 'Copyright © 2019 Daniel Swiatek'
repo_name: dlrg/metis
repo_url: https://github.com/dlrg/metis
edit_uri: ../metis-docs/edit/master/docs/
remote_branch: gh-pages
markdown_extensions:
- codehilite:
guess_lang: true
- toc:
permalink: true
- admonition
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.mark
- pymdownx.tilde
- pymdownx.extra
- footnotes
nav:
- 'Information': 'index.md'
- 'Systemanforderungen': 'systemanforderungen.md'
- 'Installation': 'installation.md'
theme:
name: 'material'
logo: 'https://static.codeanker.de/images/stockit-logo-white.png'
palette:
primary: 'blue grey'
accent: 'indigo'
social:
- type: globe
link: http://metis.dlrg.sh
- type: github-alt
link: https://github.com/dlrg
extra_css: [extra.css]
#extra_javascript: [clients.js]
#google_analytics: ['UA-92608421-4', 'metis.github.io']