Skip to content

Commit

Permalink
docs: fix the Chinese api docs (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangmo8 authored Jul 16, 2024
1 parent 26cb713 commit 5da3d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{
text: 'packages',
items: [
{ text: 'pinia', link: '/zh/api/pinia/' },
{ text: '@pinia/nuxt', link: '/zh/api/@pinia/nuxt/' },
{ text: 'pinia', link: '/zh/api/modules/pinia.html' },
{ text: '@pinia/nuxt', link: '/zh/api/modules/pinia_nuxt.html' },
{
text: '@pinia/testing',
link: '/zh/api/@pinia/testing/',
link: '/zh/api/modules/pinia_testing.html',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/zh/api/modules/pinia_nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebarDepth: 3

[API 文档](../index.md) / @pinia/nuxt

# Module: @pinia/nuxt %{#module-pinia-nuxt}%
# 模块: @pinia/nuxt %{#module-pinia-nuxt}%

## 接口 %{#interfaces}%

Expand Down

0 comments on commit 5da3d97

Please sign in to comment.