mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Update markdown and sidebar attributes
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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: "功能指南",
|
||||
|
||||
Reference in New Issue
Block a user