-
Notifications
You must be signed in to change notification settings - Fork 121
chore(core): update docs #3074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(core): update docs #3074
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,53 @@ | ||||||||||||||||||||||||||||||||||||||||||
import { faNodeJs, faReact, faActor } from "@rivet-gg/icons"; | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
# Overview | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
TODO: Brief overview | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
## Features | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
- Stateful Workloads: TODO | ||||||||||||||||||||||||||||||||||||||||||
- Realtime: TODO | ||||||||||||||||||||||||||||||||||||||||||
- Scalability: TODO | ||||||||||||||||||||||||||||||||||||||||||
- Multi-Region Storage: TODO | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
## Tools | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
<CardGroup cols={2}> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Actors" href="/docs/actors" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Workflows" href="/docs/workflows" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Agents" href="/docs/agents" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+24
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description for the Agents card appears to be copied from the Actors card. It would be more helpful to provide a unique description that accurately explains what Agents are and their specific functionality, rather than repeating the text about setting up actors with Node.js, Bun, and web frameworks.
Suggested change
Spotted by Diamond |
||||||||||||||||||||||||||||||||||||||||||
</CardGroup> | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
## Use Cases | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
<CardGroup cols={2}> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Agents" href="/docs/actors" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Realtime" href="/docs/workflows" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Durable Compute" href="/docs/agents" icon={faNodeJs}> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+32
to
+40
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The href attributes in the Use Cases section don't align with their card titles. Currently:
Each card should link to its corresponding documentation page. Please update the href values to match their respective titles for proper navigation.
Suggested change
Spotted by Diamond |
||||||||||||||||||||||||||||||||||||||||||
</CardGroup> | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
## Support | ||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||
<CardGroup cols={2}> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="Discord" href="/docs/actors"> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
<Card title="GitHub Issues" href="/docs/workflows"> | ||||||||||||||||||||||||||||||||||||||||||
Set up actors with Node.js, Bun, and web frameworks | ||||||||||||||||||||||||||||||||||||||||||
</Card> | ||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+46
to
+51
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The support cards in this section appear to be using placeholder descriptions that were copied from the Actors section ("Set up actors with Node.js, Bun, and web frameworks"). Additionally, the href links may not be pointing to the correct external support resources. Consider updating these cards with:
For example: <Card title="Discord" href="https://discord.com/invite/your-invite">
Join the community Discord for real-time support and discussions
</Card>
<Card title="GitHub Issues" href="https://github.com/your-org/your-repo/issues">
Report bugs or request features through GitHub Issues
</Card>
Suggested change
Spotted by Diamond |
||||||||||||||||||||||||||||||||||||||||||
</CardGroup> | ||||||||||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description for the Workflows card appears to be copied from the Actors card. It currently states "Set up actors with Node.js, Bun, and web frameworks" which doesn't accurately describe workflows functionality. Consider updating this text to properly reflect what workflows do and how they differ from actors.
Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.