|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "title": "GitBook 使用教程",
|
|
|
+ "title": "",
|
|
|
"description": "记录 GitBook 的配置和一些插件的使用",
|
|
|
"author": "zhangjikai",
|
|
|
"output.name": "site",
|
|
@@ -9,161 +9,22 @@
|
|
|
"structure": {
|
|
|
"readme": "introduction.md"
|
|
|
},
|
|
|
- "links": {
|
|
|
- "sidebar": {
|
|
|
-
|
|
|
- }
|
|
|
- },
|
|
|
- "plugins": [
|
|
|
- "-lunr",
|
|
|
- "-search",
|
|
|
- "-highlight",
|
|
|
- "-livereload",
|
|
|
- "search-plus@^0.0.11",
|
|
|
- "simple-page-toc@^0.1.1",
|
|
|
- "github@^2.0.0",
|
|
|
- "github-buttons@2.1.0",
|
|
|
- "edit-link@^2.0.2",
|
|
|
- "disqus@^0.1.0",
|
|
|
- "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",
|
|
|
- "versions-select@^0.1.1",
|
|
|
- "rss@^3.0.2",
|
|
|
- "-sharing",
|
|
|
+ "plugins": [
|
|
|
"sharing-plus@^0.0.2",
|
|
|
- "graph@^0.1.0",
|
|
|
- "chart@^0.2.0",
|
|
|
+ "versions-select@^0.1.1",
|
|
|
+ "expandable-chapters-small@^0.1.7",
|
|
|
"expandable-chapters",
|
|
|
"embed-pdf",
|
|
|
- "lightbox"
|
|
|
+ "lightbox"
|
|
|
],
|
|
|
-
|
|
|
"pluginsConfig": {
|
|
|
- "theme-default": {
|
|
|
- "showLevel": false
|
|
|
- },
|
|
|
- "disqus": {
|
|
|
- "shortName": "gitbookuse"
|
|
|
- },
|
|
|
- "prism": {
|
|
|
- "css": [
|
|
|
- "prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
|
|
|
- ]
|
|
|
- },
|
|
|
- "github": {
|
|
|
- "url": "https://github.com/zhangjikai/gitbook-use"
|
|
|
- },
|
|
|
- "github-buttons": {
|
|
|
- "repo": "zhangjikai/gitbook-use",
|
|
|
- "types": [
|
|
|
- "star"
|
|
|
- ],
|
|
|
- "size": "small"
|
|
|
- },
|
|
|
- "include-codeblock": {
|
|
|
- "template": "ace",
|
|
|
- "unindent": false,
|
|
|
- "edit": false
|
|
|
- },
|
|
|
- "sharing": {
|
|
|
- "douban": false,
|
|
|
- "facebook": false,
|
|
|
- "google": true,
|
|
|
- "hatenaBookmark": false,
|
|
|
- "instapaper": false,
|
|
|
- "line": false,
|
|
|
- "linkedin": true,
|
|
|
- "messenger": false,
|
|
|
- "pocket": false,
|
|
|
- "qq": false,
|
|
|
- "qzone": false,
|
|
|
- "stumbleupon": false,
|
|
|
- "twitter": false,
|
|
|
- "viber": false,
|
|
|
- "vk": false,
|
|
|
- "weibo": true,
|
|
|
- "whatsapp": false,
|
|
|
- "all": [
|
|
|
- "facebook", "google", "twitter",
|
|
|
- "weibo", "instapaper", "linkedin",
|
|
|
- "pocket", "stumbleupon", "qq", "qzone"
|
|
|
- ]
|
|
|
- },
|
|
|
- "3-ba": {
|
|
|
- "token": "ff100361cdce95dd4c8fb96b4009f7bc"
|
|
|
- },
|
|
|
- "simple-page-toc": {
|
|
|
- "maxDepth": 3,
|
|
|
- "skipFirstH1": true
|
|
|
- },
|
|
|
- "edit-link": {
|
|
|
- "base": "https://github.com/zhangjikai/gitbook-use/edit/master",
|
|
|
- "label": "Edit This Page"
|
|
|
- },
|
|
|
- "sitemap-general": {
|
|
|
- "prefix": "http://gitbook.zhangjikai.com"
|
|
|
- },
|
|
|
- "anchor-navigation-ex": {
|
|
|
- "isRewritePageTitle": false,
|
|
|
- "tocLevel1Icon": "fa fa-hand-o-right",
|
|
|
- "tocLevel2Icon": "fa fa-hand-o-right",
|
|
|
- "tocLevel3Icon": "fa fa-hand-o-right"
|
|
|
- },
|
|
|
- "sectionx": {
|
|
|
- "tag": "b"
|
|
|
- },
|
|
|
- "favicon": {
|
|
|
- "shortcut": "favicon.ico",
|
|
|
- "bookmark": "favicon.ico"
|
|
|
- },
|
|
|
- "terminal": {
|
|
|
- "copyButtons": true,
|
|
|
- "fade": false,
|
|
|
- "style": "flat"
|
|
|
- },
|
|
|
"versions": {
|
|
|
"options": [
|
|
|
{
|
|
|
- "value": "http://sysdoc.rltest.cn/register/v1.2.7.4",
|
|
|
+ "value": "http://sysdoc.rltest.cn/zhapp/v1.2.7.4",
|
|
|
"text": "v1.2.7.4"
|
|
|
}
|
|
|
]
|
|
|
- },
|
|
|
- "rss": {
|
|
|
- "title": "GitBook 使用教程",
|
|
|
- "description": "记录 GitBook 的配置和一些插件的使用",
|
|
|
- "author": "Jikai Zhang",
|
|
|
- "feed_url": "http://gitbook.zhangjikai.com/rss",
|
|
|
- "site_url": "http://gitbook.zhangjikai.com/",
|
|
|
- "managingEditor": "me@zhangjikai.com",
|
|
|
- "webMaster": "me@zhangjikai.com",
|
|
|
- "categories": [
|
|
|
- "gitbook"
|
|
|
- ]
|
|
|
}
|
|
|
}
|
|
|
}
|