Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
this should sort the sidebar itens the same way as the functions of the ap itself
  • Loading branch information
diemade committed Apr 30, 2024
1 parent a453d66 commit d5edb1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,21 @@ const sidebars = {
items: [
{
type: 'doc',
id: 'Functionality/Security/Overview'
id: 'Functionality/Page operations/Overview'
},
{
type: 'doc',
id: 'Functionality/Page operations/Overview'
id: 'Functionality/Conversions/Overview'
},
{
type: 'doc',
id: 'Functionality/Other/Overview'
id: 'Functionality/Security/Overview'
},
{
type: 'doc',
id: 'Functionality/Conversions/Overview'
id: 'Functionality/Other/Overview'
},

]
},
{
Expand Down

0 comments on commit d5edb1e

Please sign in to comment.