Merge pull request #127 from twang2218/update-book-json

Update book.json
pull/128/head
Baohua Yang 2016-11-23 16:44:46 +08:00 committed by GitHub
commit 5385a8b0dc
1 changed files with 20 additions and 36 deletions

View File

@ -1,39 +1,23 @@
{ {
"title": "Docker -- 从入门到实践", "title": "Docker -- 从入门到实践",
"author": "yeasy", "author": "yeasy",
"plugins": [ "plugins": [
"-autocover", "image-captions",
"image-captions", "github-buttons"
"github-buttons", ],
"latex-codecogs", "pluginsConfig": {
"prism", "image-captions": {
"-highlight" "attributes": {
], "width": "600"
"pluginsConfig": { },
"autocover": { "caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
"font": { },
"size": null, "github-buttons": {
"family": "Impact", "repo": "yeasy/docker_practice",
"color": "#000" "types": [
}, "star",
"size": { "watch"
"w": 1800, ]
"h": 2360
},
"background": {
"color": "#FFF"
}
},
"image-captions": {
"attributes": { "width": "600" },
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
"github-buttons": {
"repo": "yeasy/docker_practice",
"types": [
"star",
"watch"
]
}
} }
}
} }