-
Notifications
You must be signed in to change notification settings - Fork 121
chore(site): pricing page #3068
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?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Claude encountered an error —— View job I'll analyze this and get back to you. |
commit: |
</div> | ||
| **Blank template** to start fresh | **Complete example** with chat app | | ||
| - Rivet Engine | - Pre-configured Rivet Engine | | ||
| - PostgreSQL database | - Example chat application with Actors | |
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 table structure has a formatting inconsistency. The top portion uses a div-based HTML table, but lines 37-39 continue with markdown table syntax without proper connection to the HTML structure above. This creates a broken layout when rendered.
Consider either:
- Converting the remaining markdown table rows to match the div-based format
- Restructuring the entire table to use consistent markdown syntax
This will ensure proper rendering and maintain visual consistency throughout the documentation.
</div> | |
| **Blank template** to start fresh | **Complete example** with chat app | | |
| - Rivet Engine | - Pre-configured Rivet Engine | | |
| - PostgreSQL database | - Example chat application with Actors | | |
</div> | |
<table> | |
<thead> | |
<tr> | |
<th><strong>Blank template</strong> to start fresh</th> | |
<th><strong>Complete example</strong> with chat app</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>- Rivet Engine</td> | |
<td>- Pre-configured Rivet Engine</td> | |
</tr> | |
<tr> | |
<td>- PostgreSQL database</td> | |
<td>- Example chat application with Actors</td> | |
</tr> | |
</tbody> | |
</table> | |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
No description provided.