diff options
Diffstat (limited to 'node_modules/vuepress/lib/app/.temp')
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/enhanceApp.js | 1 | ||||
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/override.styl | 1 | ||||
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/routes.js | 178 | ||||
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/siteData.js | 744 | ||||
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/style.styl | 1 | ||||
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/themeEnhanceApp.js | 1 |
6 files changed, 0 insertions, 926 deletions
diff --git a/node_modules/vuepress/lib/app/.temp/enhanceApp.js b/node_modules/vuepress/lib/app/.temp/enhanceApp.js deleted file mode 100644 index 16a79b36..00000000 --- a/node_modules/vuepress/lib/app/.temp/enhanceApp.js +++ /dev/null @@ -1 +0,0 @@ -export { default } from "/Users/ruki/projects/personal/xmake-docs/src/.vuepress/enhanceApp.js"
\ No newline at end of file diff --git a/node_modules/vuepress/lib/app/.temp/override.styl b/node_modules/vuepress/lib/app/.temp/override.styl deleted file mode 100644 index c7969f18..00000000 --- a/node_modules/vuepress/lib/app/.temp/override.styl +++ /dev/null @@ -1 +0,0 @@ -@import("/Users/ruki/projects/personal/xmake-docs/src/.vuepress/override.styl")
\ No newline at end of file diff --git a/node_modules/vuepress/lib/app/.temp/routes.js b/node_modules/vuepress/lib/app/.temp/routes.js deleted file mode 100644 index 1c8d20d6..00000000 --- a/node_modules/vuepress/lib/app/.temp/routes.js +++ /dev/null @@ -1,178 +0,0 @@ -import Vue from 'vue' - -import ThemeLayout from '@themeLayout' -import ThemeNotFound from '@themeNotFound' -import { injectMixins } from '@app/util' -import rootMixins from '@app/root-mixins' - -injectMixins(ThemeLayout, rootMixins) -injectMixins(ThemeNotFound, rootMixins) - -export const routes = [ - { - name: "v-2614641d01439", - path: "/", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/README.md").then(comp => { - Vue.component("v-2614641d01439", comp.default) - next() - }) - } - }, - { - path: "/index.html", - redirect: "/" - }, - { - name: "v-ca0d3c6d3b947", - path: "/api/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/api/introduction.md").then(comp => { - Vue.component("v-ca0d3c6d3b947", comp.default) - next() - }) - } - }, - { - name: "v-4cee7b9659743", - path: "/guide/faq.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/faq.md").then(comp => { - Vue.component("v-4cee7b9659743", comp.default) - next() - }) - } - }, - { - name: "v-209fc19462fa6", - path: "/guide/getting-started.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/getting-started.md").then(comp => { - Vue.component("v-209fc19462fa6", comp.default) - next() - }) - } - }, - { - name: "v-3ab176aebc1f4", - path: "/guide/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/introduction.md").then(comp => { - Vue.component("v-3ab176aebc1f4", comp.default) - next() - }) - } - }, - { - name: "v-3b936eb8ef4c1", - path: "/guide/sponsors.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/sponsors.md").then(comp => { - Vue.component("v-3b936eb8ef4c1", comp.default) - next() - }) - } - }, - { - name: "v-ba9eb56bb695a", - path: "/plugin/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/plugin/introduction.md").then(comp => { - Vue.component("v-ba9eb56bb695a", comp.default) - next() - }) - } - }, - { - name: "v-ed7962dcbc27f", - path: "/zh/", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/README.md").then(comp => { - Vue.component("v-ed7962dcbc27f", comp.default) - next() - }) - } - }, - { - path: "/zh/index.html", - redirect: "/zh/" - }, - { - name: "v-540f63bba413e", - path: "/zh/api/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/api/introduction.md").then(comp => { - Vue.component("v-540f63bba413e", comp.default) - next() - }) - } - }, - { - name: "v-02760b3923029", - path: "/zh/guide/faq.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/faq.md").then(comp => { - Vue.component("v-02760b3923029", comp.default) - next() - }) - } - }, - { - name: "v-60de9668a20a5", - path: "/zh/guide/getting-started.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/getting-started.md").then(comp => { - Vue.component("v-60de9668a20a5", comp.default) - next() - }) - } - }, - { - name: "v-0f1def6098c93", - path: "/zh/guide/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/introduction.md").then(comp => { - Vue.component("v-0f1def6098c93", comp.default) - next() - }) - } - }, - { - name: "v-de6097dc9e908", - path: "/zh/guide/sponsors.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/sponsors.md").then(comp => { - Vue.component("v-de6097dc9e908", comp.default) - next() - }) - } - }, - { - name: "v-06da4c6c1298e", - path: "/zh/plugin/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/plugin/introduction.md").then(comp => { - Vue.component("v-06da4c6c1298e", comp.default) - next() - }) - } - }, - { - path: '*', - component: ThemeNotFound - } -]
\ No newline at end of file diff --git a/node_modules/vuepress/lib/app/.temp/siteData.js b/node_modules/vuepress/lib/app/.temp/siteData.js deleted file mode 100644 index 6e6bc4c8..00000000 --- a/node_modules/vuepress/lib/app/.temp/siteData.js +++ /dev/null @@ -1,744 +0,0 @@ -export const siteData = { - "title": "", - "description": "", - "base": "/", - "pages": [ - { - "key": "v-2614641d01439", - "path": "/", - "lastUpdated": 1541598789000, - "title": "Home", - "headers": [ - { - "level": 2, - "title": "Simple description", - "slug": "simple-description" - }, - { - "level": 2, - "title": "Package dependences", - "slug": "package-dependences" - }, - { - "level": 2, - "title": "Build project", - "slug": "build-project" - }, - { - "level": 2, - "title": "Run target", - "slug": "run-target" - }, - { - "level": 2, - "title": "Debug target", - "slug": "debug-target" - }, - { - "level": 2, - "title": "Configure platform", - "slug": "configure-platform" - }, - { - "level": 2, - "title": "Menu configuration", - "slug": "menu-configuration" - }, - { - "level": 2, - "title": "Package management", - "slug": "package-management" - }, - { - "level": 2, - "title": "Supported platforms", - "slug": "supported-platforms" - }, - { - "level": 2, - "title": "Supported Languages", - "slug": "supported-languages" - }, - { - "level": 2, - "title": "Supported Projects", - "slug": "supported-projects" - }, - { - "level": 2, - "title": "Builtin Plugins", - "slug": "builtin-plugins" - }, - { - "level": 2, - "title": "More Plugins", - "slug": "more-plugins" - }, - { - "level": 2, - "title": "IDE/Editor Integration", - "slug": "ide-editor-integration" - }, - { - "level": 2, - "title": "More Examples", - "slug": "more-examples" - }, - { - "level": 2, - "title": "Project Examples", - "slug": "project-examples" - }, - { - "level": 2, - "title": "Example Video", - "slug": "example-video" - }, - { - "level": 2, - "title": "Contacts", - "slug": "contacts" - } - ], - "frontmatter": { - "home": true, - "heroImage": "/hero.png", - "actionText": "Get Started →", - "actionLink": "/guide/getting-started", - "features": [ - { - "title": "Why", - "details": "Making development and building easier, so that any developer can quickly pick it up and enjoy the productivity boost when developing and building project." - }, - { - "title": "Powerful", - "details": "Provides lots of features (e.g. package, install, plugin, macro, action, option, task and etc)." - }, - { - "title": "Cross-platform", - "details": "Supports windows, macOS, linux, android, ios." - } - ], - "footer": "Apache-2.0 Licensed | Copyright © 2015-present tboox.org" - } - }, - { - "key": "v-ca0d3c6d3b947", - "path": "/api/introduction.html", - "lastUpdated": 1541598789000, - "title": "Title1", - "headers": [ - { - "level": 2, - "title": "Title2", - "slug": "title2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-2" - }, - { - "level": 2, - "title": "Title2", - "slug": "title2-2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-3" - } - ] - }, - { - "key": "v-4cee7b9659743", - "path": "/guide/faq.html", - "lastUpdated": 1541598789000, - "title": "FAQ", - "headers": [ - { - "level": 2, - "title": "How to get verbose command-line arguments info?", - "slug": "how-to-get-verbose-command-line-arguments-info" - }, - { - "level": 2, - "title": "How to suppress all output info?", - "slug": "how-to-suppress-all-output-info" - }, - { - "level": 2, - "title": "How to do if xmake fails?", - "slug": "how-to-do-if-xmake-fails" - }, - { - "level": 2, - "title": "How to see verbose compiling warnings?", - "slug": "how-to-see-verbose-compiling-warnings" - }, - { - "level": 2, - "title": "How to scan source code and generate xmake.lua automaticlly", - "slug": "how-to-scan-source-code-and-generate-xmake-lua-automaticlly" - } - ] - }, - { - "key": "v-209fc19462fa6", - "path": "/guide/getting-started.html", - "lastUpdated": 1541598789000, - "title": "Getting Started", - "headers": [ - { - "level": 2, - "title": "Installation", - "slug": "installation" - }, - { - "level": 3, - "title": "Master", - "slug": "master" - }, - { - "level": 3, - "title": "Windows", - "slug": "windows" - }, - { - "level": 3, - "title": "MacOS", - "slug": "macos" - }, - { - "level": 3, - "title": "Linux", - "slug": "linux" - }, - { - "level": 3, - "title": "Compilation", - "slug": "compilation" - }, - { - "level": 2, - "title": "Quick Start", - "slug": "quick-start" - }, - { - "level": 3, - "title": "Create Project", - "slug": "create-project" - }, - { - "level": 3, - "title": "Build Project", - "slug": "build-project" - }, - { - "level": 3, - "title": "Run Program", - "slug": "run-program" - }, - { - "level": 3, - "title": "Debug Program", - "slug": "debug-program" - }, - { - "level": 2, - "title": "Project Examples", - "slug": "project-examples" - }, - { - "level": 3, - "title": "Executable Program", - "slug": "executable-program" - }, - { - "level": 3, - "title": "Static Library Program", - "slug": "static-library-program" - }, - { - "level": 3, - "title": "Share Library Program", - "slug": "share-library-program" - }, - { - "level": 3, - "title": "Qt Program", - "slug": "qt-program" - }, - { - "level": 3, - "title": "Cuda Program", - "slug": "cuda-program" - }, - { - "level": 3, - "title": "WDK Driver Program", - "slug": "wdk-driver-program" - }, - { - "level": 3, - "title": "WinSDK Application Program", - "slug": "winsdk-application-program" - }, - { - "level": 2, - "title": "Configuration", - "slug": "configuration" - }, - { - "level": 3, - "title": "Target Platforms", - "slug": "target-platforms" - }, - { - "level": 3, - "title": "Global Configuration", - "slug": "global-configuration" - }, - { - "level": 3, - "title": "Clean Configuration", - "slug": "clean-configuration" - }, - { - "level": 2, - "title": "Dependency Package Management", - "slug": "dependency-package-management" - }, - { - "level": 3, - "title": "Local Package Mode", - "slug": "local-package-mode" - }, - { - "level": 3, - "title": "System Search Mode", - "slug": "system-search-mode" - }, - { - "level": 3, - "title": "Remote dependency mode", - "slug": "remote-dependency-mode" - } - ] - }, - { - "key": "v-3ab176aebc1f4", - "path": "/guide/introduction.html", - "lastUpdated": 1541598789000, - "title": "Introduction", - "headers": [ - { - "level": 2, - "title": "Introduction", - "slug": "introduction" - } - ] - }, - { - "key": "v-3b936eb8ef4c1", - "path": "/guide/sponsors.html", - "lastUpdated": 1541598789000, - "title": "Sponsors" - }, - { - "key": "v-ba9eb56bb695a", - "path": "/plugin/introduction.html", - "lastUpdated": 1541598789000, - "title": "Title1", - "headers": [ - { - "level": 2, - "title": "Title2", - "slug": "title2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-2" - }, - { - "level": 2, - "title": "Title2", - "slug": "title2-2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-3" - } - ] - }, - { - "key": "v-ed7962dcbc27f", - "path": "/zh/", - "lastUpdated": 1541598789000, - "title": "Home", - "headers": [ - { - "level": 2, - "title": "简单的工程描述", - "slug": "简单的工程描述" - }, - { - "level": 2, - "title": "包依赖描述", - "slug": "包依赖描述" - }, - { - "level": 2, - "title": "构建工程", - "slug": "构建工程" - }, - { - "level": 2, - "title": "运行目标", - "slug": "运行目标" - }, - { - "level": 2, - "title": "调试程序", - "slug": "调试程序" - }, - { - "level": 2, - "title": "配置平台", - "slug": "配置平台" - }, - { - "level": 2, - "title": "图形化菜单配置", - "slug": "图形化菜单配置" - }, - { - "level": 2, - "title": "包依赖管理", - "slug": "包依赖管理" - }, - { - "level": 2, - "title": "支持平台", - "slug": "支持平台" - }, - { - "level": 2, - "title": "支持语言", - "slug": "支持语言" - }, - { - "level": 2, - "title": "工程类型", - "slug": "工程类型" - }, - { - "level": 2, - "title": "内置插件", - "slug": "内置插件" - }, - { - "level": 2, - "title": "更多插件", - "slug": "更多插件" - }, - { - "level": 2, - "title": "IDE和编辑器插件", - "slug": "ide和编辑器插件" - }, - { - "level": 2, - "title": "更多例子", - "slug": "更多例子" - }, - { - "level": 2, - "title": "项目例子", - "slug": "项目例子" - }, - { - "level": 2, - "title": "演示视频", - "slug": "演示视频" - }, - { - "level": 2, - "title": "联系方式", - "slug": "联系方式" - } - ], - "frontmatter": { - "home": true, - "heroImage": "/hero.png", - "actionText": "快速上手 →", - "actionLink": "/zh/guide/getting-started", - "features": [ - { - "title": "为什么使用", - "details": "让开发者更加关注于项目本身开发,简化项目的描述和构建,并且提供平台无关性,使得一次编写,随处构建" - }, - { - "title": "强大", - "details": "提供大量的实用特性(例如:插件扩展、脚本宏记录、批量打包、自动文档生成等常用插件)" - }, - { - "title": "跨平台", - "details": "支持windows, macOS, linux, android, ios" - } - ], - "footer": "Apache-2.0 Licensed | Copyright © 2015-present tboox.org" - } - }, - { - "key": "v-540f63bba413e", - "path": "/zh/api/introduction.html", - "lastUpdated": 1541598789000, - "title": "Title1", - "headers": [ - { - "level": 2, - "title": "Title2", - "slug": "title2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-2" - }, - { - "level": 2, - "title": "Title2", - "slug": "title2-2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-3" - } - ] - }, - { - "key": "v-02760b3923029", - "path": "/zh/guide/faq.html", - "lastUpdated": 1541598789000 - }, - { - "key": "v-60de9668a20a5", - "path": "/zh/guide/getting-started.html", - "lastUpdated": 1541598789000, - "title": "快速开始", - "headers": [ - { - "level": 2, - "title": "编译", - "slug": "编译" - }, - { - "level": 2, - "title": "例子", - "slug": "例子" - } - ] - }, - { - "key": "v-0f1def6098c93", - "path": "/zh/guide/introduction.html", - "lastUpdated": 1541598789000, - "title": "简介", - "headers": [ - { - "level": 2, - "title": "特性", - "slug": "特性" - }, - { - "level": 2, - "title": "项目例子", - "slug": "项目例子" - }, - { - "level": 2, - "title": "联系方式", - "slug": "联系方式" - } - ] - }, - { - "key": "v-de6097dc9e908", - "path": "/zh/guide/sponsors.html", - "lastUpdated": 1541598789000 - }, - { - "key": "v-06da4c6c1298e", - "path": "/zh/plugin/introduction.html", - "lastUpdated": 1541598789000, - "title": "Title1", - "headers": [ - { - "level": 2, - "title": "Title2", - "slug": "title2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-2" - }, - { - "level": 2, - "title": "Title2", - "slug": "title2-2" - }, - { - "level": 3, - "title": "Title3", - "slug": "title3-3" - } - ] - } - ], - "themeConfig": { - "repo": "tboox/xmake", - "docsRepo": "tboox/xmake-docs", - "docsDir": "src", - "editLinks": true, - "sidebarDepth": 2, - "locales": { - "/": { - "label": "English", - "selectText": "Languages", - "editLinkText": "Edit this page on GitHub", - "lastUpdated": "Last Updated", - "nav": [ - { - "text": "Guide", - "link": "/guide/introduction" - }, - { - "text": "Plugin", - "link": "/plugin/introduction" - }, - { - "text": "API", - "link": "/api/introduction" - }, - { - "text": "Articles", - "link": "http://www.tboox.org/category/#xmake" - }, - { - "text": "Feedback", - "link": "https://github.com/tboox/xmake/issues" - }, - { - "text": "Community", - "link": "https://www.reddit.com/r/tboox/" - }, - { - "text": "Donation", - "link": "http://tboox.org/cn/donation/" - } - ], - "sidebar": { - "/guide/": [ - "introduction", - "getting-started", - "faq", - "sponsors" - ], - "/plugin/": [ - "introduction" - ], - "/api/": [ - "introduction" - ] - } - }, - "/zh/": { - "label": "简体中文", - "selectText": "选择语言", - "editLinkText": "在 GitHub 上编辑此页", - "lastUpdated": "上次更新", - "nav": [ - { - "text": "指南", - "link": "/zh/guide/introduction" - }, - { - "text": "插件", - "link": "/zh/plugin/introduction" - }, - { - "text": "接口", - "link": "/zh/api/introduction" - }, - { - "text": "文章", - "link": "http://www.tboox.org/cn/category/#xmake" - }, - { - "text": "反馈", - "link": "https://github.com/tboox/xmake/issues" - }, - { - "text": "社区", - "link": "https://www.reddit.com/r/tboox/" - }, - { - "text": "捐助", - "link": "http://tboox.org/cn/donation/" - } - ], - "sidebar": { - "/zh/guide/": [ - "introduction", - "getting-started", - "faq", - "sponsors" - ], - "/zh/plugin/": [ - "introduction" - ], - "/zh/api/": [ - "introduction" - ] - } - } - } - }, - "locales": { - "/": { - "lang": "en-US", - "title": "xmake", - "description": "A cross-platform build utility based on Lua" - }, - "/zh/": { - "lang": "zh-CN", - "title": "xmake", - "description": "一个基于Lua的轻量级跨平台自动构建工具" - } - } -}
\ No newline at end of file diff --git a/node_modules/vuepress/lib/app/.temp/style.styl b/node_modules/vuepress/lib/app/.temp/style.styl deleted file mode 100644 index b3deab99..00000000 --- a/node_modules/vuepress/lib/app/.temp/style.styl +++ /dev/null @@ -1 +0,0 @@ -@import("/Users/ruki/projects/personal/xmake-docs/src/.vuepress/style.styl")
\ No newline at end of file diff --git a/node_modules/vuepress/lib/app/.temp/themeEnhanceApp.js b/node_modules/vuepress/lib/app/.temp/themeEnhanceApp.js deleted file mode 100644 index 03c095d5..00000000 --- a/node_modules/vuepress/lib/app/.temp/themeEnhanceApp.js +++ /dev/null @@ -1 +0,0 @@ -export default function () {}
\ No newline at end of file |
