Skip to content

Commit

Permalink
Add Welcome and System Status links to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
velvet-shark committed Jun 10, 2024
1 parent 0a1a42d commit f6da83b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,24 @@ module.exports = {
className: 'kill',
id: 'readme'
},
{
type: 'category',
label: 'INTRODUCTION',
collapsible: false,
className: 'menu_outer_list',
items: [
{
type: 'link',
label: 'Welcome',
href: '/'
},
{
type: 'link',
label: 'System Status',
href: 'https://status.walletconnect.com'
}
]
},
{
type: 'category',
label: 'SDKs',
Expand Down

0 comments on commit f6da83b

Please sign in to comment.