Update command

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-11-14 09:21:31 +08:00
parent 5cb92f63cf
commit c836c65a78
5 changed files with 140 additions and 118 deletions

View File

@@ -329,7 +329,15 @@ module.exports = {
'appendix/repo/redis',
],
},
'appendix/command/',
{
title: "Docker 命令",
collapsable: false,
children: [
'appendix/command/',
'appendix/command/docker',
'appendix/command/dockerd',
]
},
'appendix/best_practices',
'appendix/debug',
'appendix/resources',