mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 17:21:41 +03:00
Fix sidebar link
This commit is contained in:
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…
x
Reference in New Issue
Block a user