diff --git a/assets/menu/menu.json b/assets/menu/menu.json index ac281d134..aae0ce6c8 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -12,14 +12,6 @@ "name": "Configuration", "to": "/configuration" }, - { - "name": "FilterService", - "to": "/filterservice" - }, - { - "name": "Locale", - "to": "/locale" - }, { "name": "Accessibility", "to": "/accessibility" @@ -443,10 +435,6 @@ "name": "Overview", "to": "/theming" }, - { - "name": "Theme Designer", - "href": "https://www.primefaces.org/designer/primevue" - }, { "name": "Visual Editor", "href": "https://designer.primevue.org" @@ -486,10 +474,32 @@ "icon": "pi pi-table", "href": "https://www.primefaces.org/primeflex" }, + { + "name": "Support", + "icon": "pi pi-question", + "children": [ + { + "name": "Discord Server", + "href": "https://discord.gg/gzKFYnpmCY" + }, + { + "name": "Forum", + "href": "https://forum.primefaces.org/viewforum.php?f=57" + }, + { + "name": "PRO Support", + "to": "/support" + } + ] + }, { "name": "Discover", "icon": "pi pi-search", "children": [ + { + "name": "About Us", + "to": "/team" + }, { "name": "Roadmap", "to": "/roadmap" @@ -523,24 +533,6 @@ "href": "https://gear.primefaces.org" } ] - }, - { - "name": "Support", - "icon": "pi pi-question", - "children": [ - { - "name": "Discord Server", - "href": "https://discord.gg/gzKFYnpmCY" - }, - { - "name": "Forum", - "href": "https://forum.primefaces.org/viewforum.php?f=57" - }, - { - "name": "PRO Support", - "to": "/support" - } - ] } ] } diff --git a/doc/accessibility/IntroductionDoc.vue b/doc/accessibility/IntroductionDoc.vue index 70ab0dee3..f2f862914 100644 --- a/doc/accessibility/IntroductionDoc.vue +++ b/doc/accessibility/IntroductionDoc.vue @@ -1,4 +1,5 @@