Skip to content

Commit eac630e

Browse files
committed
fix: add Features page to docs sidebar navigation
1 parent becfd0a commit eac630e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/project-site/src/layouts/DocsLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export function DocsLayout({ children }: DocsLayoutProps) {
1616

1717
const navItems = [
1818
{ path: '/docs/intro', label: 'Introduction' },
19+
{ path: '/docs/features', label: 'Features' },
1920
{ path: '/docs/installation', label: 'Installation' },
2021
{ path: '/docs/diarization', label: 'Diarization' },
2122
{ path: '/docs/usage', label: 'Usage Guide' },

0 commit comments

Comments
 (0)