-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathsidebars.js
More file actions
260 lines (251 loc) · 9.67 KB
/
sidebars.js
File metadata and controls
260 lines (251 loc) · 9.67 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
/**
* Docusaurus Sidebar Configuration
*
* Important: Each document can only belong to one sidebar.
* Use type: 'link' with internal paths to reference documents without jumping sidebars.
*/
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const GetStartedSidebar = [
{ type: 'doc', id: 'about-morph/user-navigation-page', label: 'Welcome to Morph' },
{
type: 'html',
value: `<a href="https://explorer.morph.network" target="_blank" rel="noopener noreferrer" class="menu__link menu__link--icon">
<img src="/img/menu/explorer.svg" alt="" class="menu__link-icon" />
<span>Explorer</span>
<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_node_modules--pnpm-@docusaurus+theme-classic@3-1-1_@types+react@18-3-12_acorn@8-14-0_react-dom@18-3-1_react@18-3-1_typescript@5-2-2-node_modules-@docusaurus-theme-classic-lib-theme-Icon-ExternalLink-styles-module"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg>
</a>`,
className: 'sidebar-icon-link',
},
{
type: 'html',
value: `<a href="https://bridge.morph.network" target="_blank" rel="noopener noreferrer" class="menu__link menu__link--icon">
<img src="/img/menu/bridge.svg" alt="" class="menu__link-icon" />
<span>Bridge</span>
<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_node_modules--pnpm-@docusaurus+theme-classic@3-1-1_@types+react@18-3-12_acorn@8-14-0_react-dom@18-3-1_react@18-3-1_typescript@5-2-2-node_modules-@docusaurus-theme-classic-lib-theme-Icon-ExternalLink-styles-module"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg>
</a>`,
className: 'sidebar-icon-link',
},
{
type: 'category',
label: 'Quickstart',
collapsed: false,
items: [
'build-on-morph/developer-navigation-page',
'build-on-morph/build-on-morph/integration-one-page',
'build-on-morph/build-on-morph/development-setup',
'build-on-morph/code-examples/deploy-contract-on-morph',
'build-on-morph/build-on-morph/verify-your-smart-contracts',
],
},
{
type: 'category',
label: 'General Protocol Design',
collapsed: false,
items: [
'how-morph-works/general-protocol-design/rollup',
'how-morph-works/general-protocol-design/communicate-between-morph-and-ethereum',
'how-morph-works/general-protocol-design/transactions-life-cycle',
'how-morph-works/general-protocol-design/transaction-statuses-on-morph-mainnet',
'how-morph-works/general-protocol-design/difference-between-ethereum-and-morph',
'build-on-morph/build-on-morph/understand-transaction-cost-on-morph',
'about-morph/eip7702',
{ type: 'category',
label: 'MorphTx Technical Specification',
link: { type: 'doc', id:'about-morph/morphtx'},
collapsed: false,
items: [
'about-morph/altfeetx'
]
},
],
},
{
type: 'category',
label: 'Learn',
collapsed: false,
items: [
'about-morph/the-technology-behind-morph',
'about-morph/morphs-architecture',
'about-morph/key-concepts',
'about-morph/roadmap',
'about-morph/morphs-vision-and-mission',
'about-morph/morph-rails',
],
},
{
type: 'category',
label: 'Support',
collapsed: false,
items: [
'about-morph/faqs',
],
},
];
const MorphChainSidebar = [
{
type: 'category',
label: 'Build on Morph',
collapsed: false,
items: [
{ type: 'doc', id: 'build-on-morph/developer-navigation-page', label: 'Start Here' },
{ type: 'doc', id: 'build-on-morph/build-on-morph/integration-one-page', label: 'Morph Integration One Page' },
{ type: 'doc', id: 'build-on-morph/developer-resources/contracts', label: 'Contract Addresses' },
{ type: 'doc', id: 'build-on-morph/developer-resources/usdc-on-morph', label: 'USDC on Morph' },
{ type: 'doc', id: 'quick-start/wallet-setup', label: 'Wallet Setup' },
{ type: 'doc', id: 'quick-start/faucet', label: 'Faucet' },
{ type: 'doc', id: 'quick-start/bridge', label: 'Bridge' },
],
},
{
type: 'category',
label: 'Developer Guides',
collapsed: false,
items: [
{ type: 'doc', id: 'build-on-morph/build-on-morph/development-setup', label: 'Development Setup' },
{ type: 'doc', id: 'build-on-morph/code-examples/deploy-contract-on-morph', label: 'Deploy Contracts on Morph' },
{ type: 'doc', id: 'build-on-morph/build-on-morph/verify-your-smart-contracts', label: 'Verify Your Smart Contracts' },
{ type: 'doc', id: 'build-on-morph/build-on-morph/bridge-between-morph-and-ethereum', label: 'Bridge Between Morph and Ethereum' },
{ type: 'doc', id: 'build-on-morph/sdk/js-sdk', label: 'Morph SDK'},
{ type: 'doc', id: 'build-on-morph/developer-resources/rpc-playground', label: 'HTTP RPC Playground' },
'build-on-morph/developer-resources/dapp-examples-on-morph',
],
},
{
type: 'category',
label: 'Ecosystem Developers Tools',
collapsed: false,
items: [
'build-on-morph/developer-resources/use-ecosystem-developer-tools/user-onboarding',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/cross-chain-interoperability',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/safe-multi-signature-wallet',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/rpc-services',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/account-abstraction',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/blockchain-indexing-services',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/blockchain-oracles',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/block-explorer',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/artificial-intelligence',
'build-on-morph/developer-resources/use-ecosystem-developer-tools/decentralized-naming-services',
],
},
{
type: 'category',
label: 'Links and Tools',
collapsed: false,
items: [
{
type: 'link',
href: 'https://bridge.morph.network/',
label: 'Morph Official Bridge',
},
{
type: 'link',
href: 'https://explorer.morph.network/',
label: 'Morph Mainnet Explorer',
},
{
type: 'link',
href: 'https://bridge-hoodi.morph.network/',
label: 'Morph Hoodi Official Bridge',
},
{
type: 'link',
href: 'https://explorer-hoodi.morph.network/',
label: 'Morph Hoodi Explorer',
},
{
type: 'link',
href: 'https://hoodi.etherscan.io/',
label: 'Ethereum Hoodi Explorer',
},
],
},
];
const NodeOperatorsSidebar = [
{
type: 'category',
label: 'Run Node',
collapsed: false,
items: [
'build-on-morph/developer-resources/node-operation/full-node/run-in-docker',
'build-on-morph/developer-resources/node-operation/validator-node/run-in-docker',
],
},
{
type: 'category',
label: 'Upgrade Node',
collapsed: false,
items: [
'build-on-morph/developer-resources/node-operation/upgrade-node/zktrie-to-mpt-migration',
'build-on-morph/developer-resources/node-operation/upgrade-node/upgrade-node-host',
'build-on-morph/developer-resources/node-operation/upgrade-node/upgrade-node-docker',
],
},
{
type: 'category',
label: 'Maintenance',
collapsed: false,
items: [
'build-on-morph/developer-resources/node-operation/prune-state',
],
},
];
const LearnSidebar = [
{
type: 'category',
label: 'Fundamental Concepts',
collapsed: false,
items: [
{ type: 'doc', id: 'about-morph/overview-of-morph', label: 'Overview' },
{ type: 'doc', id: 'how-morph-works/morph-modular-design', label: 'Morph Modular Design' },
{ type: 'doc', id: 'how-morph-works/optimistic-zkevm', label: 'Optimistic zkEVM' },
{ type: 'doc', id: 'how-morph-works/decentralized-sequencers/morph-decentralized-sequencer-network', label: 'Morph Decentralized Sequencer Network' },
],
}
];
const MorphRailsSidebar = [
{
type: 'category',
label: 'Start Here',
collapsed: false,
items: [
{ type: 'doc', id: 'morph-rails/overview', label: 'Overview' },
],
},
{
type: 'category',
label: 'Infra Solutions',
collapsed: false,
items: [
{ type: 'doc', id: 'morph-rails/infra-solutions/altfee', label: 'AltFee' },
{ type: 'doc', id: 'morph-rails/infra-solutions/reference-key', label: 'Reference Key' },
],
},
// {
// type: 'category',
// label: 'Middleware Service',
// collapsed: false,
// items: [
// { type: 'doc', id: 'morph-rails/middleware-service/private-transactions', label: 'Private Transactions' },
// ],
// },
{
type: 'category',
label: 'Agentic Payment',
collapsed: false,
items: [
// { type: 'doc', id: 'morph-rails/agentic-payment/overview', label: 'Overview' },
{ type: 'doc', id: 'morph-rails/agentic-payment/x402-facilitator', label: 'x402 Facilitator' },
{ type: 'doc', id: 'morph-rails/agentic-payment/morph-skill', label: 'Morph Skill Hub' },
// { type: 'doc', id: 'morph-rails/agentic-payment/morph-rails-cli', label: 'Morph Rails CLI' },
// { type: 'doc', id: 'morph-rails/agentic-payment/mcp', label: 'MCP' },
],
},
];
module.exports = {
GetStartedSidebar,
MorphChainSidebar,
NodeOperatorsSidebar,
LearnSidebar,
MorphRailsSidebar,
};