|
1 | | -import type { SidebarsConfig } from '@docusaurus/plugin-content-docs'; |
| 1 | +import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; |
2 | 2 | import tutorialVideos from './docs/tutorial-videos.json'; |
3 | 3 |
|
4 | 4 | // Helper function to truncate long titles |
@@ -297,7 +297,7 @@ const sidebars: SidebarsConfig = { |
297 | 297 | { type: 'doc', id: 'update-notes/v3.21.5', label: '3.21.5' }, |
298 | 298 | { type: 'doc', id: 'update-notes/v3.21.4', label: '3.21.4' }, |
299 | 299 | { type: 'doc', id: 'update-notes/v3.21.3', label: '3.21.3' }, |
300 | | - { type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' }, |
| 300 | + { type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' }, |
301 | 301 | { type: 'doc', id: 'update-notes/v3.21.1', label: '3.21.1' }, |
302 | 302 | { type: 'doc', id: 'update-notes/v3.21.0', label: '3.21.0' }, |
303 | 303 | ], |
@@ -611,7 +611,7 @@ const sidebars: SidebarsConfig = { |
611 | 611 | { type: 'doc', id: 'update-notes/v2.2.44', label: '2.2.44' }, |
612 | 612 | { type: 'doc', id: 'update-notes/v2.2.45', label: '2.2.45' }, |
613 | 613 | { type: 'doc', id: 'update-notes/v2.2.46', label: '2.2.46' }, |
614 | | - ], |
| 614 | + ], |
615 | 615 | }, |
616 | 616 | { |
617 | 617 | type: 'category', |
|
0 commit comments