Various fixes for adding screenshots and improving platform overview

This commit is contained in:
Vincent (Wen Yu) Ge
2024-01-08 00:32:07 +00:00
parent b73cb82d37
commit 2bb5302786
9 changed files with 79 additions and 1 deletions

View File

@@ -88,7 +88,7 @@
href: '/docs/advanced/platform/custom-domains'
},
{
label: 'Email and SMS templates',
label: 'Message templates',
href: '/docs/advanced/platform/message-templates'
},
]

View File

@@ -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 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 %}

View File

@@ -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 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.
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 will be able to set a budget cap in USD.

View File

@@ -14,6 +14,12 @@ You can create your bucket from the Appwrite Console or a [Server SDK](/docs/sdk
{% tabsitem #console title="Console" %}
You can create a bucket by heading to the **Storage** page and clicking **Create bucket**.
{% only_dark %}
![Create bucket on console](/images/docs/storage/dark/create-bucket.png)
{% /only_dark %}
{% only_light %}
![Create bucket on console](/images/docs/storage/create-bucket.png)
{% /only_light %}
{% /tabsitem %}
{% tabsitem #server-sdk title="Server SDK" %}

View File

@@ -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.
{% only_dark %}
![Using Appwrite Assistant's AI features](/images/docs/assistant/dark/ask-ai.png)
{% /only_dark %}
{% only_light %}
![Using Appwrite Assistant's AI features](/images/docs/assistant/ask-ai.png)
{% /only_light %}
{% 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.
{% /info %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB