forked from portfolio-performance/portfolio-help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (48 loc) · 1.42 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
# Project information
site_name: 'Portfolio Performance Handbuch'
site_description: 'Handbuch für Portfolio Performance Software'
site_author: 'Andreas Buchen, et. al.'
site_url: 'https://help.portfolio-performance.info/'
repo_name: 'buchen/portfolio-help'
repo_url: 'https://github.com/buchen/portfolio-help'
edit_uri: 'blob/master/docs/'
copyright: 'Dieses Werk ist lizenziert unter <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.'
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'light green'
accent: 'amber'
logo: 'images/logo.svg'
favicon: 'images/favicon.ico'
language: 'de'
extra_css:
- 'stylesheets/extra.css'
extra:
social:
- type: 'home'
link: 'https://www.portfolio-performance.info'
- type: 'github'
link: 'https://github.com/buchen/portfolio'
- type: 'twitter'
link: 'https://twitter.com/portfolioperf'
- type: 'comments-o'
link: 'https://forum.portfolio-performance.info'
- type: 'bug'
link: 'https://github.com/buchen/portfolio/issues'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- Überblick: index.md
- Installation: installation.md
- Währungen: waehrungen.md
- Kursdaten laden: kursdaten_laden.md
- Buchungen erfassen: buchungen_erfassen.md
- Lizenz: license.md
google_analytics:
- 'UA-34744550-1'
- 'auto'