Skip to content

Commit d775d17

Browse files
committed
docs: Add npm package guide to sidebar navigation
1 parent 8a1939b commit d775d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export default defineConfig({
6161
{
6262
label: 'Guides',
6363
items: [
64+
{ label: 'Using npm Package', slug: 'guides/npm-package', badge: { text: 'New', variant: 'success' } },
6465
{ label: 'Migration Guide', slug: 'guides/migration-guide' },
6566
{ label: 'Vision', slug: 'guides/vision', badge: { text: 'New', variant: 'success' } },
6667
{ label: 'Future', slug: 'guides/future', badge: { text: 'New', variant: 'success' } },

0 commit comments

Comments
 (0)