forked from PSU-ICDS/icds_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (68 loc) · 2.14 KB
/
mkdocs.yml
File metadata and controls
75 lines (68 loc) · 2.14 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: Roar User Guide
site_url: https://docs.icds.psu.edu
site_description: User documentation for the Roar Supercomputer hosted by the Institute of Computational and Data Sciences at the Pennsylvania State University.
site_author: Institute of Computational and Data Sciences
#repo_url: https://github.com/PSU-ICDS/icds_docs
#edit_url: edit/staging/docs/
theme:
name: readthedocs
features:
# - content.code.copy
# - navigation.sections
# - navigation.footer
highlightjs: false
logo: img/PSU_ICDS_logo_blue.png
site_favicon: img/favicon.ico
next_previous: true
#extra:
# generator: false
#extra_footer: |
# [Contribute to this project](https://github.com/PSU-ICDS/icds_docs/CONTRIBUTING.md)
extra_css:
- css/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
plugins:
# - bootstrap4-blockquotes
# - bootstrap4-tables
nav:
- Getting started:
- getting-started/tips-for-beginners.md
- getting-started/connecting.md
- getting-started/faq.md
- getting-started/getting-help.md
- System details:
- system/system-overview.md
- system/compute-hardware.md
- system/system-outages.md
- Accounts:
- accounts/read-credits.md
- accounts/paid-resources.md
- accounts/managing-compute.md
- accounts/managing-storage.md
- File system:
- file-system/file-storage.md
- file-system/managing-files.md
- file-system/finding-files.md
- file-system/transferring-files.md
- Software:
- software/modules.md
- software/custom-modules.md
- software/installing-from-source.md
- software/containers.md
- Packages:
- packages/python.md
- packages/r-libraries.md
- packages/anaconda.md
- Running jobs:
- running-jobs/portal.md
- running-jobs/slurm-scheduler.md
- running-jobs/interactive-jobs.md
- running-jobs/batch-jobs.md
- running-jobs/resource-requests.md
- Roar restricted:
- roar-restricted/accessing-rr.md
- roar-restricted/data-transfer.md