-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (110 loc) · 3.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: SotaZK Labs docs
docs_dir: ./docs
site_description: This is the docs for people learning ZKPs
site_author: sota-zk-labs
repo_url: https://github.com/sota-zk-labs/zkp-documents
site_url: https://docs.sotazk.org/
theme:
name: material
favicon: images/favicon.png
logo: images/logo.png
custom_dir: overrides
include_search_page: true
font:
text: Inter
code: Source Code Pro
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
scheme: default
primary: deep purple # Primary colors
accent: deep purple # accent color
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple # Primary colors
accent: deep purple # accent color
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: dracula
primary: deep purple # Primary colors
accent: deep purple # accent color
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- search.suggest
- search.highlight
- search.share
# - navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.integration
#- navigation.tabs
#- navigation.tabs.sticky
- navigation.indexes
#- navigation.sections
- navigation.path
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
- content.action.edit
validation:
absolute_links: warn
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
toc_depth: 4
- codehilite
- admonition
- footnotes
- def_list
- attr_list
- abbr
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: diagram
class: diagram
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
# block_tag: 'pre' # We wrap block math in `<pre>` to avoid issues with MkDocs minify HTML plugin: https://github.com/byrnereese/mkdocs-minify-plugin
- pymdownx.betterem:
smart_enable: all
- pymdownx.keys
- pymdownx.details
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.caret
- meta
- smarty
- pymdownx.extra
exclude_docs: |
english/*
index.md
plugins:
- search
- mkdocs_pymdownx_material_extras
- callouts
extra_javascript:
- javascripts/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
# - https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.js
# - https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/contrib/auto-render.min.js
- https://unpkg.com/mermaid@8.8.4/dist/mermaid.min.js
#extra_css:
# - https://cdn.jsdelivr.net/npm/katex@0.16.10/dist/katex.min.css