瀏覽代碼

chore[docs]: update docs

chenlei 2 年之前
父節點
當前提交
d326a1fb53
共有 2 個文件被更改,包括 14 次插入8 次删除
  1. 5 5
      packages/docs/.umirc.ts
  2. 9 3
      packages/docs/docs/index.md

+ 5 - 5
packages/docs/.umirc.ts

@@ -5,7 +5,7 @@ export default defineConfig({
   history: {
     type: "hash",
   },
-  title: "@dage/pc-components",
+  title: "@dage/tools",
   favicon: "https://4dkk.4dage.com/FDKKIMG/icon/kankan_icon.ico",
   outputPath: "docs-dist",
   mode: "site",
@@ -27,7 +27,7 @@ export default defineConfig({
     },
     {
       title: "更新日志",
-      path: "/CHANGELOG",
+      path: "/log",
     },
     {
       title: "Gogs",
@@ -67,10 +67,10 @@ export default defineConfig({
         path: "/utils/storage",
       },
     ],
-    "/CHANGELOG": [
+    "/log": [
       {
-        title: "更新日志",
-        path: "/CHANGELOG",
+        title: "pc-components 更新日志",
+        path: "/log/PC-COMPONENTS_CHANGELOG",
       },
     ],
   },

+ 9 - 3
packages/docs/docs/index.md

@@ -1,11 +1,17 @@
 ---
 hero:
-  title: dage-web-components
-  desc: 桌面端组件
+  title: dage-web-tools
+  desc: web端工具
   actions:
     - text: 开始使用
       link: /components
-footer: Open-source MIT Licensed | Copyright © 2020<br />Powered by [dumi](https://d.umijs.org)
+features:
+  - title: "@dage/pc-components"
+    desc: 基于 `antd` 的 PC 端[组件库](#/components)
+  - title: "@dage/utils"
+    desc: 工具[类库](#/utils)
+  - title: "@dage/backend-cli"
+    desc: 基于 `react` 的后台脚手架
 ---
 
 ## 如何使用