We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0891c6f commit 284066bCopy full SHA for 284066b
packages/docs/.vitepress/config.ts
@@ -23,7 +23,11 @@ export default defineConfig({
23
nav: [
24
{ text: 'Home', link: '/' },
25
{ text: 'Guide', link: '/guide/' },
26
- { text: 'API', link: '/api/' },
+ { text: 'API Reference', link: '/api/' },
27
+ {
28
+ text: 'Sponsor',
29
+ link: 'https://github.com/sponsors/Akryum',
30
+ },
31
],
32
33
sidebar: {
0 commit comments