Skip to content

Commit

Permalink
feat: WEB-408 Update getting-started index (#6029)
Browse files Browse the repository at this point in the history
* Update getting-started landing

* update examples link

* Update getting started index

* final copy edits

* revert custom

---------

Co-authored-by: Julie M <[email protected]>
  • Loading branch information
carlagn and meletj committed May 24, 2024
1 parent ff1505a commit b26dfc8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
32 changes: 24 additions & 8 deletions content/100-getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Explore our products that make it easy to build and scale data-driven applicatio

[**<Database />Prisma ORM**](/orm/overview/introduction/what-is-prisma) is a next-generation Node.js and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion.

[**<Bolt />Prisma Accelerate**](/accelerate/what-is-accelerate) is a global database cache with scalable connection pooling.
[**<Bolt />Prisma Accelerate**](/accelerate/what-is-accelerate) is a global database cache with scalable connection pooling to make your queries fast.

[**<SignalStream />Prisma Pulse**](/pulse/what-is-pulse) allows you to build reactive, real-time applications in a type-safe manner.
[**<SignalStream />Prisma Pulse**](/pulse/what-is-pulse) allows you to react to database changes with type-safe model subscriptions.

</BorderBox>

Expand Down Expand Up @@ -93,11 +93,12 @@ _Select one of these options if you want to connect Prisma ORM to your own datab
<SquareLogo
url="/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-planetscale"
image={'/img/technologies/planetscale.svg'}
imageDark={'/img/technologies/planetscaledark.svg'}
tech="PlanetScale"
/>
<SquareLogo
url="/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-cockroachdb"
image={'/img/technologies/cockroachdbgradient.svg'}
image={'/img/technologies/cockroachdbdark.svg'}
tech="Cockroach DB"
/>
<SquareLogo
Expand Down Expand Up @@ -130,12 +131,13 @@ _Select one of these options if you want to connect Prisma ORM to your own datab
/>
<SquareLogo
url="/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-planetscale"
imageDark={'/img/technologies/planetscaledark.svg'}
image={'/img/technologies/planetscale.svg'}
tech="PlanetScale"
/>
<SquareLogo
url="/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-cockroachdb"
image={'/img/technologies/cockroachdbgradient.svg'}
image={'/img/technologies/cockroachdbdark.svg'}
tech="Cockroach DB"
/>
<SquareLogo
Expand All @@ -149,7 +151,7 @@ _Select one of these options if you want to connect Prisma ORM to your own datab

## <Bolt color="#16A394" width="21" height="24" /> Prisma Accelerate

Make your app faster by scaling your database connections and caching database results at the edge with Prisma Accelerate.
Make your database queries faster by scaling your database connections and caching database results at the edge with Prisma Accelerate.

<Grid>
<LinkCard
Expand All @@ -160,11 +162,19 @@ Make your app faster by scaling your database connections and caching database r
/>
<LinkCard
icon="fa-brands fa-github"
title="Examples"
desc="Explore our ready-to-run examples using Accelerate."
link="https://github.com/prisma/prisma-examples?tab=readme-ov-file#prisma-accelerate"
/>
</Grid>
<br/>
<LinkCard
highlight
icon="fa-solid fa-bolt"
title="Speed Test"
desc="Run the speed test to see how Prisma Accelerate can make your app faster."
link="https://accelerate-speed-test.prisma.io/"
/>
</Grid>
/>

## <SignalStream color="#16A394" width="27" height="24" /> Prisma Pulse

Expand All @@ -174,7 +184,13 @@ Build real-time applications by subscribing to data changes in your database usi
<LinkCard
icon="fa-solid fa-arrow-right"
title="Get started"
desc="Add Pulse to your app to subscribe to real-time updates from your database."
desc="Add Pulse to your app to react to database changes with type-safe model subscriptions."
link="/pulse/getting-started"
/>
<LinkCard
icon="fa-brands fa-github"
title="Examples"
desc="Explore our ready-to-run examples using Pulse."
link="https://github.com/prisma/prisma-examples?tab=readme-ov-file#prisma-pulse"
/>
</Grid>
2 changes: 1 addition & 1 deletion src/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@
font-weight: 400;
}

:root,
:root,
:host {
--fa-style-family-brands: "Font Awesome 6 Brands";
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ main {
}
main {
padding-left: 32px;
padding-top: 0;
padding-top: 0 ;
}
}
.theme-back-to-top-button {
Expand Down
2 changes: 1 addition & 1 deletion src/css/gettingStarted.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@
justify-content: flex-start;
flex-wrap: wrap;
}
}
}

0 comments on commit b26dfc8

Please sign in to comment.