-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
107 lines (106 loc) · 2.92 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
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
site_name: NeSI Support Documentation
repo_name: GitHub
repo_url: https://github.com/nesi/support-docs
edit_uri: edit/main/docs/
site_description: NeSI Support Documentation
site_dir: public
site_url: https://docs.nesi.org.nz/
theme:
name: material
custom_dir: overrides
favicon: assets/icons/favicon_nesi.ico
language: en
logo: assets/icons/logo_nesi.svg
palette:
- primary: custom
scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
- primary: custom
scheme: slate
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.tabbed:
alternate_style: true
- pymdownx.snippets:
# auto_append:
# - docs/assets/glossary/snippets.md # Causes massive slowdown. Also, bad.
- attr_list
- abbr
- neoteroi.cards
- neoteroi.timeline
- footnotes
- def_list
extra:
analytics:
provider: google
property: G-TVQR4R1F40
plugins:
- search
- open-in-new-tab
- rss:
categories:
- tags
- title
json_feed_enabled: false
pretty_print: true
match_path: .*.md
feed_title: NeSI 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-pages:
filename: .pages.yml
# - git-authors
- tags:
tags: false # This will keep tags for the purpose of indexing, but not display on page.
# tags_file: tags.md # Causes A warning now? idk
- 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/neoteroi-mkdocs.css
- assets/stylesheets/footer.css
- assets/stylesheets/custom_admonations.css
- assets/stylesheets/theme.css
extra_javascript:
- assets/javascripts/general.js
- https://status.nesi.org.nz/embed/script.js