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 = [
|
||||
{ text: "首页", link: "/" },
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { SidebarConfigArray } from "@vuepress/theme-default/lib/types/nav";
|
||||
import { SidebarConfigArray } from "@vuepress/theme-default";
|
||||
|
||||
export function getConfigSidebar(
|
||||
feature: string,
|
||||
|
@ -25,6 +25,7 @@ export function getConfigSidebar(
|
|||
isGroup: true,
|
||||
children: [
|
||||
path + "",
|
||||
path + "log.md",
|
||||
path + "api.md",
|
||||
path + "dns.md",
|
||||
path + "fakedns.md",
|
||||
|
|
Loading…
Reference in New Issue