book.json 1.7 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 18
        "theme-fexa",
        "-sharing", 
        "sharing-plus",
        "tbfed-pagefooter"
Lab机器人's avatar
readme  
Lab机器人 已提交
19 20 21 22 23
    ],
    "variables": {
        "themeFexa":{
            "nav":[
                {
Lab机器人's avatar
Lab机器人 已提交
24
                    "url":"/",
Lab机器人's avatar
readme  
Lab机器人 已提交
25
                    "target":"_blank",
Lab机器人's avatar
Lab机器人 已提交
26
                    "name": "开始使用"
Lab机器人's avatar
readme  
Lab机器人 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
                }
            ]
        }
    },
    "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机器人 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
            "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机器人 已提交
64 65 66
        }
    }
}