forked from shapiromatron/hawc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (42 loc) · 976 Bytes
/
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
site_name: HAWC Documentation
repo_url: https://github.com/shapiromatron/hawc
repo_name: shapiromatron/hawc
edit_uri: ""
theme:
name: material
favicon: static/img/favicon-128.png
logo: static/img/favicon-128.png
icon:
repo: fontawesome/brands/github
palette:
primary: blue
accent: cyan
features:
- navigation.instant
- navigation.tracking
nav:
- index.md
- development.md
- client.md
- database.md
- deployment.md
- statistical-methods.md
- project-management.md
- appendix-a-ci.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.superfences
extra_javascript:
- static/js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js