Skip to content

Commit a068362

Browse files
authored
Remove duplicate "Gateway" item in sidebar (#6619)
1 parent 393fc5b commit a068362

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/web/docs/src/app/_meta.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ const meta: Record<string, DeepPartial<Item | MenuItem | PageItem>> = {
4141
type: 'page',
4242
display: 'hidden',
4343
},
44+
gateway: {
45+
title: 'Gateway',
46+
type: 'page',
47+
display: 'hidden',
48+
},
4449
products: {
4550
title: 'Products',
4651
type: 'menu',

0 commit comments

Comments
 (0)