From 8a8cdd9f4d90dd6b2e0300a420f54a81e22d4941 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 31 Oct 2024 15:42:38 +0100 Subject: [PATCH] Order plugins alphabetically --- docs/.vuepress/config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ea2f8a60db..de5795f1e8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -133,22 +133,22 @@ const sidebarUserGuide = [ collapsable: false, initialOpenGroupIndex: -1, children: [ + [ + `https://dev.blink.sv/examples/btcpayserver-plugin`, + 'Blink', + { type: 'external' } + ], + ['/Breez/', 'Breez'], + ['/Bringin/', 'Bringin'], + ['/DynamicReports/', 'Dynamic Reports'], ['/LNDhubAPI/', 'LNDhub API'], ['/Nostr/', 'Nostr'], + ['/Payroll/', 'Payroll'], ['/PodServer/', 'PodServer'], + ['/SideShift/', 'SideShift'], ['/TicketTailor/', 'TicketTailor'], ['/Trocador/', 'Trocador'], - ['/SideShift/', 'SideShift'], - ['/Bringin/', 'Bringin'], - ['/Payroll/', 'Payroll'], - ['/DynamicReports/', 'Dynamic Reports'], - ['/Breez/', 'Breez'], ['/Wabisabi/', 'Wabisabi Coinjoin'], - [ - `https://dev.blink.sv/examples/btcpayserver-plugin`, - 'Blink', - { type: 'external' } - ], ] }, {