Quellcode durchsuchen

调整生成代码

zhangweixin vor 4 Jahren
Ursprung
Commit
27ee36a890
1 geänderte Dateien mit 26 neuen und 0 gelöschten Zeilen
  1. 26 0
      docs/.vuepress/config.js

+ 26 - 0
docs/.vuepress/config.js

@@ -100,6 +100,32 @@ module.exports = {
                 ]
             },
             {
+                text: "新兵手册",
+                items: [
+                    {
+                        text: "微服务",
+                        items: [
+                            {
+                                text: "eureka服务器搭建",
+                                items: [
+                                    {text: "CentoOS 部署", link: "/setup/server/centos/"},
+                                    {text: "Windows 部署", link: "/setup/server/windows/"}
+                                ]
+                            },
+                            {
+                                text: "开发环境",
+                                items: [
+                                    {text: "IDEA", link: "/setup/dev/idea"},
+                                    {text: "Revit", link: "/setup/dev/revit"},
+                                    {text: "Visual Studio", link: "/setup/dev/vsts"}
+                                ]
+                            }
+
+                        ]
+                    }
+                ]
+            },
+            {
                 text: "API参考",
                 items: [
                     {