Skip to content

Commit e4202d3

Browse files
committed
Fix sidebar configuration: remove legacy endpoint references
- Updated sidebars.ts to only include new Bearer token API documentation - Removed references to deleted legacy endpoints (stt, translate, tts, voice, lipsync, live-portrait) - Fixed Docusaurus build error by aligning sidebar with actual documentation structure - Sidebar now includes: video-generation, api-keys, billing
1 parent ba8a8e9 commit e4202d3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

sidebars.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ const sidebars: SidebarsConfig = {
1919
type: 'category',
2020
label: 'API Reference',
2121
items: [
22-
'api-reference/stt',
23-
'api-reference/translate',
24-
'api-reference/tts',
25-
'api-reference/voice',
26-
'api-reference/lipsync',
27-
'api-reference/live-portrait',
22+
'api-reference/video-generation',
23+
'api-reference/api-keys',
24+
'api-reference/billing',
2825
],
2926
},
3027
],

0 commit comments

Comments
 (0)