Skip to content

Commit

Permalink
chore: reorder API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nud3l committed Oct 19, 2023
1 parent 98b895a commit d0d51a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ const sidebars = {
label: 'TypeScript API',
collapsed: false,
items: [
"api/ts-sdk/modules",
{
type: 'category',
label: 'Interfaces',
label: 'Modules',
items: [
{
type: 'autogenerated',
dirName: 'api/ts-sdk/interfaces'
dirName: 'api/ts-sdk/modules'
}
]
},
"api/ts-sdk/modules",
{
type: 'category',
label: 'Modules',
label: 'Interfaces',
items: [
{
type: 'autogenerated',
dirName: 'api/ts-sdk/modules'
dirName: 'api/ts-sdk/interfaces'
}
]
},
Expand Down

0 comments on commit d0d51a1

Please sign in to comment.