update docs
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
- admin/admin123
|
- admin/admin123
|
||||||
- chenze/admin123
|
- chenze/admin123
|
||||||
|
|
||||||
演示地址:http://demo.ywwuzi.cn
|
演示地址:https://demo.ywwuzi.cn
|
||||||
|
|
||||||
文档地址:待完成
|
文档地址:https://docs.ywwuzi.cn
|
||||||
|
|
||||||
## 功能截图
|
## 功能截图
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"label": "文档",
|
"label": "文档",
|
||||||
"position": 1
|
"position": 1
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -94,7 +94,7 @@ const config: Config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorial',
|
label: 'Tutorial',
|
||||||
to: '/introduction',
|
to: 'essential/introduction',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user