From e1783ab79d55a79455cceb3a1c441b74ea4a55c5 Mon Sep 17 00:00:00 2001 From: Konrad Kubczyk Date: Wed, 27 Dec 2023 19:11:54 +0000 Subject: [PATCH 1/2] fix(docs): correct spelling of adapters --- src/routes/docs/advanced/self-hosting/storage/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/advanced/self-hosting/storage/+page.markdoc b/src/routes/docs/advanced/self-hosting/storage/+page.markdoc index ee5a269040..da7a85fd9a 100644 --- a/src/routes/docs/advanced/self-hosting/storage/+page.markdoc +++ b/src/routes/docs/advanced/self-hosting/storage/+page.markdoc @@ -8,7 +8,7 @@ Appwrite's Storage Service can be configured to store files locally, or with sel By default, Appwrite's Storage Service **stores files on your server's local storage**. If you expect large volumes of data or the need to have scalable data storage, you may choose to use a separate storage service. -# Available adpters {% #adapters %} +# Available adapters {% #adapters %} Appwrite supports AWS S3, Digital Ocean Spaces, Backblaze, Akamai Object Storage, and Wasabi as storage adapters. Some of these services can be self-hosted, just like Appwrite. From 6b1e5a7d1f316416be74da2ce78f0809943fabd8 Mon Sep 17 00:00:00 2001 From: Konrad Kubczyk Date: Wed, 27 Dec 2023 19:14:41 +0000 Subject: [PATCH 2/2] fix(docs): assign unique ids to headings --- src/routes/docs/advanced/self-hosting/storage/+page.markdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/docs/advanced/self-hosting/storage/+page.markdoc b/src/routes/docs/advanced/self-hosting/storage/+page.markdoc index da7a85fd9a..5b8219406d 100644 --- a/src/routes/docs/advanced/self-hosting/storage/+page.markdoc +++ b/src/routes/docs/advanced/self-hosting/storage/+page.markdoc @@ -8,7 +8,7 @@ Appwrite's Storage Service can be configured to store files locally, or with sel By default, Appwrite's Storage Service **stores files on your server's local storage**. If you expect large volumes of data or the need to have scalable data storage, you may choose to use a separate storage service. -# Available adapters {% #adapters %} +# Available adapters {% #available-adapters %} Appwrite supports AWS S3, Digital Ocean Spaces, Backblaze, Akamai Object Storage, and Wasabi as storage adapters. Some of these services can be self-hosted, just like Appwrite. @@ -18,7 +18,7 @@ You can select which storage adapter to use by setting the `_APP_STORAGE_DEVICE` Learn more about storage environment variables {% /arrow_link %} -# Maximum file size {% #adapters %} +# Maximum file size {% #maximum-file-size %} The maximum size for a single file upload is controlled by the `_APP_STORAGE_LIMIT` environment variable, which defaults to 30 MB. [Learn more about environment variables](/docs/advanced/self-hosting/environment-variables).