-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
97 lines (89 loc) · 2.26 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
site_name: Mercury
copyright: Copyright © 2013 - 2022 UChicago Argonne, LLC and The HDF Group, Copyright © 2022 - 2024 Intel Corporation
# Repository
repo_name: mercury-hpc/mercury
repo_url: https://github.com/mercury-hpc/mercury
edit_uri: ""
# Configuration
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
font:
font: false
language: en
logo: assets/images/mercury_white.png
favicon: assets/images/favicon.ico
icon:
repo: fontawesome/brands/square-github
features:
# - navigation.instant # Has issues
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
# - navigation.footer
- toc.integrate
# Plugins
plugins:
- search
- git-revision-date-localized:
type: date
extra:
version:
default: latest
provider: mike
analytics:
provider: google
property: UA-98228964-1
extra_css:
- stylesheets/extra.css
# Markdown Extensions
markdown_extensions:
- admonition # collapsible blocks
- pymdownx.details
- pymdownx.superfences
- attr_list # buttons, align images
- pymdownx.mark
- pymdownx.highlight # code highlight
- pymdownx.inlinehilite
- pymdownx.snippets # code snippets
- tables # data tables
- footnotes # footnotes
- pymdownx.emoji: # icons + emojis
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html # markdown in html
- def_list # definition lists
- pymdownx.tasklist: # task lists
custom_checkbox: true
- meta # meta tags for custom page titles and descriptions
# Navigation
nav:
- 'index.md'
- 'about.md'
- Releases:
- 'releases/download.md'
- 'Release Notes':
- 'releases/CHANGES_v2.4.0.md'
- 'releases/CHANGES_v2.3.1.md'
- 'releases/CHANGES_v2.3.0.md'
- 'releases/CHANGES_v2.2.0.md'
- 'releases/CHANGES_v2.1.0.md'
- 'releases/CHANGES_v2.0.1.md'
- User Guide:
- 'user/overview.md'
- 'user/na.md'
- 'user/hg.md'
- 'user/hg_bulk.md'
- 'user/hg_macros.md'
- 'Appendix':
- 'user/ofi.md'
- 'user/sm.md'
- 'user/drc.md'
- 'user/cancel.md'
- 'user/checksum.md'
- 'user/perf.md'
- 'publications.md'
- 'help.md'