|
39 | 39 | "icon": "book-open", |
40 | 40 | "expanded": false, |
41 | 41 | "pages": [ |
42 | | - "/", |
| 42 | + { |
| 43 | + "page": "/", |
| 44 | + "sidebarTitle": "Home" |
| 45 | + }, |
43 | 46 | { |
44 | 47 | "page": "introduction/welcome", |
45 | | - "label": "Welcome" |
| 48 | + "sidebarTitle": "Welcome" |
46 | 49 | } |
47 | 50 | ] |
48 | 51 | }, |
|
57 | 60 | "pages": [ |
58 | 61 | { |
59 | 62 | "page": "quickstart", |
60 | | - "label": "Quickstart" |
| 63 | + "sidebarTitle": "Quickstart" |
61 | 64 | }, |
62 | 65 | { |
63 | 66 | "page": "getting-started/installation", |
64 | | - "label": "Installation" |
| 67 | + "sidebarTitle": "Installation" |
65 | 68 | } |
66 | 69 | ] |
67 | 70 | }, |
|
71 | 74 | "pages": [ |
72 | 75 | { |
73 | 76 | "page": "getting-started/select-your-model", |
74 | | - "label": "Select Your Model" |
| 77 | + "sidebarTitle": "Select your model" |
75 | 78 | }, |
76 | 79 | { |
77 | 80 | "page": "getting-started/your-first-project", |
78 | | - "label": "Your First Project" |
| 81 | + "sidebarTitle": "Your first project" |
79 | 82 | } |
80 | 83 | ] |
81 | 84 | } |
|
88 | 91 | "pages": [ |
89 | 92 | { |
90 | 93 | "page": "features/overview", |
91 | | - "label": "Overview" |
| 94 | + "sidebarTitle": "Overview" |
92 | 95 | }, |
93 | 96 | { |
94 | 97 | "group": "Development", |
95 | 98 | "expanded": false, |
96 | 99 | "pages": [ |
97 | | - "features/development/code-editor", |
98 | | - "features/development/developers", |
99 | | - "features/development/terminal", |
100 | | - "features/development/webcontainer", |
101 | | - "features/development/workbench" |
| 100 | + { |
| 101 | + "page": "features/development/code-editor", |
| 102 | + "sidebarTitle": "Code editor" |
| 103 | + }, |
| 104 | + { |
| 105 | + "page": "features/development/developers", |
| 106 | + "sidebarTitle": "Developers" |
| 107 | + }, |
| 108 | + { |
| 109 | + "page": "features/development/terminal", |
| 110 | + "sidebarTitle": "Terminal" |
| 111 | + }, |
| 112 | + { |
| 113 | + "page": "features/development/webcontainer", |
| 114 | + "sidebarTitle": "WebContainer" |
| 115 | + }, |
| 116 | + { |
| 117 | + "page": "features/development/workbench", |
| 118 | + "sidebarTitle": "Workbench" |
| 119 | + } |
102 | 120 | ] |
103 | 121 | }, |
104 | 122 | { |
105 | 123 | "group": "AI Features", |
106 | 124 | "expanded": false, |
107 | 125 | "pages": [ |
108 | | - "essentials/ai-chat-commands", |
109 | | - "essentials/project-templates" |
| 126 | + { |
| 127 | + "page": "essentials/ai-chat-commands", |
| 128 | + "sidebarTitle": "AI chat commands" |
| 129 | + }, |
| 130 | + { |
| 131 | + "page": "essentials/project-templates", |
| 132 | + "sidebarTitle": "Project templates" |
| 133 | + } |
110 | 134 | ] |
111 | 135 | } |
112 | 136 | ] |
|
118 | 142 | "pages": [ |
119 | 143 | { |
120 | 144 | "page": "providers/cloud-providers", |
121 | | - "label": "Providers" |
| 145 | + "sidebarTitle": "Overview" |
122 | 146 | }, |
123 | 147 | { |
124 | 148 | "group": "Cloud Providers", |
125 | 149 | "expanded": false, |
126 | 150 | "pages": [ |
127 | | - "providers/anthropic", |
128 | | - "providers/aws-bedrock", |
129 | | - "providers/cohere", |
130 | | - "providers/deepseek", |
131 | | - "providers/fireworks", |
132 | | - "providers/github", |
133 | | - "providers/google", |
134 | | - "providers/groq", |
135 | | - "providers/huggingface", |
136 | | - "providers/hyperbolic", |
137 | | - "providers/mistral-ai", |
138 | | - "providers/moonshot", |
139 | | - "providers/openai", |
140 | | - "providers/openai-like", |
141 | | - "providers/openrouter", |
142 | | - "providers/perplexity", |
143 | | - "providers/togetherai", |
144 | | - "providers/xai-grok" |
| 151 | + { |
| 152 | + "page": "providers/anthropic", |
| 153 | + "sidebarTitle": "Anthropic" |
| 154 | + }, |
| 155 | + { |
| 156 | + "page": "providers/aws-bedrock", |
| 157 | + "sidebarTitle": "AWS Bedrock" |
| 158 | + }, |
| 159 | + { |
| 160 | + "page": "providers/cohere", |
| 161 | + "sidebarTitle": "Cohere" |
| 162 | + }, |
| 163 | + { |
| 164 | + "page": "providers/deepseek", |
| 165 | + "sidebarTitle": "DeepSeek" |
| 166 | + }, |
| 167 | + { |
| 168 | + "page": "providers/fireworks", |
| 169 | + "sidebarTitle": "Fireworks" |
| 170 | + }, |
| 171 | + { |
| 172 | + "page": "providers/github", |
| 173 | + "sidebarTitle": "GitHub" |
| 174 | + }, |
| 175 | + { |
| 176 | + "page": "providers/google", |
| 177 | + "sidebarTitle": "Google" |
| 178 | + }, |
| 179 | + { |
| 180 | + "page": "providers/groq", |
| 181 | + "sidebarTitle": "Groq" |
| 182 | + }, |
| 183 | + { |
| 184 | + "page": "providers/huggingface", |
| 185 | + "sidebarTitle": "HuggingFace" |
| 186 | + }, |
| 187 | + { |
| 188 | + "page": "providers/hyperbolic", |
| 189 | + "sidebarTitle": "Hyperbolic" |
| 190 | + }, |
| 191 | + { |
| 192 | + "page": "providers/mistral-ai", |
| 193 | + "sidebarTitle": "Mistral AI" |
| 194 | + }, |
| 195 | + { |
| 196 | + "page": "providers/moonshot", |
| 197 | + "sidebarTitle": "Moonshot" |
| 198 | + }, |
| 199 | + { |
| 200 | + "page": "providers/openai", |
| 201 | + "sidebarTitle": "OpenAI" |
| 202 | + }, |
| 203 | + { |
| 204 | + "page": "providers/openai-like", |
| 205 | + "sidebarTitle": "OpenAI-like" |
| 206 | + }, |
| 207 | + { |
| 208 | + "page": "providers/openrouter", |
| 209 | + "sidebarTitle": "OpenRouter" |
| 210 | + }, |
| 211 | + { |
| 212 | + "page": "providers/perplexity", |
| 213 | + "sidebarTitle": "Perplexity" |
| 214 | + }, |
| 215 | + { |
| 216 | + "page": "providers/togetherai", |
| 217 | + "sidebarTitle": "Together AI" |
| 218 | + }, |
| 219 | + { |
| 220 | + "page": "providers/xai-grok", |
| 221 | + "sidebarTitle": "xAI Grok" |
| 222 | + } |
145 | 223 | ] |
146 | 224 | } |
147 | 225 | ] |
|
153 | 231 | "pages": [ |
154 | 232 | { |
155 | 233 | "page": "comparisons/bolt-vs-codinit", |
156 | | - "label": "Bolt.DIY vs CodinIT" |
| 234 | + "sidebarTitle": "Bolt vs CodinIT" |
157 | 235 | }, |
158 | 236 | { |
159 | 237 | "page": "comparisons/lovable-vs-codinit", |
160 | | - "label": "Lovable vs CodinIT" |
| 238 | + "sidebarTitle": "Lovable vs CodinIT" |
161 | 239 | } |
162 | 240 | ] |
163 | 241 | }, |
|
170 | 248 | "group": "Techniques", |
171 | 249 | "expanded": false, |
172 | 250 | "pages": [ |
173 | | - "prompting/discussion-mode", |
| 251 | + { |
| 252 | + "page": "prompting/discussion-mode", |
| 253 | + "sidebarTitle": "Discussion mode" |
| 254 | + }, |
174 | 255 | { |
175 | 256 | "page": "prompting/prompt-engineering-guide", |
176 | | - "label": "Prompt Engineering Guide" |
| 257 | + "sidebarTitle": "Prompt engineering" |
177 | 258 | }, |
178 | | - "prompting/prompting-effectively" |
| 259 | + { |
| 260 | + "page": "prompting/prompting-effectively", |
| 261 | + "sidebarTitle": "Prompting effectively" |
| 262 | + } |
179 | 263 | ] |
180 | 264 | }, |
181 | 265 | { |
182 | 266 | "group": "Optimization", |
183 | 267 | "expanded": false, |
184 | | - "pages": ["prompting/maximize-token-efficiency", "prompting/plan-your-app"] |
| 268 | + "pages": [ |
| 269 | + { |
| 270 | + "page": "prompting/maximize-token-efficiency", |
| 271 | + "sidebarTitle": "Token efficiency" |
| 272 | + }, |
| 273 | + { |
| 274 | + "page": "prompting/plan-your-app", |
| 275 | + "sidebarTitle": "Plan your app" |
| 276 | + } |
| 277 | + ] |
185 | 278 | } |
186 | 279 | ] |
187 | 280 | }, |
188 | 281 | { |
189 | 282 | "group": "Model Configuration", |
190 | 283 | "icon": "settings", |
191 | 284 | "expanded": false, |
192 | | - "pages": ["model-config/context-windows", "model-config/model-comparison"] |
| 285 | + "pages": [ |
| 286 | + { |
| 287 | + "page": "model-config/context-windows", |
| 288 | + "sidebarTitle": "Context windows" |
| 289 | + }, |
| 290 | + { |
| 291 | + "page": "model-config/model-comparison", |
| 292 | + "sidebarTitle": "Model comparison" |
| 293 | + } |
| 294 | + ] |
193 | 295 | }, |
194 | 296 | { |
195 | 297 | "group": "Hosting", |
|
198 | 300 | "pages": [ |
199 | 301 | { |
200 | 302 | "page": "integrations/vercel", |
201 | | - "label": "Vercel" |
| 303 | + "sidebarTitle": "Vercel" |
| 304 | + }, |
| 305 | + { |
| 306 | + "page": "integrations/netlify", |
| 307 | + "sidebarTitle": "Netlify" |
202 | 308 | }, |
203 | | - "integrations/netlify", |
204 | | - "integrations/cloudflare" |
| 309 | + { |
| 310 | + "page": "integrations/cloudflare", |
| 311 | + "sidebarTitle": "Cloudflare" |
| 312 | + } |
205 | 313 | ] |
206 | 314 | }, |
207 | 315 | { |
208 | 316 | "group": "Running Models Locally", |
209 | 317 | "icon": "cpu", |
210 | 318 | "expanded": false, |
211 | 319 | "pages": [ |
212 | | - "running-models-locally/local-model-setup", |
213 | | - "providers/lmstudio", |
214 | | - "providers/ollama" |
| 320 | + { |
| 321 | + "page": "running-models-locally/local-model-setup", |
| 322 | + "sidebarTitle": "Local model setup" |
| 323 | + }, |
| 324 | + { |
| 325 | + "page": "providers/lmstudio", |
| 326 | + "sidebarTitle": "LM Studio" |
| 327 | + }, |
| 328 | + { |
| 329 | + "page": "providers/ollama", |
| 330 | + "sidebarTitle": "Ollama" |
| 331 | + } |
215 | 332 | ] |
216 | 333 | } |
217 | 334 | ] |
|
227 | 344 | { |
228 | 345 | "group": "AI Features", |
229 | 346 | "expanded": false, |
230 | | - "pages": ["essentials/ai-chat-commands", "essentials/project-templates"] |
| 347 | + "pages": [ |
| 348 | + { |
| 349 | + "page": "essentials/ai-chat-commands", |
| 350 | + "sidebarTitle": "AI chat commands" |
| 351 | + }, |
| 352 | + { |
| 353 | + "page": "essentials/project-templates", |
| 354 | + "sidebarTitle": "Project templates" |
| 355 | + } |
| 356 | + ] |
231 | 357 | }, |
232 | 358 | { |
233 | 359 | "group": "Configuration", |
234 | 360 | "expanded": false, |
235 | | - "pages": ["essentials/customization"] |
| 361 | + "pages": [ |
| 362 | + { |
| 363 | + "page": "essentials/customization", |
| 364 | + "sidebarTitle": "Customization" |
| 365 | + } |
| 366 | + ] |
236 | 367 | } |
237 | 368 | ] |
238 | 369 | }, |
|
243 | 374 | "pages": [ |
244 | 375 | { |
245 | 376 | "page": "integrations/deployments", |
246 | | - "label": "Hosting" |
| 377 | + "sidebarTitle": "Deployments" |
| 378 | + }, |
| 379 | + { |
| 380 | + "page": "integrations/git", |
| 381 | + "sidebarTitle": "Git" |
247 | 382 | }, |
248 | | - "integrations/git", |
249 | | - "integrations/supabase", |
250 | | - "mcp/mcp-overview" |
| 383 | + { |
| 384 | + "page": "integrations/supabase", |
| 385 | + "sidebarTitle": "Supabase" |
| 386 | + }, |
| 387 | + { |
| 388 | + "page": "mcp/mcp-overview", |
| 389 | + "sidebarTitle": "MCP overview" |
| 390 | + } |
251 | 391 | ] |
252 | 392 | } |
253 | 393 | ] |
|
262 | 402 | "pages": [ |
263 | 403 | { |
264 | 404 | "page": "support/frequently-asked-questions", |
265 | | - "label": "FAQ" |
| 405 | + "sidebarTitle": "FAQ" |
| 406 | + }, |
| 407 | + { |
| 408 | + "page": "support/integration-issues", |
| 409 | + "sidebarTitle": "Integration issues" |
266 | 410 | }, |
267 | | - "support/integration-issues", |
268 | 411 | { |
269 | 412 | "page": "support/troubleshooting", |
270 | | - "label": "Troubleshooting" |
| 413 | + "sidebarTitle": "Troubleshooting" |
271 | 414 | } |
272 | 415 | ] |
273 | 416 | } |
|
0 commit comments