-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
118 lines (118 loc) · 3.17 KB
/
mkdocs.yml
File metadata and controls
118 lines (118 loc) · 3.17 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
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
site_name: Lean Runner
site_url: https://lean-runner.vercel.app/
repo_name: lean-runner
repo_url: https://github.com/EvolvingLmms-lab/lean-runner
copyright: Copyright © 2025 LMMs-Lab
theme:
name: material
logo: assets/logo/logo.webp
favicon: assets/logo/logo.webp
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.prune
- navigation.path
- navigation.top
- navigation.expand
- navigation.sections
- search.suggest
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- toc.follow
plugins:
- search
- macros
- glightbox
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
js_files:
- javascripts/mathjax.js
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- md_in_html
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Quick Start: quick-start.md
- Server:
- Install via Docker: server/docker.md
- Build from Source: server/source.md
- Configuration: server/config.md
- API Reference: server/api.md
- Client:
- Overview: client/index.md
- Installation: client/install.md
- Simple Query: client/simple-query.md
- Bulk Verification: client/verify-all.md
- Submit and Get Result: client/submit-get-result.md
- Proof Config: client/config.md
- For Developers:
- Code Documentation: dev/docs.md
- Todos: dev/todos.md
extra:
analytics:
provider: google
property: G-68T1QBJ2DS
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by using our <a href="..." target="_blank" rel="noopener">feedback form</a>.