update docs
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
- admin/admin123
|
||||
- chenze/admin123
|
||||
|
||||
演示地址:http://demo.ywwuzi.cn
|
||||
演示地址:https://demo.ywwuzi.cn
|
||||
|
||||
文档地址:待完成
|
||||
文档地址:https://docs.ywwuzi.cn
|
||||
|
||||
## 功能截图
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"label": "文档",
|
||||
"position": 1
|
||||
|
||||
}
|
||||
}
|
||||
@@ -94,7 +94,7 @@ const config: Config = {
|
||||
items: [
|
||||
{
|
||||
label: 'Tutorial',
|
||||
to: '/introduction',
|
||||
to: 'essential/introduction',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@ function HomepageHeader() {
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/introduction">
|
||||
to="essential/introduction">
|
||||
{siteConfig.title} Tutorial
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user