Skip to content

Commit ec5c917

Browse files
fix(docs): clear final Ahrefs crawl issues (#832)
1 parent 18ac176 commit ec5c917

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

api-reference-v2/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,7 @@
55685568
"get": {
55695569
"operationId": "getPodLogs",
55705570
"summary": "Stream pod logs",
5571-
"description": "Streams pod logs as Server-Sent Events. The `source` query parameter\nselects which log source to include.\n\nThe SSE `data` payload shape is:\n`{ \"source\": \"container\", \"line\": \"...\", \"ts\": \"...\" }`.\nLog-event `id` values are the event `ts` timestamp so\nbrowser/EventSource reconnects can resume with `Last-Event-ID`.\n",
5571+
"description": "Stream Pod logs as Server-Sent Events. Choose a log source, receive source, line, and ts fields, and resume using Last-Event-ID.",
55725572
"tags": [
55735573
"Pods"
55745574
],
@@ -7093,7 +7093,7 @@
70937093
"get": {
70947094
"operationId": "getWorkerLogs",
70957095
"summary": "Stream serverless worker logs",
7096-
"description": "Streams a serverless worker's logs as Server-Sent Events. The `source`\nquery parameter selects which log source to include.\n\nThe SSE `data` payload shape is:\n`{ \"source\": \"container\", \"line\": \"...\", \"ts\": \"...\" }`.\nLog-event `id` values are the event `ts` timestamp so browser/EventSource\nreconnects can resume with `Last-Event-ID`.\n",
7096+
"description": "Stream Serverless worker logs as Server-Sent Events. Choose a log source, receive source, line, and ts fields, and resume using Last-Event-ID.",
70977097
"tags": [
70987098
"Serverless"
70997099
],

instant-clusters.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Instant Clusters provide fully managed multi-node compute with high-performance
1818

1919
## Get started
2020

21+
For distributed inference across multiple nodes, follow the [Ray and vLLM deployment guide](/instant-clusters/ray-vllm).
22+
2123
<CardGroup cols={3}>
2224
<Card title="Deploy a Slurm cluster" href="/instant-clusters/slurm-clusters" icon="splotch" horizontal>
2325
Managed Slurm for HPC workloads.

tutorials/introduction/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Step-by-step guides for building and deploying example applications on Runpod.
1111

1212
## Serverless
1313

14+
For CPU-based inference, follow the [Ollama Serverless tutorial](/tutorials/serverless/run-ollama-inference).
15+
1416
<CardGroup cols={3}>
1517
<Card title="Create an image generation endpoint" href="/tutorials/serverless/run-your-first" icon="image" horizontal>
1618
Deploy a Stable Diffusion endpoint and generate your first AI image.
@@ -73,6 +75,8 @@ Step-by-step guides for building and deploying example applications on Runpod.
7375

7476
## More resources
7577

78+
Review [container tutorials](/containers) for packaging guidance, or browse [community video resources](/references/video-resources) for additional walkthroughs.
79+
7680
<CardGroup cols={2}>
7781
<Card title="Container tutorials" href="/containers" icon="container-storage" horizontal>
7882
Learn container fundamentals, Dockerfile creation, persistence, and common Docker commands.

0 commit comments

Comments
 (0)