forked from agglayer/agglayer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
199 lines (191 loc) · 7.5 KB
/
mkdocs.yml
File metadata and controls
199 lines (191 loc) · 7.5 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
site_name: Agglayer Documentation
site_author: Polygon Labs
copyright: Copyright © PT Services DMCC 2025
repo_name: Agglayer Documentation
repo_url: https://github.com/agglayer/agglayer-docs
edit_uri: edit/main/docs/
site_url: https://agglayer.dev/
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: white
accent: "#FF8E08"
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: "#FF8E08"
toggle:
icon: material/brightness-4
name: Switch to light mode
language: en
custom_dir: overrides
favicon: img/favicon.ico
logo: img/agglayer/agglayer-logo-mark-black-rgb.svg
icon:
logo: logo
repo: repo
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
- navigation.indexes
nav:
- Agglayer:
- Overview: index.md
- Get Started:
- agglayer/get-started/index.md
- Set up your environment: agglayer/get-started/bridge-assets.md
- How To:
- agglayer/how-to/index.md
- Bridge an ERC-20 token: agglayer/how-to/transfer-asset.md
- Call a smart contract cross-chain: agglayer/how-to/call-contract.md
- Bridge-and-call in one step: agglayer/how-to/transfer-and-call.md
- Core Concepts:
- agglayer/core-concepts/index.md
- Architecture: agglayer/core-concepts/architecture.md
- Unified Bridge: agglayer/core-concepts/unified-bridge.md
- Pessimistic Proof: agglayer/core-concepts/pessimistic-proof.md
- State Transition Proof: agglayer/core-concepts/state-transition-proof.md
# - Multi-stack Interop: agglayer/core-concepts/connecting-chains.md
- Additional Resources:
- agglayer/additional-resources/index.md
- Connected Chains: agglayer/additional-resources/connected-chains.md
- 'Deep Dive: Pessimistic Proof ↗': "https://github.com/BrianSeong99/Agglayer_PessimisticProof_Benchmark/"
- 'Deep Dive: Unified Bridge ↗': "https://github.com/BrianSeong99/AggLayer_UnifiedBridge/"
- 'Deep Dive: State Transition Proof ↗': "https://github.com/BrianSeong99/Agglayer_StateTransitionProof?tab=readme-ov-file#state-transition-proof"
- CDK:
- CDK: cdk/index.md
- Get Started:
- What is CDK?: cdk/get-started/overview.md
- Why choose CDK?: cdk/get-started/benefits.md
- cdk-opgeth:
- Deploy a local testnet: cdk/cdk-opgeth/local-guide.md
- Deploy a devnet: cdk/cdk-opgeth/devnet-deployment-guide.md
- Architecture: cdk/cdk-opgeth/architecture.md
- cdk-erigon:
- Deploy a local testnet: cdk/cdk-erigon/local-deployment.md
- Create a native token: cdk/cdk-erigon/use-native-token.md
- Architecture: cdk/cdk-erigon/architecture.md
- Migration Guides:
- General Guide: cdk/cdk-erigon/migrate/fork.md
- Fork ID 9 to 12: cdk/cdk-erigon/migrate/forkid-9-12.md
- Fork ID 7 to 9: cdk/cdk-erigon/migrate/forkid-7-to-9.md
- Additional Resources:
- Glossary: cdk/additional-resources/glossary.md
- FAQs: cdk/additional-resources/faqs.md
extra:
generator: false
analytics:
provider: google
property: G-PM6L5JWEZP
social:
- icon: fontawesome/solid/circle-question
link: https://support.polygon.technology/support/solutions
- icon: fontawesome/solid/globe
link: https://agglayer.dev/
- icon: fontawesome/brands/github
link: https://github.com/agglayer/agglayer-docs
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- _site_essentials/stylesheets/extra.css
- https://fonts.googleapis.com/icon?family=Material+Icons
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
markdown_extensions:
- toc:
permalink: true
permalink_title: Link to this section
toc_depth: 4
- codehilite
- markdown_include.include:
base_path: docs
- admonition
- footnotes
- def_list
- attr_list
#- md_in_html
- 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:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- multirepo:
cleanup: true
keep_docs_dir: false
- search
- open-in-new-tab
- redirects:
redirect_maps:
'docs/develop/network-details/network.md': 'cdk/index.md'
'cdk/getting-started/index.md': 'cdk/getting-started/local-deployment.md'
'zkEVM/how-to/index.md': 'zkEVM/get-started/index.md'
'cdk/concepts/index.md': 'cdk/concepts/layer2s.md'
'tools/matic-js/installation.md': 'tools/matic-js/get-started.md'
'pos/how-to/access-node.md': 'tools/dApp-development/tutorials/access-node.md'
'pos/how-to/full-node/full-node-system-requirements.md': 'pos/how-to/prerequisites.md'
'pos/how-to/validator/prerequisites.md': 'pos/how-to/prerequisites.md'
'pos/how-to/validator/validator-system-requirements.md': 'pos/how-to/prerequisites.md'
'pos/how-to/choose-node-type.md': 'pos/how-to/prerequisites.md'
'pos/how-to/operate-validator-node/validator-best-practices.md': 'pos/how-to/validator/validator-best-practices.md'
'pos/how-to/operate-validator-node/validator-commission-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
'pos/how-to/operate-validator-node/validator-staking-operations.md': 'pos/how-to/operate-validator-node/next-steps.md'
'pos/how-to/operating/validator-node/index.md': 'pos/how-to/operate-validator-node/next-steps.md'
'cdk/version-matrix/index.md': 'index.md'
'agglayer/core-concepts/Agglayer v0.3.0-Core-Features.md': 'agglayer/core-concepts/index.md'
'agglayer/core-concepts/v0.3.md': 'agglayer/core-concepts/index.md'
'agglayer/core-concepts/migration_guide.md': 'agglayer/core-concepts/index.md'
'agglayer/core-concepts/ECDSA-vs-FEP.md': 'agglayer/core-concepts/index.md'
'agglayer/core-concepts/v0.2_vs_v0.3.md': 'agglayer/core-concepts/index.md'
validation:
absolute_links: warn
anchors: warn
extra_javascript:
- _site_essentials/js/mathjax.js
- 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