diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 93b17e628..4609b0a59 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope"; export const zhNavbar = navbar([ "/zh/", - { text: "文档", icon: "article", link: "/features/"}, + { text: "文档", icon: "article", link: "/zh/features/"}, { text: "下载", icon: "install", @@ -11,6 +11,6 @@ export const zhNavbar = navbar([ { text: "加入社区讨论", icon: "community", - link: "/community.md" + link: "/zh/community.md" }, ]); diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..6774dbcbe --- /dev/null +++ b/docs/README.md @@ -0,0 +1,19 @@ +--- +home: true +icon: home +title: Language Selection +heroImage: https://img.alicdn.com/imgextra/i4/1797064093/O1CN01vK3m2w1g6duwt8quS_!!1797064093.png +heroText: Snap Hutao +tagline: Select Your Language +actions: + - text: zh-CN + link: /zh/ + type: primary + - text: en-US + link: /en/ + type: primary + + +copyright: false +footer: MIT Licensed | Copyright © 2019-present Mr.Hope +---