Skip to content

Commit cc8fe69

Browse files
committed
完善基础文档
1 parent f153c66 commit cc8fe69

File tree

17 files changed

+987
-78
lines changed

17 files changed

+987
-78
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
2-
docs/.vuepress/.cache
3-
docs/.vuepress/.temp
2+
docs/.vuepress/.cache

docs/.vuepress/.temp/internal/routes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const redirects = JSON.parse("{}")
22

33
export const routes = Object.fromEntries([
4-
["/get-started.html", { loader: () => import(/* webpackChunkName: "get-started.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/get-started.html.js"), meta: {"title":"Get Started"} }],
5-
["/", { loader: () => import(/* webpackChunkName: "index.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/index.html.js"), meta: {"title":"Home"} }],
4+
["/get-started.html", { loader: () => import(/* webpackChunkName: "get-started.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/get-started.html.js"), meta: {"title":"快速开始"} }],
5+
["/", { loader: () => import(/* webpackChunkName: "index.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/index.html.js"), meta: {"title":"主页"} }],
66
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/404.html.js"), meta: {"title":""} }],
77
]);
88

docs/.vuepress/.temp/internal/siteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const siteData = JSON.parse("{\"base\":\"/VisionGalDoc/\",\"lang\":\"en-US\",\"title\":\"VisionGalDoc\",\"description\":\"A documentation site for VisionGal\",\"head\":[],\"locales\":{}}")
1+
export const siteData = JSON.parse("{\"base\":\"/VisionGalDoc/\",\"lang\":\"zh-CN\",\"title\":\"VisionGal 引擎\",\"description\":\" \",\"head\":[],\"locales\":{}}")
22

33
if (import.meta.webpackHot) {
44
import.meta.webpackHot.accept()

docs/.vuepress/.temp/internal/themeData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const themeData = JSON.parse("{\"logo\":\"https://vuejs.press/images/hero.png\",\"navbar\":[\"/\",\"/get-started\"],\"locales\":{\"/\":{\"selectLanguageName\":\"English\"}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebar\":\"heading\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}")
1+
export const themeData = JSON.parse("{\"logo\":\"/icons/vg.png\",\"navbar\":[\"/\",\"/get-started\"],\"locales\":{\"/\":{\"selectLanguageName\":\"English\"}},\"colorMode\":\"auto\",\"colorModeSwitch\":true,\"repo\":null,\"selectLanguageText\":\"Languages\",\"selectLanguageAriaLabel\":\"Select language\",\"sidebar\":\"heading\",\"sidebarDepth\":2,\"editLink\":true,\"editLinkText\":\"Edit this page\",\"lastUpdated\":true,\"contributors\":true,\"contributorsText\":\"Contributors\",\"notFound\":[\"There's nothing here.\",\"How did we get here?\",\"That's a Four-Oh-Four.\",\"Looks like we've got some broken links.\"],\"backToHome\":\"Take me home\",\"openInNewWindow\":\"open in new window\",\"toggleColorMode\":\"toggle color mode\",\"toggleSidebar\":\"toggle sidebar\"}")
22

33
if (import.meta.webpackHot) {
44
import.meta.webpackHot.accept()

docs/.vuepress/.temp/pages/404.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import comp from "E:/Github/VisionGalDoc/docs/.vuepress/.temp/pages/404.html.vue"
2-
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"en-US\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null}")
2+
const data = JSON.parse("{\"path\":\"/404.html\",\"title\":\"\",\"lang\":\"zh-CN\",\"frontmatter\":{\"layout\":\"NotFound\"},\"headers\":[],\"git\":{},\"filePathRelative\":null}")
33
export { comp, data }
44

55
if (import.meta.webpackHot) {

docs/.vuepress/.temp/pages/get-started.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)