Skip to content
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

website: mark products with status label. #2105

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions website/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,3 +685,8 @@ ul.benefits {
grid-template-columns: 1fr;
}
}

.vp-doc h1 > .VPBadge {
margin-top: 8px;
font-size: 14px;
}
6 changes: 3 additions & 3 deletions website/product/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ onMounted(async () => {

<img src="/img/icons/ddn.svg" class="product-icon" />

# Cloud <Badge type="info" text="private alpha" />
# Cloud <Badge type="info" text="PRIVATE ALPHA" />

Hosted Electric sync that's blazing fast
and scales to millions of users
Expand All @@ -58,9 +58,9 @@ This allows you to scale out real-time data to millions of concurrent users from

## More information

Electric Cloud is currently in <Badge type="tip" text="private alpha" />.
Electric Cloud is currently in <Badge type="info" text="PRIVATE ALPHA" />.

If you're interested in using it, you can sign up to the waitlist. We'll be in touch when we have capacity to onboard you.
If you're interested in using it, you can sign up to the waitlist. We'll be in touch when we can onboard you.

<div class="actions cta-actions page-footer-actions left">
<div class="action cloud-cta">
Expand Down
2 changes: 1 addition & 1 deletion website/product/electric.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ onMounted(async () => {

<img src="/img/icons/electric.svg" class="product-icon" />

# Electric
# Electric <Badge type="info" text="BETA" />

Sync little subsets of your Postgres data into
local apps and services.
Expand Down
2 changes: 1 addition & 1 deletion website/product/pglite.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ onMounted(async () => {

<img src="/img/icons/pglite.svg" class="product-icon" />

# PGlite
# PGlite <Badge type="info" text="ALPHA" />

Sync into a lightweight WASM Postgres with
real-time, reactive bindings.
Expand Down
Loading