Skip to content

Commit ce12053

Browse files
committed
chore(core): update docs
1 parent e410867 commit ce12053

File tree

7 files changed

+645
-562
lines changed

7 files changed

+645
-562
lines changed

out/openapi.json

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

site/next.config.ts

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

site/public/llms-full.txt

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

site/public/llms.txt

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

site/src/app/(v2)/(content)/docs/page.tsx

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

site/src/content/docs/index.mdx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
import { faNodeJs, faReact, faActor } from "@rivet-gg/icons";
2+
3+
# Overview
4+
5+
## Primitives
6+
7+
<CardGroup cols={2}>
8+
<Card title="Actors" href="/docs/actors" icon={faNodeJs}>
9+
Set up actors with Node.js, Bun, and web frameworks
10+
</Card>
11+
<Card title="Workflows" href="/docs/workflows" icon={faNodeJs}>
12+
Set up actors with Node.js, Bun, and web frameworks
13+
</Card>
14+
<Card title="Agents" href="/docs/agents" icon={faNodeJs}>
15+
Set up actors with Node.js, Bun, and web frameworks
16+
</Card>
17+
</CardGroup>
18+
19+
## Concepts
20+
21+
<CardGroup cols={2}>
22+
<Card title="Stateful Workloads" href="/docs/workflows">
23+
Set up actors with Node.js, Bun, and web frameworks
24+
</Card>
25+
<Card title="Realtime" href="/docs/agents">
26+
Set up actors with Node.js, Bun, and web frameworks
27+
</Card>
28+
<Card title="Scalability" href="/docs/agents">
29+
Set up actors with Node.js, Bun, and web frameworks
30+
</Card>
31+
<Card title="Multi-Region Storage" href="/docs/agents">
32+
Set up actors with Node.js, Bun, and web frameworks
33+
</Card>
34+
<Card title="Architecture" href="/docs/actors">
35+
Set up actors with Node.js, Bun, and web frameworks
36+
</Card>
37+
</CardGroup>
38+
39+
## Support
40+
41+
<CardGroup cols={2}>
42+
<Card title="Discord" href="/docs/actors">
43+
Set up actors with Node.js, Bun, and web frameworks
44+
</Card>
45+
<Card title="GitHub Issues" href="/docs/workflows">
46+
Set up actors with Node.js, Bun, and web frameworks
47+
</Card>
48+
</CardGroup>
49+

0 commit comments

Comments
 (0)