Skip to content

Commit 78a91d8

Browse files
committed
add cloud sign up button
1 parent 479969b commit 78a91d8

File tree

1 file changed

+8
-0
lines changed
  • src/content/doc-cloud/getting-started

1 file changed

+8
-0
lines changed

src/content/doc-cloud/getting-started/index.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Get Started with Surreal Cloud
55
description: Surreal Cloud is a cloud-based platform that provides a comprehensive suite of tools and services to help you build, manage, and deploy your database.
66
---
77

8+
import { Icon } from 'astro-icon/components';
89

910
# Get started with Surreal Cloud
1011

@@ -14,6 +15,13 @@ To get started with Surreal Cloud, you need to sign up for an account and create
1415

1516
Surreal Cloud offers several options for connecting to your created database instance, [including Surrealist](/docs/cloud/connect/surrealist), [a command-line interface](/docs/cloud/connect/cli), and [any of the supported SDKs](/docs/cloud/connect/sdk).
1617

18+
<a
19+
href="https://surrealist.app/cloud"
20+
class="gradient-button group mt-2 mb-6"
21+
>
22+
Sign up for Surreal Cloud
23+
<Icon name="fa6-solid:arrow-right" class="w-4 transition-transform group-hover:translate-x-1" />
24+
</a>
1725

1826
## Next Steps
1927

0 commit comments

Comments
 (0)