Skip to content

Commit

Permalink
website: mark products with status label. (#2105)
Browse files Browse the repository at this point in the history
Minor one to merge when the BETA release is being made.
  • Loading branch information
thruflo authored Dec 10, 2024
1 parent 9797149 commit fcd63a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions website/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,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

0 comments on commit fcd63a2

Please sign in to comment.