From e4e02d98816255e2100d93dfa6778b0134dc9da1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:26:56 +0000 Subject: [PATCH 1/3] fix: replace .claude/*.md links in CLAUDE.md with inline code --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ab4193780..463aec09a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,10 +10,10 @@ This is the Runpod documentation site, built with [Mintlify](https://mintlify.co | Topic | File | |-------|------| -| Directory structure, navigation, snippets, tooltips | [.claude/architecture.md](.claude/architecture.md) | -| Writing style, capitalization, terminology | [.claude/style-guide.md](.claude/style-guide.md) | -| Running and writing documentation tests | [.claude/testing.md](.claude/testing.md) | -| Local dev, linting, publishing workflow | [.claude/development.md](.claude/development.md) | +| Directory structure, navigation, snippets, tooltips | `.claude/architecture.md` | +| Writing style, capitalization, terminology | `.claude/style-guide.md` | +| Running and writing documentation tests | `.claude/testing.md` | +| Local dev, linting, publishing workflow | `.claude/development.md` | ## Key Commands From 13989bf93e803143fc62de3f6c5d8c1c00968f09 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:17:36 +0000 Subject: [PATCH 2/3] fix: remove broken /storage/globalstore link in ray-vllm next steps --- instant-clusters/ray-vllm.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instant-clusters/ray-vllm.mdx b/instant-clusters/ray-vllm.mdx index 29f46c897..d523b33a1 100644 --- a/instant-clusters/ray-vllm.mdx +++ b/instant-clusters/ray-vllm.mdx @@ -228,7 +228,8 @@ If you restart a pod, Ray does not automatically rejoin the cluster. Rerun `head ## Next steps -- Adapt the serve script to load your own model from a [GlobalStore](/storage/globalstore) or [Network Volume](/storage/network-volumes) mount. +{/* TODO: The link target /storage/globalstore does not exist. Restore the link once a GlobalStore docs page is published, or replace "GlobalStore" with the correct product name. */} +- Adapt the serve script to load your own model from a GlobalStore or [Network Volume](/storage/network-volumes) mount. - Scale up by increasing the pod count and adjusting `--pipeline-parallel-size` accordingly. - Try [Axolotl on an Instant Cluster](/instant-clusters/axolotl) for distributed fine-tuning. - Review the [Instant Cluster configuration reference](/instant-clusters/configuration) for full details on environment variables and networking. From 4cab90922a1c5e8131f82c42bbe601b8179d98bc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:00:52 +0000 Subject: [PATCH 3/3] fix: remove broken /api-reference/endpoint/batch link in batch-jobs --- serverless/advanced-workflows/batch-jobs.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/serverless/advanced-workflows/batch-jobs.mdx b/serverless/advanced-workflows/batch-jobs.mdx index f13354c85..4728a4326 100644 --- a/serverless/advanced-workflows/batch-jobs.mdx +++ b/serverless/advanced-workflows/batch-jobs.mdx @@ -174,7 +174,8 @@ The results are paginated. Pass the `offset` and `limit` query parameters to pag | `POST` | `/v2/{endpoint_id}/batch/{id}/cancel` | Cancel a batch | | `GET` | `/v2/{endpoint_id}/batch/{id}/requests` | Paginated child request list | -For full request and response schemas, see the [API reference](/api-reference/endpoint/batch). +{/* TODO: Restore the link once a batch endpoint reference page is published. */} +For full request and response schemas, refer to the batch endpoint API reference. ## Monitoring batches in the console