Эх сурвалжийг харах

添加SIG-Network到SIGs下,并调整目录结构。

Samuka007 10 сар өмнө
parent
commit
9ca36471a3
1 өөрчлөгдсөн 16 нэмэгдсэн , 9 устгасан
  1. 16 9
      .vuepress/config.js

+ 16 - 9
.vuepress/config.js

@@ -89,17 +89,24 @@ export default defineUserConfig({
                     {
                         text: 'SIGs',
                         children: [
-                            '/sigs/',
+                            {
+                                text: 'SIG模版',
+                                link: '/sigs/sig-template/',
+                                children: [
+                                    '/sigs/sig-template/charter.md',
+                                    '/sigs/sig-template/contributing.md',
+                                ]
+                            },
+                            {
+                                text: 'SIG Network',
+                                link: '/sigs/sig-network/',
+                                children: [
+                                    '/sigs/sig-network/charter.md',
+                                    '/sigs/sig-network/contributing.md',
+                                ]
+                            },
                         ]
                     },
-                    {
-                        text: 'SIG模版',
-                        children: [
-                            '/sigs/sig-template/',
-                            '/sigs/sig-template/charter.md',
-                            '/sigs/sig-template/contributing.md',
-                        ]
-                    }
                 ],
                 '/wgs/': [
                     {