Skip to content

Commit

Permalink
Update book.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
khs1994 committed Dec 10, 2017
1 parent 8dbaa7e commit a3267d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .travis/book.json
Expand Up @@ -10,8 +10,9 @@
"plugins": [
"-livereload",
"image-captions",
"github-buttons",
"page-treeview"
"github",
"page-treeview",
"editlink"
],
"pluginsConfig": {
"image-captions": {
Expand All @@ -20,13 +21,12 @@
},
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"github-buttons": {
"buttons": [{
"user": "yeasy",
"repo": "docker_practice",
"type": "star",
"size": "small"
}]
"github": {
"url": "https://github.com/yeasy/docker_practice"
},
"editlink": {
"base": "https://github.com/yeasy/docker_practice/blob/master/",
"label": "编辑本页"
},
"page-treeview": {
"copyright": "Copyright © yeasy",
Expand Down
18 changes: 9 additions & 9 deletions book.json
Expand Up @@ -10,8 +10,9 @@
"plugins": [
"-livereload",
"image-captions",
"github-buttons",
"page-treeview"
"github",
"page-treeview",
"editlink"
],
"pluginsConfig": {
"image-captions": {
Expand All @@ -20,13 +21,12 @@
},
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"github-buttons": {
"buttons": [{
"user": "yeasy",
"repo": "docker_practice",
"type": "star",
"size": "small"
}]
"github": {
"url": "https://github.com/yeasy/docker_practice"
},
"editlink": {
"base": "https://github.com/yeasy/docker_practice/blob/master/",
"label": "编辑本页"
},
"page-treeview": {
"copyright": "Copyright © yeasy",
Expand Down

0 comments on commit a3267d1

Please sign in to comment.