forked from felbinger/AdminGuide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
112 lines (103 loc) · 3.12 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: Admin Guide
site_url: https://felbinger.github.io/AdminGuide/
repo_name: felbinger/AdminGuide
repo_url: https://github.com/felbinger/AdminGuide/
site_description: "Linux Server Administrator Guide"
site_author: https://github.com/felbinger
remote_branch: gh-pages
edit_uri: edit/master/docs
theme:
name: 'material'
palette:
scheme: preference
primary: 'green'
accent: 'lime'
font:
text: Roboto
code: Roboto Mono
language: en
direction: ltr
icon:
repo: fontawesome/brands/github
features:
- search.suggest
- search.highlight
- navigation.expand
- navigation.instant
- navigation.sections
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
plugins:
- git-revision-date
- git-revision-date-localized
- search:
lang: en
nav:
- 'Overview': index.md
- 'Backup': backup.md
- 'Installation':
- 'Base': installation/index.md
- 'Configure DNS': installation/dns.md
- 'Docker': installation/docker.md
- 'Stack Logic': installation/stack-logic.md
- 'Postinstall Script': installation/postinstall.md
- 'Services':
- 'Proxies':
- 'Traefik': services/traefik.md
- 'nginx/proxy': services/nginx-proxy.md
- 'docky-onion': services/docky-onion.md
- 'Web Server':
- 'nginx': services/nginx.md
- 'httpd': services/httpd.md
- 'httpd with php': services/httpd-php.md
- 'Databases':
- 'MariaDB': services/mariadb.md
- 'MongoDB': services/mongodb.md
- 'PostgreSQL': services/postgresql.md
- 'Redis': services/redis.md
- 'OpenLDAP': services/openldap.md
- 'CMS':
- 'Wordpress': services/wordpress.md
- 'TYPO3': services/typo3.md
- 'Gameserver':
- 'Minecraft': services/minecraft.md
- 'Arma 3 Server': services/arma3.md
- 'Communication':
- 'Teamspeak 3 + Sinusbot': services/teamspeak.md
- 'Matrix': services/matrix.md
- 'Element': services/element.md
- 'Jitsi': services/jitsi.md
- 'Storage':
- 'Syncthing': services/syncthing.md
- 'ShareLaTeX': services/sharelatex.md
- 'HackMD': services/hackmd.md
- 'Calibre': services/calibre.md
- 'Gitea': services/gitea.md
- 'Nextcloud': services/nextcloud.md
- 'Seafile': services/seafile.md
- 'Monitoring':
- 'Grafana': services/grafana.md
- 'InfluxDB + Telegraf': services/influxdb.md
- 'Prometheus': services/prometheus.md
- 'Loki (collect logs)': services/loki.md
- 'Other':
- 'JupyterLab': services/jupyter.md
extra_css:
# waiting for new version
#- https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.4.1/asciinema-player.min.css
- css/asciinema-player.css
extra_javascript:
- js/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.1.2/es5/tex-mml-chtml.js
# waiting for new version
#- https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.4.1/asciinema-player.min.js
- js/asciinema-player.js