Skip to content

Commit 10cfca1

Browse files
committed
chore: wip
1 parent 12246f8 commit 10cfca1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ const sidebar = [
5858
{ text: 'Config', link: '/config' },
5959
],
6060
},
61+
{
62+
text: 'API',
63+
items: [
64+
{ text: 'Barcodes', link: '/barcodes' },
65+
{ text: 'QR Codes', link: '/qr-codes' },
66+
],
67+
},
6168
{ text: 'Showcase', link: '/Showcase' },
6269
]
6370
const description = 'TypeScript QR & Bar Code generating & reading. Lightweight & powerful.'

0 commit comments

Comments
 (0)