-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
44 lines (43 loc) · 1.35 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
site_name: 'Birch Documentation'
site_url: https://docs.birch-lang.org
site_description: 'An open source probabilistic programming language that combines automatic differentiation, automatic marginalization, automatic conjugacy, and a Sequential Monte Carlo (SMC) inference engine.'
repo_url: https://github.com/lawmurray/Birch
repo_name: lawmurray/Birch
edit_uri: ""
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
markdown_extensions:
- admonition
- footnotes
- pymdownx.arithmatex
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
extra_css:
- 'https://unpkg.com/[email protected]/dist/mermaid.css'
extra_javascript:
- 'https://unpkg.com/[email protected]/dist/mermaid.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lawmurray