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

Commit c8a81f8

Browse files
committed
remove evm
1 parent a9abd94 commit c8a81f8

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.vitepress/config.ts

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -263,17 +263,13 @@ function sidebarHome() {
263263
collapsed: true,
264264
items: [
265265
{ text: "CosmWasm", link: "/tutorials/execution/cosmwasm" },
266-
{
267-
text: "EVM",
268-
collapsed: true,
269-
items: [
270-
// { text: "RETH EVM", link: "/tutorials/execution/reth-evm" },
271-
{
272-
text: "Contract interaction",
273-
link: "/tutorials/execution/evm-contract-interaction",
274-
},
275-
],
276-
},
266+
// {
267+
// text: "EVM",
268+
// collapsed: true,
269+
// items: [
270+
// // { text: "RETH EVM", link: "/tutorials/execution/reth-evm" },
271+
// ],
272+
// },
277273
],
278274
},
279275
{

0 commit comments

Comments
 (0)