-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (30 loc) · 960 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 960 Bytes
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
site_name: Expanse Supercomputer User Guide
site_url: https://sdsc-scicomp.github.io/expanse-docs/
repo_url: https://github.com/sdsc-scicomp/expanse-docs
edit_uri: https://github.com/sdsc-scicomp/expanse-docs/edit/main/docs/
theme:
name: material
logo: assets/SDSC gold white.png
features:
- content.action.edit
nav:
- Home: index.md
- Technical Summary: technical_summary.md
- System Access: system_access.md
- Modules: modules.md
- Account Management: account_management.md
- Job Charging: job_charging.md
- Compiling Codes: compiling_codes.md
- Running Jobs on Expanse: running_jobs_on_expanse.md
- Using GPU Nodes: using_gpu_nodes.md
- Data Movement: data_movement.md
- Storage: storage.md
- Composable Systems: composable_systems.md
- Software: software.md
- Citations and Publications: citations_and_publications.md
plugins:
- search
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js