diff --git a/CLAUDE.md b/CLAUDE.md index ab419378..463aec09 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 diff --git a/instant-clusters/ray-vllm.mdx b/instant-clusters/ray-vllm.mdx index 29f46c89..d523b33a 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. diff --git a/serverless/advanced-workflows/batch-jobs.mdx b/serverless/advanced-workflows/batch-jobs.mdx index f13354c8..4728a432 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