-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
130 lines (128 loc) · 3.65 KB
/
mkdocs.yml
File metadata and controls
130 lines (128 loc) · 3.65 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
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
- 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", "introhpc2603"]
example_script: "example_script"
exercise: "https://docs.google.com/spreadsheets/d/1D5PnhE6iJOB3ZKkDCiBHnk5CNZlhmj_gS-IXKGkkVoI/edit?usp=sharing"
status:
- deprecated
- new
- tutorial
analytics:
provider: google
property: G-TVQR4R1F40
plugins:
- mkdocs_quiz:
disable_after_submit: false
shuffle_answers: true
- search
- open-in-new-tab
- rss:
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: false # This will keep tags for the purpose of indexing, but not display on page.
- git-revision-date-localized:
enable_creation_date: false
- macros:
on_error_fail: true
verbose: true
module_name: macro_hooks
include_dir: overrides
extra_css:
- assets/stylesheets/theme.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