Fix sidebar link
parent
f68422788d
commit
b43b93fbb5
|
@ -1,4 +1,4 @@
|
||||||
import { NavbarConfig } from "@vuepress/theme-default/lib/types/nav";
|
import { NavbarConfig } from "@vuepress/theme-default";
|
||||||
|
|
||||||
export const hans: NavbarConfig = [
|
export const hans: NavbarConfig = [
|
||||||
{ text: "首页", link: "/" },
|
{ text: "首页", link: "/" },
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { SidebarConfigArray } from "@vuepress/theme-default/lib/types/nav";
|
import { SidebarConfigArray } from "@vuepress/theme-default";
|
||||||
|
|
||||||
export function getConfigSidebar(
|
export function getConfigSidebar(
|
||||||
feature: string,
|
feature: string,
|
||||||
|
@ -25,6 +25,7 @@ export function getConfigSidebar(
|
||||||
isGroup: true,
|
isGroup: true,
|
||||||
children: [
|
children: [
|
||||||
path + "",
|
path + "",
|
||||||
|
path + "log.md",
|
||||||
path + "api.md",
|
path + "api.md",
|
||||||
path + "dns.md",
|
path + "dns.md",
|
||||||
path + "fakedns.md",
|
path + "fakedns.md",
|
||||||
|
|
Loading…
Reference in New Issue