forked from deNBI/cloud-user-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
57 lines (57 loc) · 1.73 KB
/
config.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
site_name: "de.NBI Cloud Wiki"
docs_dir: /srv_root/docs/wiki
site_dir: /var/www/html/wiki
theme:
name: material
palette:
primary: 'light blue'
accent: 'light blue'
logo: 'img/denbi.svg'
favicon: 'img/denbi.svg'
repo_name: 'deNBI/cloud-user-docs'
repo_url: 'https://github.com/deNBI/cloud-user-docs'
edit_uri: blob/master/wiki/
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
pages:
- 'Home' : index.md
- 'Portal' : portal.md
- 'Quickstart' : quickstart.md
- 'Concept' :
- 'OpenStack Basics' : Concept/basics.md
- 'OpenStack Components' : Concept/openstack.md
- 'Flavors' : Concept/flavors.md
- 'Images' : Concept/images.md
- 'Security' : Concept/security.md
- 'Tutorials' :
- 'Bibigrid' : Tutorials/BiBiGrid/index.md
- 'Blast on BiBiGrid' : Tutorials/BlastOnBiBiGrid/index.md
- 'Object Storage' : Tutorials/ObjectStorage/index.md
- 'UserData' : Tutorials/UserData/index.md
- 'FAQ' : 'FAQ.md'
- 'Compute Center Specific' :
- 'Giessen' : Compute_Center/Giessen.md
- 'Bielefeld' : Compute_Center/Bielefeld.md
- 'Heidelberg' : Compute_Center/Heidelberg.md
- 'Tuebingen' : Compute_Center/Tuebingen.md
- 'Freiburg' : Compute_Center/Freiburg.md
- 'Cloud Admin':
- 'Jenkins + Haproxy with JuJu': cloud_admin/juju_jenkins.md
- 'Configure OpenStack to use Elixir AAI via OpenID Connect': cloud_admin/elixir_OIDC.md