From 9d840179aae915f28c1695db5012376ac7315132 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 26 Feb 2021 15:21:45 +0300 Subject: [PATCH] Menu reorg --- public/demo/menu/menu.json | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/public/demo/menu/menu.json b/public/demo/menu/menu.json index a65d3f5a6..d20d07355 100644 --- a/public/demo/menu/menu.json +++ b/public/demo/menu/menu.json @@ -22,14 +22,6 @@ "name": "Locale", "to": "/locale" }, - { - "name": "Source Code", - "href": "https://github.com/primefaces/primevue" - }, - { - "name": "Store", - "href": "https://www.primefaces.org/store" - }, { "name": "Accessibility", "to": "/accessibility" @@ -58,6 +50,28 @@ } ] }, + { + "name": "Resources", + "meta": ["resources"], + "children": [ + { + "name": "PrimeTV", + "href": "https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw" + }, + { + "name": "Source Code", + "href": "https://github.com/primefaces/primevue" + }, + { + "name": "Store", + "href": "https://www.primefaces.org/store" + }, + { + "name": "Twitter", + "href": "https://twitter.com/primevue?lang=en" + } + ] + }, { "name": "Theming", "meta": ["theming"],