Remove duplicate "Gateway" item in sidebar (#6619)

This commit is contained in:
Piotr Monwid-Olechnowicz 2025-03-17 11:03:42 +01:00 committed by GitHub
parent 393fc5b7f9
commit a068362f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,11 @@ const meta: Record<string, DeepPartial<Item | MenuItem | PageItem>> = {
type: 'page',
display: 'hidden',
},
gateway: {
title: 'Gateway',
type: 'page',
display: 'hidden',
},
products: {
title: 'Products',
type: 'menu',