Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5df44dc

Browse files
authored
clean: remove deprecated tutorials (#588)
* cleanup deprecated guides * remove reference
1 parent 8a658d3 commit 5df44dc

5 files changed

Lines changed: 4 additions & 889 deletions

File tree

.vitepress/config.ts

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -329,23 +329,8 @@ function sidebarHome() {
329329
link: "/guides/metrics",
330330
},
331331
{
332-
text: "Integrations",
333-
collapsed: true,
334-
items: [
335-
{
336-
text: "Test and deploy cosmwasm smart-contracts",
337-
link: "/guides/cw-orch",
338-
},
339-
{ text: "Add zkML to your EVM rollup", link: "/guides/zkml" },
340-
{
341-
text: "Add an IBC connection to your rollup",
342-
link: "/guides/ibc-connection",
343-
},
344-
{
345-
text: "Use IBC token (TIA) as gas token in your rollup",
346-
link: "/guides/use-tia-for-gas",
347-
},
348-
],
332+
text: "Use IBC token (TIA) as gas token in your rollup",
333+
link: "/guides/use-tia-for-gas",
349334
},
350335
],
351336
},

guides/cw-orch.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)