Skip to content

Commit c5e298f

Browse files
author
Nathan Flurry
committed
docs: use the shared Hosting component in the quickstart deploy step
1 parent f16be5e commit c5e298f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/content/docs/quickstart.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: "Set up an agentOS actor, create a session, and run your first codi
44
skill: true
55
---
66

7-
import DeployTargets from '@/components/docs/DeployTargets.astro';
7+
import { Hosting } from "@/components/docs/Hosting";
8+
89
import { AGENT_PROMPT } from '@/data/agentPrompt';
910

1011
<div style="border-radius:0.75rem;border:1px solid rgba(27,25,22,0.12);background:rgba(27,25,22,0.035);padding:0.875rem 1.125rem;margin:1.5rem 0;color:#56524a;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;">
@@ -112,9 +113,7 @@ import { AGENT_PROMPT } from '@/data/agentPrompt';
112113

113114
By default, agentOS runs locally with `npx rivetkit dev` — no infrastructure needed. To run in production, deploy to any of these targets:
114115

115-
<DeployTargets />
116-
117-
See [Deployment](/agentos/self-host) for managed, self-hosted, and direct VM options.
116+
<Hosting product="agentos" />
118117

119118
</Steps>
120119

0 commit comments

Comments
 (0)