-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
62 lines (56 loc) · 1.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
site_name: Polygon Learn
site_author: Polygon Labs
copyright: Copyright © 2024 Polygon Labs
repo_name: Devrel docs
repo_url: https://github.com/0xPolygon/devrel-docs
edit_uri: edit/main/docs/
site_url: https://learn.polygon.technology/
theme:
name: material
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
nav:
- Home: index.md
- General:
- Stack Choice: general/stack_choice.md
- Learning ZK:
- Overview: zk/key_concepts.md
- Polynomial Time: zk/polynomial_time.md
- NP Completeness: zk/np_completeness.md
- Cyclic Groups and Generators: zk/cyclic_groups_and_generators.md
- Learning Resources: zk/learning_resources.md
- AggLayer:
- Overview: agglayer/overview.md
- Trust: agglayer/trust.md
- Exit and Balance Trees: agglayer/lbt_vs_let.md
- A Day in the Life of an AggLayer Transaction: agglayer/ditl.md
- Pessimistic Proof: agglayer/pessimistic_proof.md
- Unified Liquidity: agglayer/unified_liquidity.md
- CDK:
- Overview: cdk/overview.md
- Miden:
- Overview: miden/overview.md
- Notes and Their Features: miden/note_features.md
- Note Types: miden/note_types.md
- PoS:
- Overview: pos/overview.md
- Tutorials:
- Understanding and Implementing Milestones: pos/tutorials/milestones.md
- Plonky3:
- Overview: plonky3/overview.md
- Introduction to Plonky3 & Fibonacci Example: plonky3/examples/fibonacci.md
- Constraint Degree, Intermediate Variables & Range Check Example: plonky3/examples/rangecheck.md
- zkEVM:
- Overview: zkevm/overview.md
extra_javascript:
- js/mathjax.js
- js/ethers-5.2.umd.min.js
- js/wallet-signin.js
- js/tex-mml-chtml.js
extra_css:
- https://fonts.googleapis.com/icon?family=Material+Icons
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css