diff --git a/README.md b/README.md index 1bfc968..e6bcd97 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- useSend Logo + useSend Logo

diff --git a/apps/docs/docs.json b/apps/docs/docs.json new file mode 100644 index 0000000..f463538 --- /dev/null +++ b/apps/docs/docs.json @@ -0,0 +1,132 @@ +{ + "$schema": "https://mintlify.com/docs.json", + "theme": "mint", + "name": "useSend", + "colors": { + "primary": "#000000", + "light": "#FFFFFF", + "dark": "#000000" + }, + "favicon": "/favicon.svg", + "navigation": { + "tabs": [ + { + "tab": "Documentation", + "groups": [ + { + "group": "Getting Started", + "pages": [ + "introduction", + "get-started/nodejs", + "get-started/local", + "get-started/self-hosting", + "get-started/smtp" + ] + }, + { + "group": "Guides", + "pages": [ + "guides/use-with-react-email" + ] + }, + { + "group": "Community SDKs", + "pages": [ + "community-sdk/python", + "community-sdk/go" + ] + } + ] + }, + { + "tab": "API Reference", + "groups": [ + { + "group": "API Reference", + "pages": [ + "api-reference/introduction" + ] + }, + { + "group": "Emails", + "pages": [ + "api-reference/emails/get-email", + "api-reference/emails/list-emails", + "api-reference/emails/send-email", + "api-reference/emails/batch-email", + "api-reference/emails/update-schedule", + "api-reference/emails/cancel-schedule" + ] + }, + { + "group": "Contacts", + "pages": [ + "api-reference/contacts/get-contact", + "api-reference/contacts/get-contacts", + "api-reference/contacts/create-contact", + "api-reference/contacts/update-contact", + "api-reference/contacts/upsert-contact", + "api-reference/contacts/delete-contact" + ] + }, + { + "group": "Domains", + "pages": [ + "api-reference/domains/get-domain", + "api-reference/domains/create-domain", + "api-reference/domains/verify-domain" + ] + } + ] + } + ], + "global": { + "anchors": [ + { + "anchor": "GitHub", + "href": "https://github.com/usesend/usesend", + "icon": "github" + }, + { + "anchor": "Community", + "href": "https://discord.gg/BU8n8pJv8S", + "icon": "discord" + } + ] + } + }, + "logo": { + "light": "/logo/logo-wordmark.svg", + "dark": "/logo/logo-wordmark-dark.svg" + }, + "api": { + "playground": { + "display": "interactive" + }, + "mdx": { + "server": "https://mintlify.com/api", + "auth": { + "method": "bearer" + } + } + }, + "navbar": { + "links": [ + { + "label": "Support", + "href": "mailto:hey@usesend.com" + } + ], + "primary": { + "type": "button", + "label": "Dashboard", + "href": "https://app.usesend.com" + } + }, + "footer": { + "socials": { + "x": "https://x.com/useSend_com", + "github": "https://github.com/usesend" + } + } +} \ No newline at end of file diff --git a/apps/docs/favicon.svg b/apps/docs/favicon.svg index 2772dfb..692a3c7 100644 --- a/apps/docs/favicon.svg +++ b/apps/docs/favicon.svg @@ -1,14 +1,43 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/docs/logo/Logo-wordmark.png b/apps/docs/logo/Logo-wordmark.png deleted file mode 100644 index 0baab15..0000000 Binary files a/apps/docs/logo/Logo-wordmark.png and /dev/null differ diff --git a/apps/docs/logo/logo-wordmark-dark.svg b/apps/docs/logo/logo-wordmark-dark.svg new file mode 100644 index 0000000..63c727b --- /dev/null +++ b/apps/docs/logo/logo-wordmark-dark.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/docs/logo/logo-wordmark.svg b/apps/docs/logo/logo-wordmark.svg new file mode 100644 index 0000000..88e9644 --- /dev/null +++ b/apps/docs/logo/logo-wordmark.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/docs/mint.json b/apps/docs/mint.json deleted file mode 100644 index a0f454c..0000000 --- a/apps/docs/mint.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "$schema": "https://mintlify.com/schema.json", - "name": "useSend", - "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:hey@usesend.com" - } - ], - "topbarCtaButton": { - "name": "Dashboard", - "url": "https://app.usesend.com" - }, - "tabs": [ - { - "name": "API Reference", - "url": "api-reference" - } - ], - "anchors": [ - { - "name": "GitHub", - "icon": "github", - "url": "https://github.com/usesend/usesend" - }, - { - "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": "Guides", - "pages": [ - "guides/use-with-react-email" - ] - }, - { - "group": "Community SDKs", - "pages": [ - "community-sdk/python", - "community-sdk/go" - ] - }, - { - "group": "API Reference", - "pages": [ - "api-reference/introduction" - ] - }, - { - "group": "Emails", - "pages": [ - "api-reference/emails/get-email", - "api-reference/emails/list-emails", - "api-reference/emails/send-email", - "api-reference/emails/batch-email", - "api-reference/emails/update-schedule", - "api-reference/emails/cancel-schedule" - ] - }, - { - "group": "Contacts", - "pages": [ - "api-reference/contacts/get-contact", - "api-reference/contacts/get-contacts", - "api-reference/contacts/create-contact", - "api-reference/contacts/update-contact", - "api-reference/contacts/upsert-contact", - "api-reference/contacts/delete-contact" - ] - }, - { - "group": "Domains", - "pages": [ - "api-reference/domains/get-domain", - "api-reference/domains/create-domain", - "api-reference/domains/verify-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" - } -} \ No newline at end of file