|
35 | 35 |
|
36 | 36 | # Redirects configuration |
37 | 37 | redirects = { |
| 38 | + # PR #3802 |
38 | 39 | "guides/tool-calling": "../agents/tool-calling.html", # key format corrected |
39 | 40 | "architecture/architecture": "../design_docs/architecture.html", |
40 | 41 | "architecture/disagg_serving": "../design_docs/disagg_serving.html", |
|
48 | 49 | "kubernetes/logging": "../kubernetes/observability/logging.html", |
49 | 50 | "kubernetes/metrics": "../kubernetes/observability/metrics.html", |
50 | 51 | "architecture/kv_cache_routing": "../router/kv_cache_routing.html", |
| 52 | + # PR #3658 |
| 53 | + "API/nixl_connect/README": "../../api/nixl_connect/README.html", |
| 54 | + "API/nixl_connect/connector": "../../api/nixl_connect/connector.html", |
| 55 | + "API/nixl_connect/descriptor": "../../api/nixl_connect/descriptor.html", |
| 56 | + "API/nixl_connect/device": "../../api/nixl_connect/device.html", |
| 57 | + "API/nixl_connect/device_kind": "../../api/nixl_connect/device_kind.html", |
| 58 | + "API/nixl_connect/operation_status": "../../api/nixl_connect/operation_status.html", |
| 59 | + "API/nixl_connect/rdma_metadata": "../../api/nixl_connect/rdma_metadata.html", |
| 60 | + "API/nixl_connect/read_operation": "../../api/nixl_connect/read_operation.html", |
| 61 | + "API/nixl_connect/readable_operation": "../../api/nixl_connect/readable_operation.html", |
| 62 | + "API/nixl_connect/writable_operation": "../../api/nixl_connect/writable_operation.html", |
| 63 | + "API/nixl_connect/write_operation": "../../api/nixl_connect/write_operation.html", |
| 64 | + "guides/backend": "../development/backend-guide.html", |
| 65 | + "runtime/README": "../development/runtime-guide.html", |
| 66 | + "guides/tool_calling": "../agents/tool-calling.html", |
| 67 | + "architecture/kvbm_architecture": "../kvbm/kvbm_architecture.html", |
| 68 | + "architecture/kvbm_components": "../kvbm/kvbm_components.html", |
| 69 | + "architecture/kvbm_intro": "../kvbm/kvbm_intro.html", |
| 70 | + "architecture/kvbm_motivation": "../kvbm/kvbm_motivation.html", |
| 71 | + "architecture/kvbm_reading": "../kvbm/kvbm_reading.html", |
| 72 | + "guides/run_kvbm_in_trtllm": "../kvbm/trtllm-setup.html", |
| 73 | + "guides/run_kvbm_in_vllm": "../kvbm/vllm-setup.html", |
| 74 | + "guides/health_check": "../observability/health-checks.html", |
| 75 | + "guides/logging": "../observability/logging.html", |
| 76 | + "guides/metrics": "../observability/metrics.html", |
| 77 | + "guides/disagg_perf_tuning": "../performance/tuning.html", |
| 78 | + "architecture/load_planner": "../planner/load_planner.html", |
| 79 | + "architecture/planner_intro": "../planner/planner_intro.html", |
| 80 | + "architecture/sla_planner": "../planner/sla_planner.html", |
| 81 | + "kubernetes/sla_planner_quickstart": "../planner/sla_planner_quickstart.html", |
| 82 | + "guides/dynamo_run": "../reference/cli.html", |
| 83 | + "dynamo_glossary": "../reference/glossary.html", |
| 84 | + "support_matrix": "../reference/support-matrix.html", |
| 85 | + "components/router/README": "../router/README.html", |
51 | 86 | } |
52 | 87 |
|
53 | 88 | # Custom extensions |
|
0 commit comments