Skip to content

Commit c482e9e

Browse files
committed
Revert "Add Brand Guides to site sections config"
This reverts commit 397213e.
1 parent f832359 commit c482e9e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

codegen/lib/config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ 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-
},
3227
{ name: 'Guides', root: join('docs', 'guides'), urlPrefix: '' },
3328
]
3429

0 commit comments

Comments
 (0)