123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "description": "记录Gitbook的配置和一些插件的使用",
- "language": "zh-hans",
- "title": "多玩测试wiki",
- "root": ".",
- "links": {
- "sidebar": {}
- },
- "plugins": [
- "-lunr",
- "-search",
- "theme-comscore",
- "search-pro@^2.0.2",
- "tbfed-pagefooter",
- "expandable-menu",
- "edit-link",
- "anchor-navigation-ex",
- "addcssjs",
- "richquotes"
- ],
- "pluginsConfig": {
- "addcssjs": {
- "js": [
- "./scripts/mermaid.min.js",
- "./scripts/index.js"
- ],
- "css": [
- ]
- },
- "theme-default": {
- "showLevel": false
- },
- "tbfed-pagefooter": {
- "copyright": "Copyright © duowan 2018",
- "modify_label": "该文件修订时间:",
- "modify_format": "YYYY-MM-DD HH:mm:ss"
- },
- "edit-link": {
- "base": "http://svn.ouj.com:3000/dwdoc/picsite/src/master",
- "label": "编辑该页面"
- },
- "anchor-navigation-ex": {
- "showLevel": false,
- "associatedWithSummary": true,
- "printLog": false,
- "multipleH1": true,
- "mode": "float",
- "showGoTop":true,
- "float": {
- "showLevelIcon": false,
- "level1Icon": "fa fa-hand-o-right",
- "level2Icon": "fa fa-hand-o-right",
- "level3Icon": "fa fa-hand-o-right"
- },
- "pageTop": {
- "showLevelIcon": false,
- "level1Icon": "fa fa-hand-o-right",
- "level2Icon": "fa fa-hand-o-right",
- "level3Icon": "fa fa-hand-o-right"
- }
- }
- },
- "styles": {
- "website": "styles/website.css"
- }
- }
|