From 575513ccbbcb9fbfe3b7ddbfa16b4e0b06d04301 Mon Sep 17 00:00:00 2001 From: xie7654 <765462425@qq.com> Date: Sat, 5 Jul 2025 23:45:49 +0800 Subject: [PATCH] update docs --- README.md | 4 ++-- docs/docs/essential/_category_.json | 3 +-- docs/docusaurus.config.ts | 2 +- docs/src/pages/index.tsx | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2cc758e..27644d1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ - admin/admin123 - chenze/admin123 -演示地址:http://demo.ywwuzi.cn +演示地址:https://demo.ywwuzi.cn -文档地址:待完成 +文档地址:https://docs.ywwuzi.cn ## 功能截图 diff --git a/docs/docs/essential/_category_.json b/docs/docs/essential/_category_.json index a1d6233..6461271 100644 --- a/docs/docs/essential/_category_.json +++ b/docs/docs/essential/_category_.json @@ -1,5 +1,4 @@ { "label": "文档", "position": 1 - -} \ No newline at end of file +} \ No newline at end of file diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 267d1a8..6b45ff3 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -94,7 +94,7 @@ const config: Config = { items: [ { label: 'Tutorial', - to: '/introduction', + to: 'essential/introduction', }, ], }, diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 7343549..a86dc58 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -20,7 +20,7 @@ function HomepageHeader() {