Skip to content

Commit

Permalink
Fix TypeScript development sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Nov 13, 2024
1 parent d51228b commit 1f0517e
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,28 +322,19 @@ const sidebars = {
},
items: [
'dev-docs/typescript',
'dev-docs/typescript/development',
'dev-docs/typescript/adding-support-to-existing-project',
{
type: 'category',
label: 'TypeScript development',
label: 'Guides',
link: {
type: 'doc',
id: 'dev-docs/typescript/development',
id: 'dev-docs/typescript/development/guides',
},
items: [
{
type: 'category',
label: 'Guides',
link: {
type: 'doc',
id: 'dev-docs/typescript/development/guides',
},
items: [
'dev-docs/typescript/development/guides/documents-and-entries',
],
},
'dev-docs/typescript/development/guides/documents-and-entries',
],
},
'dev-docs/typescript/adding-support-to-existing-project',
],
},
{
Expand Down

0 comments on commit 1f0517e

Please sign in to comment.