-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
37 lines (34 loc) · 944 Bytes
/
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
site_name: IKIM Cluster
site_url: https://ikim-essen.github.io/ClusterDocs/
copyright: Copyright © 2023 Institut für künstliche Intelligenz in der Medizin (IKIM), Essen
theme:
name: material
features:
- navigation.sections
markdown_extensions:
- footnotes
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
nav:
- Introduction: index.md
- Available Resources: resources.md
- Requesting Access: access.md
- Connecting:
- Setting up SSH: ssh-setup.md
- First steps: first-steps.md
- Setup:
- Mamba/Conda: conda.md
- Containers: apptainer.md
- Jupyter Notebooks: jupyter.md
- Data:
- Storage: storage.md
- Transfer: transfer.md
- Accessing Cluster storage: accessing-storage.md
- Computing:
- Snakemake: snakemake.md
- Slurm: slurm.md
- Misc:
- Troubleshooting: troubleshooting.md
- Patterns: patterns.md