2017-11-21 11:05:06 +00:00
|
|
|
{
|
|
|
|
"title": "Docker -- 从入门到实践",
|
|
|
|
"author": "yeasy",
|
2017-11-25 15:16:43 +00:00
|
|
|
"language": "zh-hans",
|
|
|
|
"links": {
|
|
|
|
"sidebar": {
|
|
|
|
"GitHub": "https://github.com/yeasy/docker_practice"
|
|
|
|
}
|
|
|
|
},
|
2017-11-21 11:05:06 +00:00
|
|
|
"plugins": [
|
2017-12-04 03:34:47 +00:00
|
|
|
"-livereload",
|
2017-11-21 11:05:06 +00:00
|
|
|
"image-captions",
|
2017-12-10 04:41:08 +00:00
|
|
|
"github",
|
|
|
|
"page-treeview",
|
|
|
|
"editlink"
|
2017-11-21 11:05:06 +00:00
|
|
|
],
|
|
|
|
"pluginsConfig": {
|
|
|
|
"image-captions": {
|
|
|
|
"attributes": {
|
|
|
|
"width": "600"
|
|
|
|
},
|
|
|
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
|
|
|
},
|
2017-12-10 04:41:08 +00:00
|
|
|
"github": {
|
|
|
|
"url": "https://github.com/yeasy/docker_practice"
|
|
|
|
},
|
|
|
|
"editlink": {
|
|
|
|
"base": "https://github.com/yeasy/docker_practice/blob/master/",
|
|
|
|
"label": "编辑本页"
|
2017-11-21 11:05:06 +00:00
|
|
|
},
|
|
|
|
"page-treeview": {
|
|
|
|
"copyright": "Copyright © yeasy",
|
|
|
|
"minHeaderCount": "2",
|
|
|
|
"minHeaderDeep": "2"
|
2017-12-04 03:34:47 +00:00
|
|
|
}
|
2017-11-21 11:05:06 +00:00
|
|
|
}
|
|
|
|
}
|