forked from MattBixley/eri-support-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (88 loc) · 2.46 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
hooks:
- mkdocs_hooks.py
markdown_extensions:
- toc:
baselevel: 1
permalink: true
toc_depth: 3
title: On this page
- admonition
- pymdownx.details
- pymdownx.superfences
- 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
# extra:
# analytics:
# provider: google
# property: G-TVQR4R1F40
plugins:
- search
- open-in-new-tab
- 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.
- git-revision-date-localized:
enable_creation_date: true
- macros:
on_error_fail: true
verbose: false
module_name: macro_hooks
include_dir: overrides
repo_name: GitHub
repo_url: https://github.com/MattBixley/eri-support-docs
edit_uri: edit/main/docs/
site_description: eRI Support Documentation
site_dir: public
site_name: eRI Support Documentation
site_url: https://mattbixley.github.io/eri-support-docs/
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 #eri status address
theme:
custom_dir: overrides
favicon: assets/icons/favicon.ico
features:
- navigation.indexes
# - navigation.sections
- navigation.instant # Single Page Application
- 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
language: en
logo: assets/icons/logo.svg
name: material
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