-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (80 loc) · 1.76 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
site_name: AGDR
repo_name: GitHub
repo_url: https://github.com/nesi/agdr-docs
edit_uri: edit/main/docs/
site_description: AGDR
site_dir: public
site_url: https://docs.agdr.org.nz/
theme:
custom_dir: overrides
favicon: assets/icons/favicon.ico
language: en
logo: assets/icons/ga_logo_alpha.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
features:
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.path
- content.code.copy
- content.action.edit
- header.site_name_homepage
hooks:
- mkdocs_hooks.py
markdown_extensions:
- abbr
- admonition
- attr_list
- footnotes
- toc:
baselevel: 1
permalink: true
title: On this page
toc_depth: 3
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets: null
extra:
analytics:
provider: google
property: G-XJVS54JJBF
plugins:
- search
- open-in-new-tab
- redirects:
map_file: redirect_map.yml
- awesome-pages:
filename: .pages.yml
- tags:
tags: false
- git-revision-date-localized:
enable_creation_date: false
- macros:
include_dir: overrides
module_name: macro_hooks
on_error_fail: true
verbose: false
extra_css:
- assets/stylesheets/footer.css
- assets/stylesheets/my.css
- assets/stylesheets/theme.css
extra_javascript:
- assets/javascripts/general.js