Skip to content

Commit f545763

Browse files
committed
docs: update vitepress + fix components API menu
1 parent 68addf8 commit f545763

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "vitepress build src"
99
},
1010
"devDependencies": {
11-
"vitepress": "^1.0.0-rc.12"
11+
"vitepress": "^1.0.0-rc.13"
1212
},
1313
"dependencies": {
1414
"vue-github-button": "^3.0.3"

packages/docs/src/.vitepress/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ export default defineConfig({
284284
collapsable: false,
285285
items: [
286286
{
287-
text: '<ApolloQuery>',
287+
text: 'ApolloQuery',
288288
link: '/api/apollo-query',
289289
},
290290
{
291-
text: '<ApolloMutation>',
291+
text: 'ApolloMutation',
292292
link: '/api/apollo-mutation',
293293
},
294294
{
295-
text: '<ApolloSubscribeToMore>',
295+
text: 'ApolloSubscribeToMore',
296296
link: '/api/apollo-subscribe-to-more',
297297
},
298298
],
@@ -604,15 +604,15 @@ export default defineConfig({
604604
collapsable: false,
605605
items: [
606606
{
607-
text: '<ApolloQuery>',
607+
text: 'ApolloQuery',
608608
link: '/zh-cn/api/apollo-query',
609609
},
610610
{
611-
text: '<ApolloMutation>',
611+
text: 'ApolloMutation',
612612
link: '/zh-cn/api/apollo-mutation',
613613
},
614614
{
615-
text: '<ApolloSubscribeToMore>',
615+
text: 'ApolloSubscribeToMore',
616616
link: '/zh-cn/api/apollo-subscribe-to-more',
617617
},
618618
],

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)