-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (47 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
site_name: OpenQMC
site_url: https://academysoftwarefoundation.github.io/openqmc
nav:
- Home: index.md
- Documentation:
- introduction.md
- setup.md
- Samplers:
- Sampler Comparison: implementations.md
- Technical Details: details.md
- Developer:
- workflow.md
- contributing.md
- roadmap.md
- Tutorials:
- Domain Sampling: domains.md
- Increasing Sampling Rate: splitting.md
- Releases: releases.md
- Go to API Reference: https://academysoftwarefoundation.github.io/openqmc/api-reference
theme:
name: material
custom_dir: mkdocs
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.footer
palette:
- media: "(prefers-color-scheme)"
- media: "(prefers-color-scheme: light)"
scheme: default
- media: "(prefers-color-scheme: dark)"
scheme: slate
repo_url: https://github.com/AcademySoftwareFoundation/openqmc
markdown_extensions:
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css