mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 04:03:39 +00:00
38 lines
817 B
Go
38 lines
817 B
Go
{
|
|
"title": "Docker -- 从入门到实践",
|
|
"author": "yeasy",
|
|
"language": "zh-hans",
|
|
"links": {
|
|
"sidebar": {
|
|
"GitHub": "https://github.com/yeasy/docker_practice"
|
|
}
|
|
},
|
|
"plugins": [
|
|
"-livereload",
|
|
"image-captions",
|
|
"github",
|
|
"page-treeview",
|
|
"editlink"
|
|
],
|
|
"pluginsConfig": {
|
|
"image-captions": {
|
|
"attributes": {
|
|
"width": "600"
|
|
},
|
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/yeasy/docker_practice"
|
|
},
|
|
"editlink": {
|
|
"base": "https://github.com/yeasy/docker_practice/blob/master/",
|
|
"label": "编辑本页"
|
|
},
|
|
"page-treeview": {
|
|
"copyright": "Copyright © yeasy",
|
|
"minHeaderCount": "2",
|
|
"minHeaderDeep": "2"
|
|
}
|
|
}
|
|
}
|