Skip to content

Commit

Permalink
🛠️ 修bug
Browse files Browse the repository at this point in the history
  • Loading branch information
s111z committed Sep 15, 2023
1 parent 1b9b6b2 commit 256ba4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About

这个站点为系统维护部的文档站。
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/docs/server',
to: '/docs/about',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/server">
to="/docs/about">
Docusaurus Tutorial - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit 256ba4b

Please sign in to comment.