mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-02 22:11:38 +00:00
@@ -3,7 +3,7 @@ module.exports = {
|
||||
base: '/',
|
||||
themeConfig: {
|
||||
docsRepo: 'yeasy/docker_practice',
|
||||
docsDir: '/',
|
||||
docsDir: '/vuepress',
|
||||
editLinks: true,
|
||||
nav: [{
|
||||
text: '安装 Docker',
|
||||
@@ -186,9 +186,6 @@ module.exports = {
|
||||
'/image/multistage-builds/',
|
||||
'/image/multistage-builds/laravel',
|
||||
'/image/manifest',
|
||||
'/image/buildx_multi-arch-images',
|
||||
'/image/buildkit',
|
||||
'/image/buildx',
|
||||
]
|
||||
},{
|
||||
title: "操作容器",
|
||||
@@ -262,6 +259,16 @@ module.exports = {
|
||||
'security/summary',
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Docker Buildx",
|
||||
collapsable: false,
|
||||
children: [
|
||||
"buildx/",
|
||||
"buildx/buildkit",
|
||||
"buildx/buildx",
|
||||
"buildx/multi-arch-images",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Etcd",
|
||||
collapsable:false,
|
||||
|
Reference in New Issue
Block a user