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' } - ], ] }, {