-
Notifications
You must be signed in to change notification settings - Fork 108
/
mkdocs.yml
53 lines (49 loc) · 1.19 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
site_name: HEP ML Living Review
site_url: https://iml-wg.github.io/HEPML-LivingReview/
nav:
- Home : index.md
- Recent: recent.md
- About: about.md
- Contribute: contribute.md
- Code of conduct: code_of_conduct.md
- Resources: resources.md
- Cite Us: cite.md
repo_url: https://github.com/iml-wg/HEPML-LivingReview/
markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
- pymdownx.arithmatex:
generic: true
- attr_list
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.expand
- toc.follow
- navigation.top
# - toc.integrate
- search.share
- search.suggest
- content.code.copy
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode