From 9e5cf5eeabd8ac04e3b939d22ce4e8f949fa10b1 Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Sun, 15 Jul 2018 17:30:07 +0800 Subject: [PATCH] :wrench: project settings --- .gitattributes | 2 ++ SUMMARY.md | 15 ----------- book.json | 70 -------------------------------------------------- 3 files changed, 2 insertions(+), 85 deletions(-) delete mode 100644 SUMMARY.md delete mode 100644 book.json diff --git a/.gitattributes b/.gitattributes index 6fb3bd8..91488b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -70,6 +70,8 @@ *.pdf binary *.doc binary *.docx binary +*.ppt binary +*.pptx binary *.xls binary *.xlsx binary *.xmind binary diff --git a/SUMMARY.md b/SUMMARY.md deleted file mode 100644 index 2ada8e0..0000000 --- a/SUMMARY.md +++ /dev/null @@ -1,15 +0,0 @@ -# Summary - -## 简介 - -* [简介](README.md) - -## sql - -* [Sql 快速指南](docs/sql/sql-quickstart.md) -* [Sql 约束](docs/sql/sql-constraint.md) - -## NoSql - -* [redis](docs/redis/README.md) - * [redis 快速入门](docs/redis/redis-quickstart.md) diff --git a/book.json b/book.json deleted file mode 100644 index 98eb435..0000000 --- a/book.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "gitbook": "3.2.2", - "title": "database", - "description": "数据库经验总结", - "author": "Zhang Peng", - "language": "zh-hans", - "root": ".", - "links": { - "sidebar": { - "database": "https://github.com/dunwu/database" - } - }, - "plugins": [ - "-lunr", - "-search", - "advanced-emoji@^0.2.2", - "anchor-navigation-ex@1.0.10", - "anchors@^0.7.1", - "edit-link@^2.0.2", - "expandable-chapters-small@^0.1.7", - "github@^2.0.0", - "search-plus@^0.0.11", - "simple-page-toc@^0.1.1", - "splitter@^0.0.8", - "tbfed-pagefooter@^0.0.1" - ], - "pluginsConfig": { - "anchor-navigation-ex": { - "showLevel": false, - "associatedWithSummary": true, - "multipleH1": true, - "mode": "float", - "isRewritePageTitle": false, - "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" - } - }, - "edit-link": { - "base": "https://github.com/dunwu/database/blob/master", - "label": "编辑此页面" - }, - "github": { - "url": "https://github.com/dunwu/database" - }, - "simple-page-toc": { - "maxDepth": 4, - "skipFirstH1": true - }, - "sharing": { - "weibo": true, - "all": [ - "weibo" - ] - }, - "tbfed-pagefooter": { - "copyright": "Copyright © Zhang Peng 2017", - "modify_label": "该文件上次修订时间:", - "modify_format": "YYYY-MM-DD HH:mm:ss" - } - } -}