first commit
53
docs/.vuepress/config.js
Executable file
@@ -0,0 +1,53 @@
|
||||
module.exports = {
|
||||
title: "MogoH5+",
|
||||
description: "快速开发WebApp的多页面脚手架工具,致力于打造H5+应用生态.",
|
||||
base: "/mogo-h5plus/",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: "主页", link: "/" },
|
||||
{ text: "MogoH5+", link: "/guide/guide.md" },
|
||||
{ text: "Hotfix", link: "/hotfix/introduction.md" },
|
||||
{ text: "H5+文档", link: "http://www.html5plus.org/doc/h5p.html" }
|
||||
],
|
||||
repo: "tyaqing/mogo-h5plus",
|
||||
search: true,
|
||||
sidebar: {
|
||||
"/guide/": [
|
||||
{
|
||||
title: "指南|Guide",
|
||||
collapsable: false,
|
||||
children: [
|
||||
"introduction",
|
||||
"development",
|
||||
"production",
|
||||
"update_log",
|
||||
"qa"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "最佳实践|Practice",
|
||||
collapsable: false,
|
||||
children: ["practice/webview", "practice/details"]
|
||||
},
|
||||
{
|
||||
title: "关于|About",
|
||||
collapsable: false,
|
||||
children: ["about"]
|
||||
}
|
||||
],
|
||||
"/hotfix/": [{
|
||||
title: "新版本|V1",
|
||||
collapsable: false,
|
||||
children: [
|
||||
"introduction", "config", "hotfitxFemirror"
|
||||
]
|
||||
}, {
|
||||
title: "旧版本|Old",
|
||||
collapsable: true,
|
||||
children: [
|
||||
"old/introduction", "old/usage", "old/hotfix", "old/hotfitxFemirror"
|
||||
]
|
||||
}]
|
||||
}
|
||||
}
|
||||
};
|
4
docs/.vuepress/override.styl
Executable file
@@ -0,0 +1,4 @@
|
||||
$accentColor = #F7782E
|
||||
$textColor = #2c3e50
|
||||
$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
BIN
docs/.vuepress/public/IMG_0040.PNG
Executable file
After Width: | Height: | Size: 96 KiB |
BIN
docs/.vuepress/public/S80805-211149.jpg
Executable file
After Width: | Height: | Size: 335 KiB |
BIN
docs/.vuepress/public/S80806-112100.jpg
Executable file
After Width: | Height: | Size: 161 KiB |
BIN
docs/.vuepress/public/alipay.JPG
Executable file
After Width: | Height: | Size: 40 KiB |
BIN
docs/.vuepress/public/h1.png
Executable file
After Width: | Height: | Size: 46 KiB |
BIN
docs/.vuepress/public/h2.png
Executable file
After Width: | Height: | Size: 103 KiB |
BIN
docs/.vuepress/public/h3.png
Executable file
After Width: | Height: | Size: 30 KiB |
BIN
docs/.vuepress/public/hotfix/1.png
Executable file
After Width: | Height: | Size: 66 KiB |
BIN
docs/.vuepress/public/hotfix/2.png
Executable file
After Width: | Height: | Size: 62 KiB |
BIN
docs/.vuepress/public/hotfix/3.png
Executable file
After Width: | Height: | Size: 98 KiB |
BIN
docs/.vuepress/public/hotfix/4.png
Executable file
After Width: | Height: | Size: 96 KiB |
BIN
docs/.vuepress/public/hotfix/5.png
Executable file
After Width: | Height: | Size: 97 KiB |
BIN
docs/.vuepress/public/logo.png
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
docs/.vuepress/public/s0.png
Executable file
After Width: | Height: | Size: 101 KiB |
BIN
docs/.vuepress/public/s1.png
Executable file
After Width: | Height: | Size: 95 KiB |
BIN
docs/.vuepress/public/s2.png
Executable file
After Width: | Height: | Size: 141 KiB |
BIN
docs/.vuepress/public/s3.png
Executable file
After Width: | Height: | Size: 133 KiB |
BIN
docs/.vuepress/public/wxpay.JPG
Executable file
After Width: | Height: | Size: 85 KiB |