Skip to content

Commit a5fa9c4

Browse files
committed
fix: 新增对应的功能说明
1 parent ff62fe9 commit a5fa9c4

24 files changed

Lines changed: 111 additions & 31 deletions

docs/.vitepress/config.mts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,6 @@ function getGuideSidebarZhCN() {
281281
{ text: '常见问题答疑', link: '/guide/lxd/lxd_qa.html' }
282282
]
283283
},
284-
{
285-
text: '屏蔽滥用',
286-
collapsed: true,
287-
items: [
288-
{ text: '通过iptables', link: '/guide/block/block_iptables.html' },
289-
{ text: '在PVE上', link: '/guide/block/block_pve.html' },
290-
{ text: '在INCUS上', link: '/guide/block/block_incus.html' },
291-
{ text: '在LXD上', link: '/guide/block/block_lxd.html' },
292-
{ text: '在DOCKER上', link: '/guide/block/block_docker.html' },
293-
]
294-
},
295284
{
296285
text: 'Containerd',
297286
collapsed: true,
@@ -336,6 +325,17 @@ function getGuideSidebarZhCN() {
336325
{ text: '常见问题答疑', link: '/guide/kubevirt/kubevirt_qa.html' }
337326
]
338327
},
328+
{
329+
text: '屏蔽滥用',
330+
collapsed: true,
331+
items: [
332+
{ text: '通过iptables', link: '/guide/block/block_iptables.html' },
333+
{ text: '在PVE上', link: '/guide/block/block_pve.html' },
334+
{ text: '在INCUS上', link: '/guide/block/block_incus.html' },
335+
{ text: '在LXD上', link: '/guide/block/block_lxd.html' },
336+
{ text: '在DOCKER上', link: '/guide/block/block_docker.html' },
337+
]
338+
},
339339
{
340340
text: '捐赠',
341341
collapsed: true,
@@ -477,17 +477,6 @@ function getGuideSidebarEnUS() {
477477
{ text: 'FAQ', link: '/en/guide/lxd/lxd_qa.html' }
478478
]
479479
},
480-
{
481-
text: 'Block Abuse',
482-
collapsed: true,
483-
items: [
484-
{ text: 'via iptables', link: '/en/guide/block/block_iptables.html' },
485-
{ text: 'In PVE', link: '/en/guide/block/block_pve.html' },
486-
{ text: 'In INCUS', link: '/en/guide/block/block_incus.html' },
487-
{ text: 'In LXD', link: '/en/guide/block/block_lxd.html' },
488-
{ text: 'In DOCKER', link: '/en/guide/block/block_docker.html' },
489-
]
490-
},
491480
{
492481
text: 'Containerd',
493482
collapsed: true,
@@ -532,6 +521,17 @@ function getGuideSidebarEnUS() {
532521
{ text: 'FAQ', link: '/en/guide/kubevirt/kubevirt_qa.html' }
533522
]
534523
},
524+
{
525+
text: 'Block Abuse',
526+
collapsed: true,
527+
items: [
528+
{ text: 'via iptables', link: '/en/guide/block/block_iptables.html' },
529+
{ text: 'In PVE', link: '/en/guide/block/block_pve.html' },
530+
{ text: 'In INCUS', link: '/en/guide/block/block_incus.html' },
531+
{ text: 'In LXD', link: '/en/guide/block/block_lxd.html' },
532+
{ text: 'In DOCKER', link: '/en/guide/block/block_docker.html' },
533+
]
534+
},
535535
{
536536
text: 'Donation',
537537
collapsed: true,
61 KB
Loading
57.7 KB
Loading
2.12 KB
Loading
12.4 KB
Loading
9.23 KB
Loading
89.4 KB
Loading
48.7 KB
Loading
44 KB
Loading
58.8 KB
Loading

0 commit comments

Comments
 (0)