Skip to content

Commit fe845b2

Browse files
committed
chore: remove Rollkit has menu section and update naming
Remove GM tutorial, add language around choosing DA and Execution
1 parent a9d0a9b commit fe845b2

File tree

1 file changed

+38
-42
lines changed

1 file changed

+38
-42
lines changed

.vitepress/config.ts

Lines changed: 38 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,9 @@ function sidebarHome() {
218218
text: "Quick start guide",
219219
link: "/tutorials/quick-start",
220220
},
221+
{ text: "Build a Rollup", link: "/tutorials/wordle" },
221222
{
222-
text: "Rollkit",
223-
collapsed: true,
224-
items: [
225-
{
226-
text: "GM world rollup",
227-
link: "/tutorials/gm-world",
228-
},
229-
{ text: "Wordle app", link: "/tutorials/wordle" },
230-
],
231-
},
232-
{
233-
text: "DA",
223+
text: "Connect Your DA",
234224
collapsed: true,
235225
items: [
236226
{
@@ -244,21 +234,27 @@ function sidebarHome() {
244234
],
245235
},
246236
{
247-
text: "Execution",
237+
text: "Choose You Execution",
248238
collapsed: true,
249239
items: [
250-
{ text: "CosmWasm rollup", link: "/tutorials/cosmwasm" },
251-
{
240+
{ text: "CosmWasm", link: "/tutorials/cosmwasm" },
241+
{
252242
text: "EVM",
253-
collapsed: true,
254-
items: [
243+
collapsed: true,
244+
items: [
255245
{ text: "Omni Octane EVM", link: "/tutorials/octane-evm" },
256-
{ text: "BeaconKit EVM", link: "/tutorials/beaconkit" },
257-
{ text: "Artela EVM++", link: "/tutorials/artela-evm-plus-plus" },
258-
{ text: "Contract interaction", link: "/tutorials/evm-contract-interaction" },
259-
]
260-
},
261-
],
246+
{ text: "BeaconKit EVM", link: "/tutorials/beaconkit" },
247+
{
248+
text: "Artela EVM++",
249+
link: "/tutorials/artela-evm-plus-plus",
250+
},
251+
{
252+
text: "Contract interaction",
253+
link: "/tutorials/evm-contract-interaction",
254+
},
255+
],
256+
},
257+
],
262258
},
263259
],
264260
},
@@ -324,25 +320,25 @@ function sidebarHome() {
324320
text: "Integrations",
325321
collapsed: true,
326322
items: [
327-
{
328-
text: "Test and deploy cosmwasm smart-contracts",
329-
link: "/guides/cw-orch",
330-
},
331-
{ text: "Add zkML to your EVM rollup", link: "/guides/zkml" },
332-
{
333-
text: "Add an IBC connection to your rollup",
334-
link: "/guides/ibc-connection",
335-
},
336-
{
337-
text: "Integrate Range with your rollup",
338-
link: "/guides/rollkit-monitoring",
339-
},
340-
{
341-
text: "Use IBC token (TIA) as gas token in your rollup",
342-
link: "/guides/use-tia-for-gas",
343-
},
344-
],
345-
},
323+
{
324+
text: "Test and deploy cosmwasm smart-contracts",
325+
link: "/guides/cw-orch",
326+
},
327+
{ text: "Add zkML to your EVM rollup", link: "/guides/zkml" },
328+
{
329+
text: "Add an IBC connection to your rollup",
330+
link: "/guides/ibc-connection",
331+
},
332+
{
333+
text: "Integrate Range with your rollup",
334+
link: "/guides/rollkit-monitoring",
335+
},
336+
{
337+
text: "Use IBC token (TIA) as gas token in your rollup",
338+
link: "/guides/use-tia-for-gas",
339+
},
340+
],
341+
},
346342
],
347343
},
348344
{

0 commit comments

Comments
 (0)