mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 04:03:39 +00:00
bd7b7c18c3
扩展了删除镜像的信息。 调整GitHub按钮的大小。 Signed-off-by: Tao Wang <twang2218@gmail.com>
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"title": "Docker -- 从入门到实践",
|
|
"author": "yeasy",
|
|
"plugins": [
|
|
"image-captions",
|
|
"github-buttons"
|
|
],
|
|
"pluginsConfig": {
|
|
"image-captions": {
|
|
"attributes": {
|
|
"width": "600"
|
|
},
|
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
|
},
|
|
"github-buttons": {
|
|
"repo": "yeasy/docker_practice",
|
|
"types": [
|
|
"star",
|
|
"watch"
|
|
],
|
|
"size": "small"
|
|
}
|
|
}
|
|
}
|