Skip to content

Commit 317f206

Browse files
louis-preclaude
andcommitted
Add Brand Guides to site sections config
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82828c5 commit 317f206

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

codegen/lib/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ export const siteSections: SiteSection[] = [
2424
root: join('docs', 'api-reference'),
2525
urlPrefix: '/api',
2626
},
27+
{
28+
name: 'Brand Guides',
29+
root: join('docs', 'brand-guides'),
30+
urlPrefix: '/device-and-system-integration-guides',
31+
},
2732
{ name: 'Guides', root: join('docs', 'guides'), urlPrefix: '' },
2833
]
2934

0 commit comments

Comments
 (0)