Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added sms otp docs #1595

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
10 changes: 10 additions & 0 deletions src/routes/docs/advanced/platform/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@
}
]
},
{
label: 'Add ons',
items: [
{
new: true,
label: 'Phone OTP',
href: '/docs/advanced/platform/phone-otp'
}
]
},
{
label: 'Configuration',
items: [
Expand Down
10 changes: 10 additions & 0 deletions src/routes/docs/advanced/platform/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,13 @@ Add a custom domain for your Appwrite APIs.
Create custom branding and messages when you communicate with users.
{% /cards_item %}
{% /cards %}

# Add Ons {% #add-ons %}

Learn about additional features and functionalities that Appwrite offers.

{% cards %}
{% cards_item href="/docs/advanced/platform/phone-otp" title="Phone OTP" %}
Learn how Appwrite handles OTP and SMS-based authentication.
{% /cards_item %}
{% /cards %}
Loading
Loading