Update markdown and sidebar attributes

This commit is contained in:
Masterain
2023-08-27 00:53:32 -07:00
parent 9d787a90ac
commit a3c55bf371
12 changed files with 20 additions and 33 deletions

View File

@@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope";
export const enSidebar = sidebar({
"/en/": [
"",
{
icon: "workingDirectory",
text: "Project",
link: "project",
},
{
icon: "network",
text: "Localization",
link: "i18n",
},
{
icon: "play",
text: "Quick Start",
link: "quick-start",
},
"project",
"i18n",
"quick-start",
{
icon: "read",
text: "Features",

View File

@@ -3,21 +3,9 @@ import { sidebar } from "vuepress-theme-hope";
export const zhSidebar = sidebar({
"/zh/": [
"",
{
icon: "workingDirectory",
text: "项目介绍",
link: "project",
},
{
icon: "network",
text: "国际化支持",
link: "i18n",
},
{
icon: "play",
text: "快速开始",
link: "quick-start",
},
"project",
"i18n",
"quick-start",
{
icon: "read",
text: "功能指南",