Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchin0821 committed May 3, 2022
1 parent e504a11 commit b73dc2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/docs/.vuepress/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</p>

<p class="actions">
<a class="get-started" href="/guide/quick_start/"> Get Started -> </a>
<a class="setup" href="/guide/introduce/">Learn More</a>
<a class="get-started" href="/pyuse/guide/quick_start/"> Get Started -> </a>
<a class="setup" href="/pyuse/guide/introduce/">Learn More</a>
</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineUserConfig({
docsBranch: "main/docs/docs",
locales: {
"/": {
navbar: [{ text: "guide", link: "guide/introduce" }],
navbar: [{ text: "guide", link: "/guide/introduce" }],
sidebar: [
{
text: "Guide",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/usePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

utils about of path

### 🪧 property
### 📜 property

static: read only
dynamic: can be changed,will share state with other dynamic properties
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/useTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

utils about of time

### 🪧 property
### 📜 property

static: read only
dynamic: can be changed,will share state with other dynamic properties
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/api/usePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

关于路径的一些utils

### 🪧 property
### 📜 property

static: 只读属性
dynamic: 意味着你可以改变它的值,且可能与其他动态属性共享状态
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/api/useTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

关于时间的一些utils

### 🪧 property
### 📜 property

static: 只读属性
dynamic: 意味着你可以改变它的值,且可能与其他动态属性共享状态
Expand Down

0 comments on commit b73dc2a

Please sign in to comment.