Skip to content

Commit 665ed68

Browse files
committed
chore: fix docs tabs
1 parent 80bbb1b commit 665ed68

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ website/public/docs/
5353
website/public/llms-full.txt
5454
website/public/llms.txt
5555
website/.playwright-mcp/
56+
.vercel

engine/pnpm-workspace.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

website/public/llms-full.txt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/content/docs/actors/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Rivet provides end-to-end TypeScript safety between clients and actors:
166166

167167
<CodeGroup>
168168

169-
```typescript Actor
169+
```typescript {{"title":"Actor"}}
170170
const userManager = actor({
171171
state: { users: {} as Record<string, {name: string}> },
172172

@@ -182,7 +182,7 @@ const userManager = actor({
182182
});
183183
```
184184

185-
```typescript Client
185+
```typescript {{"title":"Client"}}
186186
const manager = client.userManager.getOrCreate(["default"]);
187187

188188
const user = await manager.createUser("Alice");

0 commit comments

Comments
 (0)