Add basic documentation (#14)

* Docs MVP

* Change to mintlify

* Add more docs

* Init docs
This commit is contained in:
KM Koushik
2024-05-21 20:51:53 +10:00
committed by GitHub
parent 052c29a515
commit b9643f41e1
16 changed files with 6323 additions and 31 deletions

View File

@@ -0,0 +1,33 @@
---
title: Introduction
description: "Unsend is Open source alternative to Resend, Sendgrid, Mailgun and Postmark etc."
---
## Setting up
Quicklinks to set up your account and get started
<CardGroup col={2}>
<Card
title="Add domain"
icon="globe"
href="https://app.unsend.dev/domains"
>
Add domains to send emails
</Card>
<Card
title="Create API key"
icon="key"
href="https://app.unsend.dev/api-keys"
>
Generate API key to send emails from your app.
</Card>
<Card
title="Try our API"
icon="code"
href="/api-reference/introduction"
>
Learn how to use our API to send emails programmatically.
</Card>
</CardGroup>