Skip to content

Commit

Permalink
docs: update vitepress + fix components API menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 13, 2023
1 parent 68addf8 commit f545763
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "vitepress build src"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.12"
"vitepress": "^1.0.0-rc.13"
},
"dependencies": {
"vue-github-button": "^3.0.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/src/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,15 @@ export default defineConfig({
collapsable: false,
items: [
{
text: '<ApolloQuery>',
text: 'ApolloQuery',
link: '/api/apollo-query',
},
{
text: '<ApolloMutation>',
text: 'ApolloMutation',
link: '/api/apollo-mutation',
},
{
text: '<ApolloSubscribeToMore>',
text: 'ApolloSubscribeToMore',
link: '/api/apollo-subscribe-to-more',
},
],
Expand Down Expand Up @@ -604,15 +604,15 @@ export default defineConfig({
collapsable: false,
items: [
{
text: '<ApolloQuery>',
text: 'ApolloQuery',
link: '/zh-cn/api/apollo-query',
},
{
text: '<ApolloMutation>',
text: 'ApolloMutation',
link: '/zh-cn/api/apollo-mutation',
},
{
text: '<ApolloSubscribeToMore>',
text: 'ApolloSubscribeToMore',
link: '/zh-cn/api/apollo-subscribe-to-more',
},
],
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f545763

Please sign in to comment.