Skip to content

Commit 67213bc

Browse files
committed
Update ide content
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent d4d09f5 commit 67213bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ module.exports = {
176176
title: "在 IDE 中使用 Docker",
177177
collapsable: false,
178178
children: [
179-
'/IDE/',
180-
'/IDE/vsCode',
179+
'/ide/',
180+
'/ide/vsCode',
181181
],
182182
},
183183
],

SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
* [Drone](cases/ci/drone/README.md)
146146
* [部署 Drone](cases/ci/drone/install.md)
147147
* [Travis CI](cases/ci/travis/README.md)
148-
* [在 IDE 中使用 Docker](IDE/README.md)
149-
* [VS Code](IDE/vsCode.md)
148+
* [在 IDE 中使用 Docker](ide/README.md)
149+
* [VS Code](ide/vsCode.md)
150150
* [Docker 开源项目](opensource/README.md)
151151
* [LinuxKit](opensource/linuxkit.md)
152152
* [podman - 下一代 Linux 容器工具](podman/README.md)

buildx/buildx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 启用 Buildx
44

5-
`buildx` 命令属于实验特性,参考 [开启实验特性](../install/experimental.md) 一节开启 Docker CLI 实验特性。
5+
`buildx` 命令属于实验特性,请参考 [开启实验特性](../install/experimental.md) 一节开启 Docker CLI 实验特性。
66

77
## 使用
88

IDE/README.md ide/README.md

File renamed without changes.

IDE/vsCode.md ide/vsCode.md

File renamed without changes.

0 commit comments

Comments
 (0)