2016-08-06 02:59:01 +00:00
|
|
|
{
|
2016-11-23 05:55:24 +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"
|
|
|
|
}
|
|
|
|
},
|
2016-11-23 05:55:24 +00:00
|
|
|
"plugins": [
|
2017-12-04 03:34:47 +00:00
|
|
|
"-livereload",
|
2016-11-23 05:55:24 +00:00
|
|
|
"image-captions",
|
2017-04-24 07:59:27 +00:00
|
|
|
"github-buttons",
|
|
|
|
"page-treeview"
|
2016-11-23 05:55:24 +00:00
|
|
|
],
|
|
|
|
"pluginsConfig": {
|
|
|
|
"image-captions": {
|
|
|
|
"attributes": {
|
|
|
|
"width": "600"
|
|
|
|
},
|
|
|
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
|
|
|
},
|
|
|
|
"github-buttons": {
|
2017-12-04 03:34:47 +00:00
|
|
|
"buttons": [{
|
|
|
|
"user": "yeasy",
|
|
|
|
"repo": "docker_practice",
|
|
|
|
"type": "star",
|
|
|
|
"size": "small"
|
|
|
|
}]
|
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-11-23 05:55:24 +00:00
|
|
|
}
|
2016-08-06 02:59:01 +00:00
|
|
|
}
|