Skip to content

Commit

Permalink
fix fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Nov 13, 2024
1 parent 7d99a0e commit 1182490
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ module.exports = {
'guides/shadowlens',
],
},
apiDocsSidebar: {
type: 'category',
label: 'API',
link: {
type: 'doc',
id: 'api/index',
},
items: require('./docs/api/typedoc-sidebar.cjs'),
}
apiDocsSidebar: [
{
type: 'category',
label: 'API',
link: {
type: 'doc',
id: 'api/index',
},
items: require('./docs/api/typedoc-sidebar.cjs'),
}
]
}

0 comments on commit 1182490

Please sign in to comment.