Skip to content

Commit

Permalink
整理开发文档
Browse files Browse the repository at this point in the history
  • Loading branch information
meepobrother committed Apr 30, 2019
1 parent 692ac0d commit 3d74bed
Show file tree
Hide file tree
Showing 10 changed files with 588 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/data/
/attachment
/template/
/dist/
/.temp
/testing
/**/.rts2_cache_cjs
Expand Down
File renamed without changes.
176 changes: 176 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
{
"title": "Nger Help Docs",
"author": "imeepos",
"description": "Nger帮助文档",
"language": "zh-hans",
"root": "./docs",
"links": {
"sidebar": {
"Home": "https://meepo.com.cn"
}
},
"plugins": [
"theme-comscore",
"-lunr",
"-search",
"search-plus@^0.0.11",
"-highlight",
"-livereload",
"simple-page-toc@^0.1.1",
"github@^2.0.0",
"github-buttons@2.1.0",
"edit-link@^2.0.2",
"prism@^2.1.0",
"prism-themes@^0.0.2",
"advanced-emoji@^0.2.1",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"ace@^0.3.2",
"emphasize@^1.1.0",
"katex@^1.1.3",
"splitter@^0.0.8",
"mermaid-gb3@2.1.0",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters-small@^0.1.7",
"sectionx@^3.1.0",
"donate@^1.0.2",
"local-video@^1.0.1",
"sitemap-general@^0.1.1",
"anchor-navigation-ex@0.1.8",
"favicon@^0.0.2",
"todo@^0.1.3",
"3-ba@^0.9.0",
"terminal@^0.3.2",
"alerts@^0.2.0",
"include-csv@^0.1.0",
"puml@^1.0.1",
"musicxml@^1.0.2",
"klipse@^1.2.0",
"rss@^3.0.2",
"-sharing",
"sharing-plus@^0.0.2",
"graph@^0.1.0",
"chart@^0.2.0",
"ga",
"copy-code-button"
],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"ga": {
"token": ""
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"github": {
"url": "https://github.com/meepobrother/nger.git"
},
"github-buttons": {
"repo": "meepobrother/nger",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"sharing": {
"douban": false,
"facebook": true,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": true,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"linkedin",
"pocket",
"stumbleupon",
"qq",
"qzone"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © 2019 S",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"3-ba": {
"token": ""
},
"donate": {
"wechat": "",
"alipay": "",
"title": "意思意思?",
"button": "",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"edit-link": {
"base": "",
"label": "Edit"
},
"sitemap-general": {
"prefix": ""
},
"anchor-navigation-ex": {
"isRewritePageTitle": true,
"isShowTocTitleIcon": true,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
},
"sectionx": {
"tag": "b"
},
"favicon": {
"shortcut": "favicon.png",
"bookmark": "favicon.png"
},
"terminal": {
"copyButtons": true,
"fade": false,
"style": "flat"
},
"rss": {
"title": "Nger使用文档",
"description": "Nger文档资料.",
"author": "imeepos",
"feed_url": "",
"site_url": "",
"managingEditor": "super@ds-vip.top",
"webMaster": "super@ds-vip.top",
"categories": [
"gitbook"
]
}
}
}
Loading

0 comments on commit 3d74bed

Please sign in to comment.