mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-15 19:13:39 +00:00
Merge pull request #127 from twang2218/update-book-json
Update book.json
This commit is contained in:
commit
5385a8b0dc
56
book.json
56
book.json
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user