Skip to content
Merged
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
8 changes: 7 additions & 1 deletion content/_partials/engine-studio-box.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
::u-page-grid{class="lg:grid-cols-2"}
::u-page-grid{class="lg:grid-cols-2 sm:grid-rows-[auto_auto] sm:gap-y-0"}
:::u-page-card
---
title: APIs and Developer Tools
description: Build with REST, GraphQL, the SDK, realtime, auth, and Flows.
color: purple
ui:
root: "sm:grid sm:grid-rows-subgrid sm:row-span-2"
container: "sm:grid! sm:grid-rows-subgrid sm:row-span-2 sm:gap-y-4"
---
:product-link{product="connect"} :product-link{product="realtime"} :product-link{product="auth"} :product-link{product="automate"}
:::
Expand All @@ -13,6 +16,9 @@
title: Data Studio
description: A web app for your whole team to manage content, files, users, and dashboards.
color: pink
ui:
root: "sm:grid sm:grid-rows-subgrid sm:row-span-2"
container: "sm:grid! sm:grid-rows-subgrid sm:row-span-2 sm:gap-y-4"
---
:product-link{product="insights"} :product-link{product="files"}
:::
Expand Down
Loading