From 041f4e453fbfeed5a77df1b9e7ab472730a60abb Mon Sep 17 00:00:00 2001 From: BG-Software <73077398+BG-Software-BG@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:43:43 +0100 Subject: [PATCH] Order menu items alphabetically (#2047) --- .changeset/brave-pigs-unite.md | 5 + src/pages/_data/menu.yml | 202 ++++++++++++++++----------------- 2 files changed, 106 insertions(+), 101 deletions(-) create mode 100644 .changeset/brave-pigs-unite.md diff --git a/.changeset/brave-pigs-unite.md b/.changeset/brave-pigs-unite.md new file mode 100644 index 000000000..a0ff3a09d --- /dev/null +++ b/.changeset/brave-pigs-unite.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Order menu items alphabetically diff --git a/src/pages/_data/menu.yml b/src/pages/_data/menu.yml index dba26361e..58dd7df2f 100644 --- a/src/pages/_data/menu.yml +++ b/src/pages/_data/menu.yml @@ -8,12 +8,12 @@ base: icon: package columns: 2 children: - alerts: - title: Alerts - url: alerts.html accordion: title: Accordion url: accordion.html + alerts: + title: Alerts + url: alerts.html authentication: title: Authentication children: @@ -47,13 +47,13 @@ base: 2-step-verification-code: title: 2 step verification code url: 2-step-verification-code.html - blank: - title: Blank page - url: blank.html badges: url: badges.html title: Badges badge: New + blank: + title: Blank page + url: blank.html buttons: url: buttons.html title: Buttons @@ -78,13 +78,13 @@ base: charts: url: charts.html title: Charts - colors: - url: colors.html - title: Colors colorpicker: url: colorpicker.html title: Color picker badge: New + colors: + url: colors.html + title: Colors datagrid: url: datagrid.html title: Data grid @@ -159,33 +159,33 @@ base: title: Social icons url: social-icons.html badge: New - steps: - url: steps.html - title: Steps - badge: New stars-rating: title: Stars rating url: stars-rating.html badge: New + steps: + url: steps.html + title: Steps + badge: New + tables: + url: tables.html + title: Tables tabs: url: tabs.html title: Tabs tags: url: tags.html title: Tags - tables: - url: tables.html - title: Tables + tinymce: + title: TinyMCE + url: tinymce.html + badge: New toasts: title: Toasts url: toasts.html typography: title: Typography url: typography.html - tinymce: - title: TinyMCE - url: tinymce.html - badge: New forms: url: form-elements.html @@ -198,42 +198,34 @@ extra: icon: star columns: 2 children: - empty: - title: Empty page - url: empty.html - cookie-banner: - title: Cookie banner - url: cookie-banner.html - badge: New + activity: + title: Activity + url: activity.html chat: title: Chat url: chat.html badge: New - activity: - title: Activity - url: activity.html + cookie-banner: + title: Cookie banner + url: cookie-banner.html + badge: New + empty: + title: Empty page + url: empty.html + faq: + url: faq.html + title: FAQ + badge: New gallery: title: Gallery url: gallery.html invoice: title: Invoice url: invoice.html - search-results: - title: Search results - url: search-results.html - pricing: - url: pricing.html - title: Pricing cards - pricing-table: - url: pricing-table.html - title: Pricing table - faq: - url: faq.html - title: FAQ + job-listing: + title: Job listing + url: job-listing.html badge: New - users: - title: Users - url: users.html license: title: License url: license.html @@ -244,35 +236,6 @@ extra: music: title: Music url: music.html - photogrid: - title: Photogrid - url: photogrid.html - badge: New - tasks: - title: Tasks - url: tasks.html - badge: New - uptime: - title: Uptime monitor - url: uptime.html - widgets: - title: Widgets - url: widgets.html - wizard: - title: Wizard - url: wizard.html - settings: - title: Settings - url: settings.html - badge: New - trial-ended: - title: Trial ended - url: trial-ended.html - badge: New - job-listing: - title: Job listing - url: job-listing.html - badge: New page-loader: title: Page loader url: page-loader.html @@ -281,52 +244,89 @@ extra: title: Payment providers url: payment-providers.html badge: New + photogrid: + title: Photogrid + url: photogrid.html + badge: New + pricing: + url: pricing.html + title: Pricing cards + pricing-table: + url: pricing-table.html + title: Pricing table + search-results: + title: Search results + url: search-results.html + settings: + title: Settings + url: settings.html + badge: New + tasks: + title: Tasks + url: tasks.html + badge: New + trial-ended: + title: Trial ended + url: trial-ended.html + badge: New + uptime: + title: Uptime monitor + url: uptime.html + users: + title: Users + url: users.html + widgets: + title: Widgets + url: widgets.html + wizard: + title: Wizard + url: wizard.html layout: icon: layout-2 title: Layout columns: 2 children: - horizontal: - url: layout-horizontal.html - title: Horizontal boxed: url: layout-boxed.html title: Boxed badge: New - vertical: - url: layout-vertical.html - title: Vertical - vertical-transparent: - url: layout-vertical-transparent.html - title: Vertical transparent - vertical-right: - url: layout-vertical-right.html - title: Right vertical - condensed: - url: layout-condensed.html - title: Condensed combo: url: layout-combo.html title: Combined - navbar-dark: - url: layout-navbar-dark.html - title: Navbar dark - navbar-sticky: - url: layout-navbar-sticky.html - title: Navbar sticky - navbar-overlap: - url: layout-navbar-overlap.html - title: Navbar overlap - rtl-mode: - url: layout-rtl.html - title: RTL mode + condensed: + url: layout-condensed.html + title: Condensed fluid: url: layout-fluid.html title: Fluid fluid-vertical: url: layout-fluid-vertical.html title: Fluid vertical + horizontal: + url: layout-horizontal.html + title: Horizontal + navbar-dark: + url: layout-navbar-dark.html + title: Navbar dark + navbar-overlap: + url: layout-navbar-overlap.html + title: Navbar overlap + navbar-sticky: + url: layout-navbar-sticky.html + title: Navbar sticky + vertical-right: + url: layout-vertical-right.html + title: Right vertical + rtl-mode: + url: layout-rtl.html + title: RTL mode + vertical: + url: layout-vertical.html + title: Vertical + vertical-transparent: + url: layout-vertical-transparent.html + title: Vertical transparent icons: title: "%ICONS_COUNT% icons"