update docs

This commit is contained in:
xie7654
2025-07-05 23:45:49 +08:00
parent 6a43b29c1f
commit 575513ccbb
4 changed files with 5 additions and 6 deletions

View File

@@ -7,9 +7,9 @@
- admin/admin123 - admin/admin123
- chenze/admin123 - chenze/admin123
演示地址http://demo.ywwuzi.cn 演示地址https://demo.ywwuzi.cn
文档地址:待完成 文档地址:https://docs.ywwuzi.cn
## 功能截图 ## 功能截图

View File

@@ -1,5 +1,4 @@
{ {
"label": "文档", "label": "文档",
"position": 1 "position": 1
} }

View File

@@ -94,7 +94,7 @@ const config: Config = {
items: [ items: [
{ {
label: 'Tutorial', label: 'Tutorial',
to: '/introduction', to: 'essential/introduction',
}, },
], ],
}, },

View File

@@ -20,7 +20,7 @@ function HomepageHeader() {
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/introduction"> to="essential/introduction">
{siteConfig.title} Tutorial {siteConfig.title} Tutorial
</Link> </Link>
</div> </div>