Skip to content

Commit

Permalink
Remove invalid plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Mar 23, 2018
1 parent e1575ba commit 2aafddf
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 18 deletions.
28 changes: 12 additions & 16 deletions book.json
Expand Up @@ -4,41 +4,37 @@
"gitbook": ">= 3.2.2",
"language": "zh-cn",
"plugins": [
"alerts",
"mermaid",
"github",
"github-buttons",
"page-treeview",
"editlink",
"page-toc",
"-lunr",
"-search",
"search-plus"
"search-plus",
"tbfed-pagefooter"
],
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 11
},
"pluginsConfig": {
"page-treeview": {
"copyright": "Copyright © Pengfei Ni",
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"github-buttons": {
"repo": "feiskyer/kubernetes-handbook",
"types": [
"star",
"watch"
],
"size": "small"
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3",
"position": "before-first",
"showByDefault": true
},
"github": {
"url": "https://github.com/feiskyer/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/feiskyer/kubernetes-handbook/blob/master/",
"label": "编辑本页"
},
"tbfed-pagefooter": {
"copyright":"&copy Pengfei Ni",
"modify_label": "Updated at",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
},
"generator": "site"
Expand Down
41 changes: 41 additions & 0 deletions en/book.json
@@ -0,0 +1,41 @@
{
"title": "Kubernetes Handbook",
"author": "Pengfei Ni",
"gitbook": ">= 3.2.2",
"language": "zh-cn",
"plugins": [
"mermaid",
"github",
"editlink",
"page-toc",
"-lunr",
"-search",
"search-plus",
"tbfed-pagefooter"
],
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 11
},
"pluginsConfig": {
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3",
"position": "before-first",
"showByDefault": true
},
"github": {
"url": "https://github.com/feiskyer/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/feiskyer/kubernetes-handbook/blob/master/en",
"label": "Edit this page"
},
"tbfed-pagefooter": {
"copyright":"&copy Pengfei Ni",
"modify_label": "Updated at",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
},
"generator": "site"
}
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,14 +7,15 @@
"example": "examples"
},
"dependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-alerts": "^0.1.1",
"gitbook-plugin-editlink": "^1.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^2.1.0",
"gitbook-plugin-mermaid": "^0.0.9",
"gitbook-plugin-page-treeview": "^2.9.7",
"gitbook-plugin-search-plus": "^1.0.3"
"gitbook-plugin-search-plus": "^1.0.3",
"npm": "^5.7.1"
},
"devDependencies": {},
"scripts": {
Expand Down
41 changes: 41 additions & 0 deletions zh/book.json
@@ -0,0 +1,41 @@
{
"title": "Kubernetes Handbook",
"author": "Pengfei Ni",
"gitbook": ">= 3.2.2",
"language": "zh-cn",
"plugins": [
"mermaid",
"github",
"editlink",
"page-toc",
"-lunr",
"-search",
"search-plus",
"tbfed-pagefooter"
],
"pdf": {
"toc": true,
"pageNumbers": true,
"fontSize": 11
},
"pluginsConfig": {
"page-toc": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3",
"position": "before-first",
"showByDefault": true
},
"github": {
"url": "https://github.com/feiskyer/kubernetes-handbook"
},
"editlink": {
"base": "https://github.com/feiskyer/kubernetes-handbook/blob/master/zh",
"label": "编辑本页"
},
"tbfed-pagefooter": {
"copyright":"&copy Pengfei Ni",
"modify_label": "Updated at",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
},
"generator": "site"
}

0 comments on commit 2aafddf

Please sign in to comment.