Skip to content

Commit 284066b

Browse files
committed
docs: update navigation links and add sponsor section
1 parent 0891c6f commit 284066b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/docs/.vitepress/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ export default defineConfig({
2323
nav: [
2424
{ text: 'Home', link: '/' },
2525
{ text: 'Guide', link: '/guide/' },
26-
{ text: 'API', link: '/api/' },
26+
{ text: 'API Reference', link: '/api/' },
27+
{
28+
text: 'Sponsor',
29+
link: 'https://github.com/sponsors/Akryum',
30+
},
2731
],
2832

2933
sidebar: {

0 commit comments

Comments
 (0)