docker_practice/book.json

37 lines
777 B
Go
Raw Normal View History

2016-08-06 02:59:01 +00:00
{
2019-05-13 15:41:43 +00:00
"title": "Docker Practice",
"author": "yeasy",
2019-05-13 15:41:43 +00:00
"language": "en",
"links": {
"sidebar": {
"GitHub": "https://github.com/yeasy/docker_practice"
}
},
"plugins": [
2017-12-04 03:34:47 +00:00
"-livereload",
"image-captions",
2017-12-10 04:41:08 +00:00
"github",
"page-treeview@2.9.8",
2017-12-10 04:41:08 +00:00
"editlink"
],
"pluginsConfig": {
"image-captions": {
"attributes": {
"width": "600"
},
2019-05-13 15:41:43 +00:00
"caption": "Image _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
},
2017-12-10 04:41:08 +00:00
"github": {
"url": "https://github.com/yeasy/docker_practice"
},
"editlink": {
2019-05-13 15:41:43 +00:00
"base": "https://github.com/yeasy/docker_practice/blob/english/"
2017-04-24 07:59:27 +00:00
},
"page-treeview": {
"copyright": "Copyright © yeasy",
"minHeaderCount": "2",
"minHeaderDeep": "2"
2017-12-04 03:34:47 +00:00
}
}
2016-08-06 02:59:01 +00:00
}