Skip to content

Commit f506165

Browse files
Change how to guide arrangement (#443)
1 parent 0dbedd2 commit f506165

File tree

2 files changed

+43
-37
lines changed

2 files changed

+43
-37
lines changed

.vitepress/config.ts

+42-36
Original file line numberDiff line numberDiff line change
@@ -266,30 +266,30 @@ function sidebarHome() {
266266
text: "How To Guides",
267267
collapsed: true,
268268
items: [
269+
{
270+
text: "Use the Rollkit CLI",
271+
link: "/guides/use-rollkit-cli",
272+
},
273+
{
274+
text: "Connect to a local DA",
275+
link: "/guides/connect-local-da",
276+
},
277+
{
278+
text: "Create genesis for your rollup",
279+
link: "/guides/create-genesis",
280+
},
281+
{
282+
text: "Restart your rollup",
283+
link: "/guides/restart-rollup",
284+
},
285+
{
286+
text: "Run as a full and sequencer node",
287+
link: "/guides/full-and-sequencer-node",
288+
},
269289
{
270290
text: "Configuration",
271291
collapsed: true,
272292
items: [
273-
{
274-
text: "Use the Rollkit CLI",
275-
link: "/guides/use-rollkit-cli",
276-
},
277-
{
278-
text: "Connect to a local DA",
279-
link: "/guides/connect-local-da",
280-
},
281-
{
282-
text: "Create genesis for your rollup",
283-
link: "/guides/create-genesis",
284-
},
285-
{
286-
text: "Restart your rollup",
287-
link: "/guides/restart-rollup",
288-
},
289-
{
290-
text: "Run as a full and sequencer node",
291-
link: "/guides/full-and-sequencer-node",
292-
},
293293
{
294294
text: "Configure gas price",
295295
link: "/guides/gas-price",
@@ -313,22 +313,28 @@ function sidebarHome() {
313313
],
314314
},
315315
{
316-
text: "Test and deploy smart-contracts",
317-
link: "/guides/cw-orch",
318-
},
319-
{ text: "Add zkML to your rollup", link: "/guides/zkml" },
320-
{
321-
text: "Add an IBC connection to your rollup",
322-
link: "/guides/ibc-connection",
323-
},
324-
{
325-
text: "Integrate Range with your rollup",
326-
link: "/guides/rollkit-monitoring",
327-
},
328-
{
329-
text: "Use IBC token (TIA) as gas token in your rollup",
330-
link: "/guides/use-tia-for-gas",
331-
},
316+
text: "Integrations",
317+
collapsed: true,
318+
items: [
319+
{
320+
text: "Test and deploy cosmwasm smart-contracts",
321+
link: "/guides/cw-orch",
322+
},
323+
{ text: "Add zkML to your EVM rollup", link: "/guides/zkml" },
324+
{
325+
text: "Add an IBC connection to your rollup",
326+
link: "/guides/ibc-connection",
327+
},
328+
{
329+
text: "Integrate Range with your rollup",
330+
link: "/guides/rollkit-monitoring",
331+
},
332+
{
333+
text: "Use IBC token (TIA) as gas token in your rollup",
334+
link: "/guides/use-tia-for-gas",
335+
},
336+
],
337+
},
332338
],
333339
},
334340
{

guides/zkml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This approach not only secures the verification process of machine learning mode
1212

1313
## Prerequisites
1414

15-
- An operational [Polaris EVM](/tutorials/polaris-evm.md) using Rollkit (see next step)
15+
- An operational [EVM](/tutorials/beaconkit.md) using Rollkit (see next step)
1616
- A [Sindri](https://sindri.app) API key, which can be obtained [here](https://hen4zp9gxq3.typeform.com/to/hJHlUF8c?typeform-source=sindri.app)
1717
- Python 3.10+ installed as well as the [Sindri Python SDK](https://sindri.app/docs/reference/sdk/python/) (more information below)
1818

0 commit comments

Comments
 (0)