-
Notifications
You must be signed in to change notification settings - Fork 42
/
mkdocs.yml
93 lines (87 loc) · 2.67 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
site_name: Miden documentation
theme:
name: material
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
nav:
- Welcome: index.md
- Get started:
- Prerequisite steps: introduction/get-started/prerequisites.md
- Create account and use the faucet: introduction/get-started/create-account-use-faucet.md
- Private peer-to-peer off-chain txs: introduction/get-started/p2p-private.md
- Public peer-to-peer note transactions: introduction/get-started/p2p-public.md
- Roadmap: introduction/roadmap.md
- Miden architecture:
- Overview: architecture/overview.md
- Accounts: architecture/accounts.md
- Notes: architecture/notes.md
- Assets: architecture/assets.md
- Transactions:
- Transactions overview: architecture/transactions/overview.md
- Transaction execution: architecture/transactions/execution.md
- Transaction kernel: architecture/transactions/kernel.md
- Transaction contexts: architecture/transactions/contexts.md
- Transaction procedures: architecture/transactions/procedures.md
- State: architecture/state.md
- Execution: architecture/execution.md
- Network: network/network.md
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
toc_depth: 4
- codehilite
- markdown_include.include:
base_path: src
- admonition
- footnotes
- def_list
- attr_list
- abbr
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- 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
plugins:
- search
- open-in-new-tab
validation:
absolute_links: warn
extra_javascript:
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://fonts.googleapis.com/icon?family=Material+Icons
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css