book.json 1.8 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1
{
Lab机器人's avatar
Lab机器人 已提交
2 3 4 5 6 7 8 9 10
"title" : "CODEChina帮助文档",
"author" : "Miykael",
"description" : "CODEChina开源社区用户使用及帮助文档",
"language" : "zh-hans",
"links" : {
    "sidebar" : {
        
    }
},
Lab机器人's avatar
readme  
Lab机器人 已提交
11 12 13 14
"plugins" : [ 
        "favicon",
        "back-to-top-button",
        "popup",
Lab机器人's avatar
Lab机器人 已提交
15 16 17
        "theme-fexa",
        "-sharing", 
        "sharing-plus",
Lab机器人's avatar
Lab机器人 已提交
18
        "tbfed-pagefooter",
Lab机器人's avatar
Lab机器人 已提交
19 20 21
        "chapter-fold",
        "-lunr", 
        "-search", 
Lab机器人's avatar
Lab机器人 已提交
22 23 24
        "search-pro",
        "mermaid-gb3",
        "advanced-emoji"
Lab机器人's avatar
readme  
Lab机器人 已提交
25 26 27 28 29
    ],
    "variables": {
        "themeFexa":{
            "nav":[
                {
Lab机器人's avatar
Lab机器人 已提交
30
                    "url":"/",
Lab机器人's avatar
readme  
Lab机器人 已提交
31
                    "target":"_blank",
Lab机器人's avatar
Lab机器人 已提交
32
                    "name": "开始使用"
Lab机器人's avatar
readme  
Lab机器人 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
                }
            ]
        }
    },
    "pluginsConfig": {
        "favicon": {
            "shortcut": "/docs/img/logo-s.png",
            "bookmark": "/docs/img/logo-s.png",
            "appleTouch": "/docs/img/logo-s.png",
            "appleTouchMore": {
                "120x120": "",
                "180x180": "/docs/img/logo-s.png"
            }
        },
        "theme-fexa":{
            "search-placeholder":"输入关键字搜索",
            "logo":"/docs/img/logo.png", 
Lab机器人's avatar
Lab机器人 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
            "favicon": "",
            "url":"/"
        },
        "sharing": {
            "douban": true,
            "facebook": false,
            "google": false,
            "qq": true,
            "qzone": true,
            "twitter": false,
            "weibo": true,
         "all": [
              "douban", "facebook", "google", "instapaper", "linkedin","twitter", "weibo", 
              "messenger","qq", "qzone","viber","whatsapp"
          ]
        },
        "tbfed-pagefooter": {
            "copyright":"Copyright &copy CODECHINA 2020",
            "modify_label": "该文件修订时间:",
            "modify_format": "YYYY-MM-DD HH:mm:ss"
Lab机器人's avatar
readme  
Lab机器人 已提交
70 71 72
        }
    }
}