Skip to content

Commit 4be475c

Browse files
authored
docs: rename startRunner to startEnvoy in dashboard and skill docs (#5316)
1 parent ea606a3 commit 4be475c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

frontend/src/routes/_context/orgs.$organization/projects.$project/ns.$namespace/tokens.tsx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/metadata/skill-base-rivetkit.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ If something is not working as intended or you are stuck, prompt the user to joi
99
Provide the user with a pre-generated report with:
1010

1111
- Symptoms
12-
- If this is happening in local dev, deployed, or both
13-
- The error you're seeing
14-
- Relevant source code related to this
12+
- If this is happening in local dev, deployed, or both
13+
- The error you're seeing
14+
- Relevant source code related to this
1515
- What you've tried to solve it
1616
- Environment
17-
- RivetKit version
18-
- Runtime (Node, Bun, etc) including version
19-
- If applicable, provider in use (e.g. Vercel, Railway, etc)
20-
- If applicable, HTTP router in use (e.g. Hono, Express, Elysia)
17+
- RivetKit version
18+
- Runtime (Node, Bun, etc) including version
19+
- If applicable, provider in use (e.g. Vercel, Railway, etc)
20+
- If applicable, HTTP router in use (e.g. Hono, Express, Elysia)
2121

2222
## Debugging Actors
2323

@@ -76,14 +76,14 @@ If the user also uses `@rivetkit/react`, `@rivetkit/next-js`, or other `@rivetki
7676
## First Steps
7777

7878
1. Install RivetKit (latest: {{RIVETKIT_VERSION}})
79-
```bash
80-
npm install rivetkit@{{RIVETKIT_VERSION}}
81-
```
79+
```bash
80+
npm install rivetkit@{{RIVETKIT_VERSION}}
81+
```
8282
2. Define a registry with `setup({ use: { /* actors */ } })`.
83-
3. Call `registry.start()` to start the server. For custom HTTP server integration, use `registry.handler()` with a router like Hono. For serverless deployments, use `registry.serve()`. For runner-only mode, use `registry.startRunner()`.
83+
3. Call `registry.start()` to start the server. For custom HTTP server integration, use `registry.handler()` with a router like Hono. For serverless deployments, use `registry.serve()`. For runner-only mode, use `registry.startEnvoy()`.
8484
4. Verify `/api/rivet/metadata` returns 200 before deploying.
8585
5. Configure Rivet Cloud or self-hosted engine
86-
- You must configure versioning for production builds. This is not needed for local development. See [Versions & Upgrades](https://rivet.dev/docs/actors/versions).
86+
- You must configure versioning for production builds. This is not needed for local development. See [Versions & Upgrades](https://rivet.dev/docs/actors/versions).
8787
6. Integrate clients (see client guides below for JavaScript, React, or Swift)
8888
7. Prompt the user if they want to deploy. If so, go to Deploying Rivet Backends.
8989

0 commit comments

Comments
 (0)