Skip to content

Commit

Permalink
ignore dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 26, 2024
1 parent ee532ce commit 400010b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from 'vitepress'

export default defineConfig({
ignoreDeadLinks: true,
title: "MWC Documentations",
description: "A VitePress Site",
cleanUrls: true,
Expand Down Expand Up @@ -54,7 +55,7 @@ function nav() {
{
text: "Quick start",
items: [
{ text: "Nodes", link: "/nodes/introduction" },
{ text: "Node", link: "/nodes/introduction" },
{ text: "Wallet", link: "/wallets/introduction" },
{ text: "Miners", link: "/miners/introduction" },
{ text: "Developers", link: "developers/get-started" },
Expand Down Expand Up @@ -112,6 +113,7 @@ function sidebarHome() {
text: "Introduction",
link: "/wallet/introduction"
},
/*
{
text: "Desktop",
collapsed: true,
Expand Down Expand Up @@ -268,7 +270,7 @@ function sidebarHome() {
}
]
},
/*{
{
text: "Advanced Features",
collapsed: true,
items: [
Expand All @@ -289,9 +291,9 @@ function sidebarHome() {
{
text: "FAQ",
link: "/wallet/web/faq"
}**/
}
]
},
},*/
{
text: "Console",
collapsed: true,
Expand Down

0 comments on commit 400010b

Please sign in to comment.