mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Update navbar
This commit is contained in:
@@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope";
|
|||||||
|
|
||||||
export const enNavbar = navbar([
|
export const enNavbar = navbar([
|
||||||
"/en/",
|
"/en/",
|
||||||
{ text: "Document", icon: "article", link: "/en/features/" },
|
{ text: "Document", icon: "article", link: "/en/menu.html" },
|
||||||
{
|
{
|
||||||
text: "Download",
|
text: "Download",
|
||||||
icon: "install",
|
icon: "install",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope";
|
|||||||
|
|
||||||
export const zhNavbar = navbar([
|
export const zhNavbar = navbar([
|
||||||
"/zh/",
|
"/zh/",
|
||||||
{ text: "文档", icon: "article", link: "/zh/features/" },
|
{ text: "文档", icon: "article", link: "/zh/menu.html" },
|
||||||
{
|
{
|
||||||
text: "下载",
|
text: "下载",
|
||||||
icon: "install",
|
icon: "install",
|
||||||
|
|||||||
Reference in New Issue
Block a user