-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
176 lines (174 loc) · 5.43 KB
/
Copy pathmkdocs.yml
File metadata and controls
176 lines (174 loc) · 5.43 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
site_name: Support Documentation
repo_name: GitHub
repo_url: https://github.com/nesi/support-docs
edit_uri: edit/main/docs/
site_description: Support Documentation
site_dir: public
site_url: https://docs.nesi.org.nz/
theme:
name: material
custom_dir: overrides
favicon: assets/icons/favicon_reannz.ico
language: en
logo: assets/icons/logo_reannz.svg
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
primary: custom
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.indexes
- navigation.instant # Single Page Application
- navigation.instant.progress
- navigation.instant.prefetch # Start loading page on link hover. Insiders only
- navigation.top # 'Return to top' button
# - navigation.prune # Reduces site size. ALSO BREAKS NAV BEHAVIOR
- navigation.tracking # Put anchor in URL
- navigation.path # Breadcrumbs. Insiders only
- content.code.copy
- content.action.edit
- header.site_name_homepage
hooks:
- mkdocs_hooks.py
markdown_extensions:
- toc:
baselevel: 1
permalink: true
toc_depth: 3
title: On this page
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: txt
class: force-wrap
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets:
# auto_append:
# - docs/assets/glossary/snippets.md # Causes massive slowdown. Also, bad.
- attr_list
- abbr
- footnotes
- def_list
- pymdownx.arithmatex:
generic: true
extra:
slurm: slurm-25.05.6
project_code: nesi99991
working_directory: ["/nesi/nobackup/nesi99991", "resbaz2607"]
example_script: "sum_matrix.r"
exercise: "https://docs.google.com/spreadsheets/d/1D5PnhE6iJOB3ZKkDCiBHnk5CNZlhmj_gS-IXKGkkVoI/edit?usp=sharing"
status:
- deprecated
- new
- tutorial
analytics:
provider: google
property: G-TVQR4R1F40
globus_collection_storage: REANNZ Mahuika
globus_collection_freezer: REANNZ Freezer
globus_collection_rdc: REANNZ Research Developer Cloud (RDC)
globus_collection_endpoint: REANNZ Data Transfer Node Tamaki
plugins:
- mkdocs_quiz:
disable_after_submit: false
shuffle_answers: true
- search
- open-in-new-tab
- rss:
enabled: false
categories:
- tags
- title
json_feed_enabled: false
pretty_print: true
match_path: .*.md
feed_title: Mahuika Support Docs Updates
length: 100
feeds_filenames:
rss_created: page_creation.xml
rss_updated: page_update.xml
- redirects:
map_file: docs/redirect_map.yml
- awesome-nav:
filename: .pages.yml
# - git-authors
- tags:
tags: true # This will keep tags for the purpose of indexing, but not display on page.
- git-revision-date-localized:
enable_creation_date: false
enabled: !ENV [ENABLED_GIT_DATES, false]
- macros:
on_error_fail: false
verbose: true
module_name: macro_hooks
include_dir: overrides
- llmstxt:
markdown_description: >-
NeSI Mahuika HPC support documentation: getting access, running batch jobs
with Slurm, available software and modules, storage and data transfer,
interactive computing (Jupyter, OnDemand), and platform policies.
# These are fnmatch patterns, not pathlib globs - `*` already crosses `/`, so
# `Section/*.md` matches every page at any depth. Do NOT "fix" these to `**`:
# `Section/**/*.md` requires a literal extra `/`, which silently drops every page
# sitting directly in the section directory (it emptied Batch Computing and Policy).
# mkdocs_hooks.on_config rewrites these globs into explicit per-page entries so each
# link carries its front matter `description`.
sections:
Announcements:
- Announcements/*.md
Getting Started:
- Getting_Started/*.md
Software:
- Software/*.md
Batch Computing:
- Batch_Computing/*.md
Interactive Computing:
- Interactive_Computing/*.md
Storage:
- Storage/*.md
Data Transfer:
- Data_Transfer/*.md
Policy:
- Policy/*.md
Service Subscriptions:
- Service_Subscriptions/*.md
Tutorials:
- Tutorials/*.md
Reference:
- GLOSSARY.md
- index.md
extra_css:
- assets/stylesheets/theme.css
- assets/stylesheets/chat.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/ical.js/1.3.0/ical.min.js
- https://status.nesi.org.nz/embed/script.js
- assets/javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- assets/javascripts/general.js
- assets/javascripts/chat.js
- assets/javascripts/supportedApplications.js