From c1b0cf1ac5e4621ef339b5bd693ddf9ae3f024e4 Mon Sep 17 00:00:00 2001 From: miykael Date: Mon, 31 Aug 2020 23:14:09 +0800 Subject: [PATCH] wiki init --- book.json | 70 ------------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 book.json diff --git a/book.json b/book.json deleted file mode 100644 index 01d1ba5..0000000 --- a/book.json +++ /dev/null @@ -1,70 +0,0 @@ -{ -"title" : "CODEChina帮助文档", -"author" : "Miykael", -"description" : "CODEChina开源社区用户使用及帮助文档", -"language" : "zh-hans", -"links" : { - "sidebar" : { - - } -}, -"plugins" : [ - "favicon", - "back-to-top-button", - "popup", - "theme-fexa", - "-sharing", - "sharing-plus", - "tbfed-pagefooter", - "chapter-fold", - "-lunr", - "-search", - "search-pro" - ], - "variables": { - "themeFexa":{ - "nav":[ - { - "url":"/", - "target":"_blank", - "name": "开始使用" - } - ] - } - }, - "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", - "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 © CODECHINA 2020", - "modify_label": "该文件修订时间:", - "modify_format": "YYYY-MM-DD HH:mm:ss" - } - } -} \ No newline at end of file -- GitLab