-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_local.yml
59 lines (59 loc) · 1.91 KB
/
config_local.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
site_name: "de.NBI Cloud Wiki"
docs_dir: wiki
theme:
name: material
palette:
primary: 'teal'
accent: 'cyan'
logo: 'img/SimpleVM_logo_wiki.svg'
favicon: 'img/simplevm_favicon.svg'
repo_name: 'deNBI/simplevm-user-docs'
repo_url: 'https://github.com/deNBI/simplevm-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
nav:
- 'Home' : index.md
- 'Group Permissions': simple_vm/permissions.md
- 'Project Management': simple_vm/projects.md
- 'VM Management':
- simple_vm/Instance/index.md
- 'Create Instance': simple_vm/Instance/create_instance.md
- 'Instance overview': simple_vm/Instance/instance_overview.md
- 'Instance details': simple_vm/Instance/instance_detail.md
- 'Cluster Management' :
- simple_vm/Cluster/index.md
- 'New cluster': simple_vm/Cluster/new_cluster.md
- 'Cluster overview': simple_vm/Cluster/cluster_overview.md
- 'Cluster detail': simple_vm/Cluster/cluster_detail.md
- 'SSH keys and sharing access': simple_vm/keypairs.md
- 'Volumes': simple_vm/volumes.md
- 'Images/Snapshots': simple_vm/snapshots.md
- 'Backuping data': simple_vm/backup.md
- 'Customization': simple_vm/customization.md
- 'Concurrent Guacamole sessions': simple_vm/guacamole.md
- 'Concurrent RStudio sessions': simple_vm/rstudio.md
- 'Workshops': simple_vm/workshop.md
- 'Miscellaneous': simple_vm/misc.md
- 'Tutorials' :
- 'Tutorials': Tutorials/index.md
- 'Access a SimpleVM with Mosh' : Tutorials/Mosh/index.md
- 'SimpleVM File Transfer' : Tutorials/File_Transfer_Methods/index.md
- 'FAQ' : 'FAQ.md'