Skip to content

Commit 3ac1277

Browse files
Add Quickstart tab to docs page and update all Get Started links
- Added new Quickstart tab next to Overview and Integrations in docs navigation - Created new quickstart page at /docs/quickstart/ - Removed quickstart section from Overview tab sidebar - Updated all 'Get Started' buttons on home page to point to /docs/quickstart/ - Updated Local Development quickstart arrow to point to /docs/quickstart/ - Added quickstart to mobile navigation dropdown
1 parent 84e072a commit 3ac1277

File tree

6 files changed

+67
-31
lines changed

6 files changed

+67
-31
lines changed

website/src/app/(v2)/(marketing)/(index)/sections/CTASection.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/app/(v2)/(marketing)/(index)/sections/DeploymentOptionsSection.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/app/(v2)/(marketing)/(index)/sections/HeroSection.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/components/v2/Header.tsx

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import { faNodeJs, faReact, faNextjs, faCloudflare } from "@rivet-gg/icons";
2+
3+
# Quickstart
4+
5+
Get started with Rivet in minutes. Choose your preferred framework or runtime to begin building with actors.
6+
7+
<CardGroup cols={2}>
8+
<Card title="Node.js & Bun Quickstart" href="/docs/actors/quickstart/backend" icon={faNodeJs}>
9+
Set up actors with Node.js, Bun, and web frameworks
10+
</Card>
11+
<Card title="React Quickstart" href="/docs/actors/quickstart/react" icon={faReact}>
12+
Build real-time React applications with actors
13+
</Card>
14+
<Card title="Next.js Quickstart" href="/docs/actors/quickstart/next-js" icon={faNextjs}>
15+
Build server-rendered Next.js experiences backed by actors
16+
</Card>
17+
<Card title="Cloudflare Workers Quickstart" href="/docs/actors/quickstart/cloudflare-workers" icon={faCloudflare}>
18+
Deploy actors on Cloudflare Workers with zero infrastructure
19+
</Card>
20+
</CardGroup>
21+

website/src/sitemap/mod.ts

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

0 commit comments

Comments
 (0)