-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
43 lines (39 loc) · 1.07 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
site_name: XDiag Documentation
theme:
name: material
palette:
scheme: slate
features:
- content.code.copy
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
auto_title: false
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
extra_javascript:
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
nav:
- Home: index.md
- Quick Start: quick_start.md
- User Guide: user_guide.md
- Examples: examples.md
- Documentation: documentation/index.md
- Contributing: contributing.md
- Releases: releases.md