Skip to content

Commit

Permalink
Order plugins alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Oct 31, 2024
1 parent 1cde0ef commit 8a8cdd9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
],
]
},
{
Expand Down

0 comments on commit 8a8cdd9

Please sign in to comment.