From 395ff3899cc8345941ca1cd8534815f577449774 Mon Sep 17 00:00:00 2001 From: wxzhang Date: Thu, 26 Jan 2023 15:38:19 +0800 Subject: [PATCH] update docs --- .umirc.ts | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index 4721ad5..5a9fb15 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -49,13 +49,19 @@ export default defineConfig({ { title:"参考", path: "/reference" - }, + }, { - title:"贡献源码", - path: "/contribute" - }, + title:"开源推荐", + children:[ + {title:"FlexDecorators",path:"https://zhangfisher.github.io/flex-decorators/"}, + {title:"FlexState",path:"https://zhangfisher.github.io/flexstate/"}, + {title:"FlexTools",path:"https://zhangfisher.github.io/flex-tools/"}, + {title:"Logsets",path:"https://zhangfisher.github.io/logsets/"}, + {title:"AutoPub",path:"https://zhangfisher.github.io/autopub/"} + ] + }, { - title:"源代码", + title:"GitHub", path: "https://github.com/zhangfisher/voerka-i18n" } ],