Menu reorg
parent
8da5e2ff55
commit
f4fdfded79
|
@ -19,36 +19,42 @@
|
||||||
"to": "/setup"
|
"to": "/setup"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Forum",
|
"name": "Locale",
|
||||||
"href": "https://forum.primefaces.org/viewforum.php?f=110"
|
"to": "/locale",
|
||||||
},
|
"badge": "New"
|
||||||
{
|
|
||||||
"name": "Discord Channel",
|
|
||||||
"href": "https://discord.gg/gzKFYnpmCY"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Source Code",
|
"name": "Source Code",
|
||||||
"href": "https://github.com/primefaces/primevue"
|
"href": "https://github.com/primefaces/primevue"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Support",
|
|
||||||
"to": "/support"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Store",
|
"name": "Store",
|
||||||
"href": "https://www.primefaces.org/store"
|
"href": "https://www.primefaces.org/store"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Locale",
|
|
||||||
"to": "/locale",
|
|
||||||
"badge": "New"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Accessibility",
|
"name": "Accessibility",
|
||||||
"to": "/accessibility"
|
"to": "/accessibility"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Support",
|
||||||
|
"meta": ["support"],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"name": "Forum",
|
||||||
|
"href": "https://forum.primefaces.org/viewforum.php?f=110"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Discord Chat",
|
||||||
|
"href": "https://discord.gg/gzKFYnpmCY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PRO Support",
|
||||||
|
"to": "/support"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Theming",
|
"name": "Theming",
|
||||||
"meta": ["theming"],
|
"meta": ["theming"],
|
||||||
|
|
Loading…
Reference in New Issue