forked from CSCfi/csc-user-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 lines (67 loc) · 2.8 KB
/
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
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
site_name: Docs CSC
edit_uri: "https://github.com/CSCfi/csc-user-guide/edit/master/docs"
nav:
- Home: index.md
- Accounts:
- Overview: accounts/index.md
- How to create new user account: accounts/how-to-create-new-user-account.md
- How to change password: accounts/how-to-change-password.md
- How to manage user information: accounts/how-to-manage-user-information.md
- How to create new project: accounts/how-to-create-new-project.md
- How to add member to project: accounts/how-to-add-member-to-project.md
- How to add service access for project: accounts/how-to-add-service-access-for-project.md
- How to apply for resources: accounts/how-to-apply-for-resources.md
- How to switch between projects: accounts/how-to-switch-between-projects.md
- How to monitor resource usage: accounts/how-to-monitor-resource-usage.md
- Billing: accounts/billing.md
- FMI: accounts/FMI.md
- Computing:
- Overview: computing/overview.md
- Systems: computing/system.md
- Disk areas: computing/disk.md
- Module environment: computing/modules.md
- Running jobs:
- Getting started: computing/running/getting-started.md
- Creating a batch job script: computing/running/creating-job-scripts.md
- Submitting a job: computing/running/submitting-jobs.md
- Available batch job partitions: computing/running/batch-job-partitions.md
- Array jobs: computing/running/array-jobs.md
- Example job scripts: computing/running/example-job-scripts.md
- Compiling: computing/compiling.md
# - Debugging: computing/debugging.md
# - Performance analysis: computing/performance.md
- Data:
- Allas object storage:
- Allas object storage: data/Allas/index.md
- Introduction to Allas Storage service: data/Allas/introduction.md
- Accessing Allas: data/Allas/accessing_allas.md
- Common Use Cases: data/Allas/using_allas/common_use_cases.md
- Allas Clients: data/Allas/clients.md
- Common Error Messages: data/Allas/using_allas/error_messages.md
- Further information: data/Allas/further_info.md
- cPouta object storage and Allas: data/Allas/allas_cpouta_change.md
- Allas object storage related terms and concepts: data/Allas/terms_and_concepts.md
- Applications:
- In alphabetic order: apps/alpha.md
- By discipline: apps/index.md
- Support:
- Tutorials: support/tutorials.md
- Contact: support/contact.md
theme:
name: windmill
custom_dir: mkdocs_csc
extra:
logo: img/CSC_LOGO_nega_pad.png
article_nav: false
footer: false
extra_css:
- css/extra.css
extra_javascript:
- https://use.fontawesome.com/e51b07f7f1.js
markdown_extensions:
- toc:
toc_depth: 2-6
- admonition
- attr_list
- pymdownx.details
- pymdownx.snippets