Skip to content

Commit 37f04ce

Browse files
committed
docs: register design style guide in docs metadata
Add the new design-style-guide page to the DOC_PAGES registry in docs/src/index.ts so it appears in programmatic navigation. https://claude.ai/code/session_01G7EiAdwAzdi7qzeYditnic
1 parent a47cf3b commit 37f04ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const DOC_PAGES: DocPage[] = [
4747
{ slug: 'storage-backends', title: 'Storage Backends', description: 'Backend types and capabilities', category: 'reference', order: 3 },
4848
{ slug: 'database-formulas', title: 'Database Formulas', description: 'Formula syntax and functions', category: 'reference', order: 4 },
4949
{ slug: 'api-reference', title: 'API Reference', description: 'Core API documentation', category: 'reference', order: 5 },
50+
{ slug: 'design-style-guide', title: 'Design & Style Guide', description: 'Colors, typography, accessibility, and interaction patterns', category: 'reference', order: 6 },
5051

5152
// Migration
5253
{ slug: 'from-notion', title: 'Migrate from Notion', description: 'Import your Notion workspace', category: 'migration', order: 1 },

0 commit comments

Comments
 (0)