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

Commit 563a320

Browse files
committed
chore: remove cosmwasm testnet
1 parent 21c6ed3 commit 563a320

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.vitepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function nav() {
174174
{ text: "Learn", link: "/learn/intro" },
175175
{ text: "Tutorials", link: "/tutorials/quick-start" },
176176
{ text: "How To Guides", link: "/guides/overview" },
177-
{ text: "Testnets", link: "/testnets/cosmwasm-testnet" },
177+
// { text: "Testnets", link: "/testnets/cosmwasm-testnet" },
178178
{ text: "Blog", link: "/blog/overview" },
179179
];
180180
}
@@ -385,11 +385,11 @@ function sidebarHome() {
385385
},
386386
],
387387
},
388-
{
389-
text: "Testnets",
390-
collapsed: true,
391-
items: [{ text: "CosmWasm Testnet", link: "/testnets/cosmwasm-testnet" }],
392-
},
388+
// {
389+
// text: "Testnets",
390+
// collapsed: true,
391+
// items: [{ text: "CosmWasm Testnet", link: "/testnets/cosmwasm-testnet" }],
392+
// },
393393
{
394394
text: "Blog",
395395
collapsed: true,

0 commit comments

Comments
 (0)