forked from tu-graz-library/docs-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (56 loc) · 1.58 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
site_name: Repository Documentation
site_url: https://tu-graz-library.github.io/docs-repository
site_description: Repository Documentation
site_author: 'Mojib Wali'
# uncomment to show the github icon in the header with
# number of forks & stars
# repo_url: https://github.com/tu-graz-library/docs-repository
edit_uri: ""
# Copyright
copyright: 'Copyright © 2020-2021 Graz University of Technology'
theme:
highlightjs: true
features:
- navigation.tabs
name: material
custom_dir: 'overrides'
palette:
primary: 'white'
font:
text: 'Open Sans'
code: 'Roboto Mono'
logo: 'images/tug_logo.png'
favicon: 'images/favicon.ico'
nav:
- Home: 'index.md'
- Deployment:
- Infrastructure: 'deployment/index.md'
- Production instance: 'deployment/production.md'
- Test Instance: 'deployment/test.md'
- Development instance: 'deployment/dev.md'
- Deploy : 'deployment/deploy.md'
- VMs : 'deployment/vms.md'
- Services:
# - Development services: 'services/index.md'
- pgAdmin: 'services/pgadmin.md'
- Configs:
- Configurations: 'configs/index.md'
- Gitlab Runner: 'configs/gitlab-runner.md'
- PostgreSQL: 'configs/postgresql.md'
- SSH-key: 'configs/sshkey.md'
- CEPH: 'configs/ceph.md'
- Override Pages: 'configs/override-pages.md'
# Customization
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/tu-graz-library/docs-repository'
extra_css:
- stylesheets/custom.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true