ADD 网络概述基本结构和配置
This commit is contained in:
parent
0ce4c931b9
commit
70ed6a6391
@ -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
5
docs/network/index.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
outline: [2,5]
|
||||
---
|
||||
# 网络概述
|
||||
|
Loading…
Reference in New Issue
Block a user