ADD 网络概述基本结构和配置

This commit is contained in:
titor-z 2024-12-26 20:16:07 +08:00
parent 0ce4c931b9
commit 70ed6a6391
2 changed files with 15 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export default defineConfig({
{ text: "Debian", link: '/docs/engine/debian' },
]
},
//============================= 存储
{
text: '存储',
collapsed: true,
@ -50,6 +51,15 @@ export default defineConfig({
},
{ text: 'containerd 映像存储', link: '/docs/storage/container-image-store' }
]
},
//============================= 网络
{
text: "网络",
collapsed: true,
link: '/docs/network/',
items: [
]
}
]
}

5
docs/network/index.md Normal file
View File

@ -0,0 +1,5 @@
---
outline: [2,5]
---
# 网络概述