-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (83 loc) · 2.86 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
site_name: zkWasm Development Recipe
nav:
- Home: index.md
- Getting Started:
- Setup Environment: getting-started/Setup Environment.md
- Quick Tutorial: getting-started/Quick Tutorial.md
- Development Workflow: getting-started/Development Workflow.md
- Core Documentation:
- Core Concepts: Core Concepts.md
- zkWasm Overview: zkWasm Overview.md
- Design Guide:
- Design Application as State Machine: Design Application as State Machine.md
- Development Guide:
- zkWasm Rust SDK and Rest Service ABI: development-guide/zkWasm Rust SDK.md
- Web3 Development Frameworks: development-guide/Web3 Development Frameworks.md
- Implementing Time-Driven Events: development-guide/Implementing Time-Driven Events.md
- Generating Random Numbers: development-guide/Generating Random Numbers.md
- zkWasm Mini Rollup:
- Overview: zkwasm-mini-rollup/Rollup Overview.md
- Host Environment: zkwasm-mini-rollup/Rollup Host.md
- Database Service: zkwasm-mini-rollup/Rollup Database.md
- Server Implementation (zkWasm-ts-Server): zkwasm-mini-rollup/Rollup Server.md
- Convention: zkwasm-mini-rollup/Rollup Convention.md
- zkWasm Protocol:
- zkWasm Protocol Overview: zkwasm-protocol/zkWasm Protocol.md
- Deposit: zkwasm-protocol/Deposit.md
- Withdraw: zkwasm-protocol/Withdraw.md
- Custom Transaction: zkwasm-protocol/Custom Transaction.md
- Additional Resources:
- Official Links: additional-resources/Official Links.md
- Project Examples: additional-resources/Project Examples.md
- Frequently Asked Questions: additional-resources/Frequently Asked Questions.md
theme:
name: material
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: lime
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- content.code.copy
- search.highlight
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- pymdownx.highlight
use_directory_urls: false
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js