-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
34 lines (30 loc) · 932 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
theme:
name: material
palette:
scheme: default
features:
- tabs
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- navigation.top
site_name: DiRAC Extreme Scaling User Documentation
repo_url: https://github.com/EPCCed/dirac-docs.git
repo_name: EPCCed/dirac-docs
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- "Documentation overview": index.md
- "Tursa User Guide":
- "Overview": tursa-user-guide/index.md
- "Hardware": tursa-user-guide/hardware.md
- "Connecting to Tursa": tursa-user-guide/connecting.md
- "Data Management and transfer": tursa-user-guide/data.md
- "Software environment": tursa-user-guide/sw-environment.md
- "Running jobs on Tursa": tursa-user-guide/scheduler.md
- "Spack on Tursa": tursa-user-guide/spack.md
- "Profiling": tursa-user-guide/profiling.md