mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 01:08:53 +00:00
Update book.json
This commit is contained in:
parent
c8fed2d977
commit
f2c04dff35
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,4 @@ _book/
|
|||||||
*.swp
|
*.swp
|
||||||
*.edx
|
*.edx
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
"-livereload",
|
||||||
"image-captions",
|
"image-captions",
|
||||||
"github-buttons",
|
"github-buttons",
|
||||||
"page-treeview"
|
"page-treeview"
|
||||||
@ -20,17 +21,17 @@
|
|||||||
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
||||||
},
|
},
|
||||||
"github-buttons": {
|
"github-buttons": {
|
||||||
"repo": "yeasy/docker_practice",
|
"buttons": [{
|
||||||
"types": [
|
"user": "yeasy",
|
||||||
"star",
|
"repo": "docker_practice",
|
||||||
"watch"
|
"type": "star",
|
||||||
],
|
"size": "small"
|
||||||
"size": "small"
|
}]
|
||||||
},
|
},
|
||||||
"page-treeview": {
|
"page-treeview": {
|
||||||
"copyright": "Copyright © yeasy",
|
"copyright": "Copyright © yeasy",
|
||||||
"minHeaderCount": "2",
|
"minHeaderCount": "2",
|
||||||
"minHeaderDeep": "2"
|
"minHeaderDeep": "2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
{% extends template.self %}
|
|
||||||
|
|
||||||
{% block head %}
|
|
||||||
{{ super() }}
|
|
||||||
<style>
|
|
||||||
@media only screen and (max-width: 640px) {
|
|
||||||
.book-header .btn[aria-label="github"] {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
|
15
book.json
15
book.json
@ -8,6 +8,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
"-livereload",
|
||||||
"image-captions",
|
"image-captions",
|
||||||
"github-buttons",
|
"github-buttons",
|
||||||
"page-treeview"
|
"page-treeview"
|
||||||
@ -20,17 +21,17 @@
|
|||||||
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
"caption": "图 _PAGE_LEVEL_._PAGE_IMAGE_NUMBER_ - _CAPTION_"
|
||||||
},
|
},
|
||||||
"github-buttons": {
|
"github-buttons": {
|
||||||
"repo": "yeasy/docker_practice",
|
"buttons": [{
|
||||||
"types": [
|
"user": "yeasy",
|
||||||
"star",
|
"repo": "docker_practice",
|
||||||
"watch"
|
"type": "star",
|
||||||
],
|
"size": "small"
|
||||||
"size": "small"
|
}]
|
||||||
},
|
},
|
||||||
"page-treeview": {
|
"page-treeview": {
|
||||||
"copyright": "Copyright © yeasy",
|
"copyright": "Copyright © yeasy",
|
||||||
"minHeaderCount": "2",
|
"minHeaderCount": "2",
|
||||||
"minHeaderDeep": "2"
|
"minHeaderDeep": "2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user