-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
46 lines (42 loc) · 989 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
43
44
45
46
site_name: JaxGCRL
site_url: https://michalbortkiewicz.github.io/JaxGCRL
repo_url: /~https://github.com/MichalBortkiewicz/JaxGCRL
theme:
name: material
palette:
scheme: default
primary: deep orange
features:
- content.code.copy
- navigation.sections
- navigation.tracking
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
plugins:
- search
nav:
- Overview: index.md
- Get Started:
- Installation: install.md
- Basic Usage: usage.md
- Methods: methods.md
- Environments: environments.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js