mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Various fixes for adding screenshots and improving platform overview
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
href: '/docs/advanced/platform/custom-domains'
|
href: '/docs/advanced/platform/custom-domains'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Email and SMS templates',
|
label: 'Message templates',
|
||||||
href: '/docs/advanced/platform/message-templates'
|
href: '/docs/advanced/platform/message-templates'
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -7,3 +7,67 @@ description: Appwrite is a development platform designed to adapt you unique use
|
|||||||
Appwrite is a development platform designed to adapt your unique use cases.
|
Appwrite is a development platform designed to adapt your unique use cases.
|
||||||
Appwrite provides features that help you maintain, scale, and integrate Appwrite with other platforms.
|
Appwrite provides features that help you maintain, scale, and integrate Appwrite with other platforms.
|
||||||
|
|
||||||
|
# Integration
|
||||||
|
Appwrite is designed to integrate with both frontend and backend apps.
|
||||||
|
Learn about advanced integrations and API response codes.
|
||||||
|
|
||||||
|
{% cards %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/events" title="Events" %}
|
||||||
|
Appwrite allows you to react to events that occur on the platform.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/webhooks" title="Webhooks" %}
|
||||||
|
Use webhooks to update backend integrations about Appwrite events.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/response-codes codes" title="Response codes" %}
|
||||||
|
Learn about response codes and errors returned by Appwrite APIs.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% /cards %}
|
||||||
|
|
||||||
|
# Access control
|
||||||
|
Appwrite is secure by default and provides tools for you to manage
|
||||||
|
access control and prevent abuse.
|
||||||
|
{% cards %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/permissions" title="Permissions" %}
|
||||||
|
Control which users can access which resources.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/rate-limits" title="Rate limits" %}
|
||||||
|
Appwrite has rate limits on some endpoints to prevent abuse.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/api-keys" title="API keys" %}
|
||||||
|
Create and manage API keys use by Server SDKs.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% /cards %}
|
||||||
|
|
||||||
|
# Plans
|
||||||
|
Learn which plan best suits your organization and how to manage billing.
|
||||||
|
{% cards %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/billing" title="Billing" %}
|
||||||
|
Learn to manage your billing information.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/starter" title="Starter" %}
|
||||||
|
Learn about Appwrite Starter. Free plan for hobby projects and learners.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/pro" title="Pro" %}
|
||||||
|
Learn about Appwrite Pro, for growing organizations that need to scale.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/scale" title="Scale" %}
|
||||||
|
Coming soon.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/enterprise" title="Enterprise" %}
|
||||||
|
Coming soon.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/oss" title="Open source" %}
|
||||||
|
Appwrite provides special plans for open source projects.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% /cards %}
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
Configure custom domains and customize communication templates.
|
||||||
|
{% cards %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/custom-domains" title="Custom domains" %}
|
||||||
|
Add a custom domain for your Appwrite APIs.
|
||||||
|
{% /cards_item %}
|
||||||
|
{% cards_item href="/docs/advanced/platform/message-templates" title="Message templates" %}
|
||||||
|
Create custom branding and messages when you communicate with users..
|
||||||
|
{% /cards_item %}
|
||||||
|
{% /cards %}
|
||||||
@@ -33,6 +33,7 @@ If you'd like you or your company's tax ID displayed on your generated invoice,
|
|||||||
Appwrite allows you to set budget caps when on your organizations.
|
Appwrite allows you to set budget caps when on your organizations.
|
||||||
Appwrite will automatically scale your projects by purchasing add-ons as they require more resources.
|
Appwrite will automatically scale your projects by purchasing add-ons as they require more resources.
|
||||||
Budget caps limit the amount of automatic scaling and prevent unexpected bills.
|
Budget caps limit the amount of automatic scaling and prevent unexpected bills.
|
||||||
|
This budget cap does **not include the plan's recurring cost**, only add-ons.
|
||||||
|
|
||||||
You can enable budget caps under **Budget cap**, toggle the option **Enable budget cap**.
|
You can enable budget caps under **Budget cap**, toggle the option **Enable budget cap**.
|
||||||
You will be able to set a budget cap in USD.
|
You will be able to set a budget cap in USD.
|
||||||
|
|||||||
@@ -14,6 +14,12 @@ You can create your bucket from the Appwrite Console or a [Server SDK](/docs/sdk
|
|||||||
{% tabsitem #console title="Console" %}
|
{% tabsitem #console title="Console" %}
|
||||||
You can create a bucket by heading to the **Storage** page and clicking **Create bucket**.
|
You can create a bucket by heading to the **Storage** page and clicking **Create bucket**.
|
||||||
|
|
||||||
|
{% only_dark %}
|
||||||
|

|
||||||
|
{% /only_dark %}
|
||||||
|
{% only_light %}
|
||||||
|

|
||||||
|
{% /only_light %}
|
||||||
{% /tabsitem %}
|
{% /tabsitem %}
|
||||||
|
|
||||||
{% tabsitem #server-sdk title="Server SDK" %}
|
{% tabsitem #server-sdk title="Server SDK" %}
|
||||||
|
|||||||
@@ -6,6 +6,13 @@ description: AI-powered assistant for precise Appwrite tasks. Code snippets, tro
|
|||||||
|
|
||||||
The **Appwrite Assistant** is an AI-powered tool engineered to augment Appwrite-related tasks with technical precision. It operates on a foundation of training data sourced from the Appwrite documentation website, enabling it to furnish insights into Appwrite's features, APIs, and documentation. Additionally, it offers functionality for code snippet generation, sample project creation, and problem troubleshooting.
|
The **Appwrite Assistant** is an AI-powered tool engineered to augment Appwrite-related tasks with technical precision. It operates on a foundation of training data sourced from the Appwrite documentation website, enabling it to furnish insights into Appwrite's features, APIs, and documentation. Additionally, it offers functionality for code snippet generation, sample project creation, and problem troubleshooting.
|
||||||
|
|
||||||
|
{% only_dark %}
|
||||||
|

|
||||||
|
{% /only_dark %}
|
||||||
|
{% only_light %}
|
||||||
|

|
||||||
|
{% /only_light %}
|
||||||
|
|
||||||
{% info title="Development" %}
|
{% info title="Development" %}
|
||||||
While the Appwrite Assistant remains under active development and is considered experimental, it undergoes incremental refinement. Its proficiency in comprehending user queries and delivering relevant responses improves with sustained usage.
|
While the Appwrite Assistant remains under active development and is considered experimental, it undergoes incremental refinement. Its proficiency in comprehending user queries and delivering relevant responses improves with sustained usage.
|
||||||
{% /info %}
|
{% /info %}
|
||||||
|
|||||||
BIN
static/images/docs/assistant/ask-ai.png
Normal file
BIN
static/images/docs/assistant/ask-ai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 KiB |
BIN
static/images/docs/assistant/dark/ask-ai.png
Normal file
BIN
static/images/docs/assistant/dark/ask-ai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 307 KiB |
BIN
static/images/docs/storage/create-bucket.png
Normal file
BIN
static/images/docs/storage/create-bucket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
BIN
static/images/docs/storage/dark/create-bucket.png
Normal file
BIN
static/images/docs/storage/dark/create-bucket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
Reference in New Issue
Block a user