|
55 | 55 | "pages": [ |
56 | 56 | "docs/learning-how-tos/cookbook", |
57 | 57 | "docs/learning-how-tos/cookbook/google-sheets", |
58 | | - "docs/learning-how-tos/cookbook/context-parameter-examples", |
59 | 58 | "docs/learning-how-tos/cookbook/automating-indie-game-localization-with-the-deepl-api-and-godot", |
60 | 59 | "docs/learning-how-tos/cookbook/java-document-translator", |
61 | 60 | "docs/learning-how-tos/cookbook/usage-analytics-dashboard" |
|
65 | 64 | "group": "Guides", |
66 | 65 | "pages": [ |
67 | 66 | "docs/learning-how-tos/examples-and-guides/", |
| 67 | + "docs/learning-how-tos/examples-and-guides/how-to-use-context-parameter", |
68 | 68 | "docs/learning-how-tos/examples-and-guides/placeholder-tags", |
69 | 69 | "docs/learning-how-tos/examples-and-guides/first-things-to-try-with-the-deepl-api", |
70 | 70 | "docs/learning-how-tos/examples-and-guides/glossaries-in-the-real-world", |
|
79 | 79 | "docs/best-practices/error-handling", |
80 | 80 | "docs/best-practices/cors-requests", |
81 | 81 | "docs/best-practices/document-translations", |
82 | | - "docs/best-practices/working-with-context", |
83 | 82 | "docs/best-practices/language-detection", |
84 | 83 | "docs/best-practices/cost-control", |
85 | 84 | "docs/best-practices/pre-production-checklist" |
|
394 | 393 | { |
395 | 394 | "source": "/api-reference/voice/reconnect-stream", |
396 | 395 | "destination": "/api-reference/voice/reconnect-session" |
| 396 | + }, |
| 397 | + { |
| 398 | + "source": "/docs/best-practices/working-with-context", |
| 399 | + "destination": "/docs/learning-how-tos/how-to-use-context-parameter" |
| 400 | + }, |
| 401 | + { |
| 402 | + "source": "/docs/learning-how-tos/cookbook/context-parameter-examples", |
| 403 | + "destination": "/docs/learning-how-tos/how-to-use-context-parameter" |
397 | 404 | } |
398 | 405 | ], |
399 | 406 | "integrations": { |
|
0 commit comments