Files
GibSend/apps/docs/mint.json
Harsh Shrikant Bhat 1e66222425 docs: Added SMTP docs (#58)
* Added SMTP docs

* Added Nodemailer example

* Change port in example
2024-08-21 14:20:31 +10:00

104 lines
2.0 KiB
JSON

{
"$schema": "https://mintlify.com/schema.json",
"name": "Unsend",
"logo": {
"dark": "/logo/Logo-wordmark-dark.png",
"light": "/logo/Logo-wordmark.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#000000",
"light": "#FFFFFF",
"dark": "#000000",
"anchors": {
"from": "#000000",
"to": "#000000"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:hello@unsend.dev"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://app.unsend.dev"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/unsend-dev/unsend"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/BU8n8pJv8S"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"introduction",
"get-started/nodejs",
"get-started/local",
"get-started/self-hosting",
"get-started/smtp"
]
},
{
"group": "Community SDKs",
"pages": [
"community-sdk/python"
]
},
{
"group": "API Reference",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Emails",
"pages": [
"api-reference/emails/get-email",
"api-reference/emails/send-email"
]
},
{
"group": "Contacts",
"pages": [
"api-reference/contacts/get-contact",
"api-reference/contacts/create-contact",
"api-reference/contacts/update-contact"
]
},
{
"group": "Domains",
"pages": [
"api-reference/domains/get-domain"
]
}
],
"api": {
"baseUrl": "https://mintlify.com/api",
"auth": {
"method": "bearer"
},
"playground": {
"mode": "show"
}
},
"footerSocials": {
"x": "https://x.com/unsend_dev",
"github": "https://github.com/unsend-dev"
}
}