diff --git a/README-CN.md b/README-CN.md index 59dad38cd..0a743bc09 100644 --- a/README-CN.md +++ b/README-CN.md @@ -104,12 +104,29 @@ docker run -it --rm ` 开始使用 Appwrite 只需要在控制台创建一个新项目,选择开发平台,然后抓取我们的开发套件。您可以从以下的教程中找到你喜欢的平台开始使用 Appwrite。 -* [开始使用 Web](https://appwrite.io/docs/getting-started-for-web) -* [开始使用 Flutter](https://appwrite.io/docs/getting-started-for-flutter) -* [开始使用 Apple](https://appwrite.io/docs/getting-started-for-apple) -* [开始使用 Android](https://appwrite.io/docs/getting-started-for-android) -* [开始使用 Server](https://appwrite.io/docs/getting-started-for-server) -* [开始使用 CLI](https://appwrite.io/docs/command-line) +| 类别 | 技术 | +|---------------------|------| +| **Web 应用** | [Web 快速开始](/docs/quick-starts/web) | +| | [Next.js 快速开始](/docs/quick-starts/nextjs) | +| | [React 快速开始](/docs/quick-starts/react) | +| | [Vue.js 快速开始](/docs/quick-starts/vue) | +| | [Nuxt 快速开始](/docs/quick-starts/nuxt) | +| | [SvelteKit 快速开始](/docs/quick-starts/sveltekit) | +| | [Refine 快速开始](/docs/quick-starts/refine) | +| | [Angular 快速开始](/docs/quick-starts/angular) | +| **苹果于安卓应用** | [React Native 快速开始](/docs/quick-starts/react-native) | +| | [Flutter 快速开始](/docs/quick-starts/flutter) | +| | [Apple 快速开始](/docs/quick-starts/apple) | +| | [Android 快速开始](/docs/quick-starts/android) | +| **服务器** | [Node.js 快速开始](/docs/quick-starts/node) | +| | [Python 快速开始](/docs/quick-starts/python) | +| | [.NET 快速开始](/docs/quick-starts/dotnet) | +| | [Dart 快速开始](/docs/quick-starts/dart) | +| | [Ruby 快速开始](/docs/quick-starts/ruby) | +| | [Deno 快速开始](/docs/quick-starts/deno) | +| | [PHP 快速开始](/docs/quick-starts/php) | +| | [Kotlin 快速开始](/docs/quick-starts/kotlin) | +| | [Swift 快速开始](/docs/quick-starts/swift) | ### 软件服务 @@ -119,6 +136,7 @@ docker run -it --rm ` * [**数据库**](https://appwrite.io/docs/references/cloud/client-web/databases) - 管理数据库文档和文档集。用检索界面来对文档和文档集进行读取,创建,更新,和删除。 * [**贮存**](https://appwrite.io/docs/references/cloud/client-web/storage) - 管理文件的阅读、创建、删除和预览。设置文件的预览来满足程序的个性化需求。所有文件都由 ClamAV 扫描并安全存储和加密。 * [**云函数**](https://appwrite.io/docs/server/functions) - 在安全,隔离的环境中运行自定义代码。这些代码可以被事件,CRON,或者手动操作触发。 +* [**消息传递**](https://appwrite.io/docs/references/cloud/client-web/messaging) - 使用 Appwrite 消息传递功能通过推送通知、电子邮件和短信与用户进行通信。 * [**语言适配**](https://appwrite.io/docs/references/cloud/client-web/locale) - 根据用户所在的的国家和地区做出合适的语言适配。 * [**头像**](https://appwrite.io/docs/references/cloud/client-web/avatars) -管理用户头像、国家旗帜、浏览器图标、信用卡符号,和生成二维码。 如需完整的 API 界面文档,请访问 [https://appwrite.io/docs](https://appwrite.io/docs)。如需更多教程、新闻和公告,请订阅我们的 [博客](https://medium.com/appwrite-io) 和 加入我们的[Discord 社区](https://discord.gg/GSeTUeA)。 @@ -130,18 +148,19 @@ docker run -it --rm ` #### 客户端 * ✅   [Web](https://github.com/appwrite/sdk-for-web) (由 Appwrite 团队维护) * ✅   [Flutter](https://github.com/appwrite/sdk-for-flutter) (由 Appwrite 团队维护) -* ✅   [Apple](https://github.com/appwrite/sdk-for-apple) - **公测** (由 Appwrite 团队维护) +* ✅   [Apple](https://github.com/appwrite/sdk-for-apple) (由 Appwrite 团队维护) * ✅   [Android](https://github.com/appwrite/sdk-for-android) (由 Appwrite 团队维护) +* ✅   [React Native](https://github.com/appwrite/sdk-for-react-native) - **公测** (由 Appwrite 团队维护) #### 服务器 * ✅   [NodeJS](https://github.com/appwrite/sdk-for-node) (由 Appwrite 团队维护) * ✅   [PHP](https://github.com/appwrite/sdk-for-php) (由 Appwrite 团队维护) -* ✅   [Dart](https://github.com/appwrite/sdk-for-dart) - (由 Appwrite 团队维护) -* ✅   [Deno](https://github.com/appwrite/sdk-for-deno) - **公测** (由 Appwrite 团队维护) +* ✅   [Dart](https://github.com/appwrite/sdk-for-dart) (由 Appwrite 团队维护) +* ✅   [Deno](https://github.com/appwrite/sdk-for-deno) (由 Appwrite 团队维护) * ✅   [Ruby](https://github.com/appwrite/sdk-for-ruby) (由 Appwrite 团队维护) * ✅   [Python](https://github.com/appwrite/sdk-for-python) (由 Appwrite 团队维护) -* ✅   [Kotlin](https://github.com/appwrite/sdk-for-kotlin) - **公测** (由 Appwrite 团队维护) -* ✅   [Apple](https://github.com/appwrite/sdk-for-apple) - **公测** (由 Appwrite 团队维护) +* ✅   [Kotlin](https://github.com/appwrite/sdk-for-kotlin) (由 Appwrite 团队维护) +* ✅   [Swift](https://github.com/appwrite/sdk-for-swift) (由 Appwrite 团队维护) * ✅   [.NET](https://github.com/appwrite/sdk-for-dotnet) - **公测** (由 Appwrite 团队维护) #### 开发者社区 diff --git a/README.md b/README.md index 792a5482e..57da123bb 100644 --- a/README.md +++ b/README.md @@ -142,21 +142,39 @@ Choose from one of the providers below: Getting started with Appwrite is as easy as creating a new project, choosing your platform, and integrating its SDK into your code. You can easily get started with your platform of choice by reading one of our Getting Started tutorials. -- [Getting Started for Web](https://appwrite.io/docs/getting-started-for-web) -- [Getting Started for Flutter](https://appwrite.io/docs/getting-started-for-flutter) -- [Getting Started for Apple](https://appwrite.io/docs/getting-started-for-apple) -- [Getting Started for Android](https://appwrite.io/docs/getting-started-for-android) -- [Getting Started for Server](https://appwrite.io/docs/getting-started-for-server) -- [Getting Started for CLI](https://appwrite.io/docs/command-line) +| Platform | Technology | +|--------------------|------------| +| **Web app** | [Quick start for Web](/docs/quick-starts/web) | +| | [Quick start for Next.js](/docs/quick-starts/nextjs) | +| | [Quick start for React](/docs/quick-starts/react) | +| | [Quick start for Vue.js](/docs/quick-starts/vue) | +| | [Quick start for Nuxt](/docs/quick-starts/nuxt) | +| | [Quick start for SvelteKit](/docs/quick-starts/sveltekit) | +| | [Quick start for Refine](/docs/quick-starts/refine) | +| | [Quick start for Angular](/docs/quick-starts/angular) | +| **Mobile and Native** | [Quick start for React Native](/docs/quick-starts/react-native) | +| | [Quick start for Flutter](/docs/quick-starts/flutter) | +| | [Quick start for Apple](/docs/quick-starts/apple) | +| | [Quick start for Android](/docs/quick-starts/android) | +| **Server** | [Quick start for Node.js](/docs/quick-starts/node) | +| | [Quick start for Python](/docs/quick-starts/python) | +| | [Quick start for .NET](/docs/quick-starts/dotnet) | +| | [Quick start for Dart](/docs/quick-starts/dart) | +| | [Quick start for Ruby](/docs/quick-starts/ruby) | +| | [Quick start for Deno](/docs/quick-starts/deno) | +| | [Quick start for PHP](/docs/quick-starts/php) | +| | [Quick start for Kotlin](/docs/quick-starts/kotlin) | +| | [Quick start for Swift](/docs/quick-starts/swift) | -### Services +### Products - [**Account**](https://appwrite.io/docs/references/cloud/client-web/account) - Manage current user authentication and account. Track and manage the user sessions, devices, sign-in methods, and security logs. - [**Users**](https://appwrite.io/docs/server/users) - Manage and list all project users when building backend integrations with Server SDKs. - [**Teams**](https://appwrite.io/docs/references/cloud/client-web/teams) - Manage and group users in teams. Manage memberships, invites, and user roles within a team. - [**Databases**](https://appwrite.io/docs/references/cloud/client-web/databases) - Manage databases, collections, and documents. Read, create, update, and delete documents and filter lists of document collections using advanced filters. - [**Storage**](https://appwrite.io/docs/references/cloud/client-web/storage) - Manage storage files. Read, create, delete, and preview files. Manipulate the preview of your files to perfectly fit your app. All files are scanned by ClamAV and stored in a secure and encrypted way. -- [**Functions**](https://appwrite.io/docs/server/functions) - Customize your Appwrite server by executing your custom code in a secure, isolated environment. You can trigger your code on any Appwrite system event either manually or using a CRON schedule. +- [**Functions**](https://appwrite.io/docs/references/cloud/server-nodejs/functions) - Customize your Appwrite project by executing your custom code in a secure, isolated environment. You can trigger your code on any Appwrite system event either manually or using a CRON schedule. +- [**Messaging**](https://appwrite.io/docs/references/cloud/client-web/messaging) - Communicate with your users through push notifications, emails, and SMS text messages using Appwrite Messaging. - [**Realtime**](https://appwrite.io/docs/realtime) - Listen to real-time events for any of your Appwrite services including users, storage, functions, databases, and more. - [**Locale**](https://appwrite.io/docs/references/cloud/client-web/locale) - Track your user's location and manage your app locale-based data. - [**Avatars**](https://appwrite.io/docs/references/cloud/client-web/avatars) - Manage your users' avatars, countries' flags, browser icons, and credit card symbols. Generate QR codes from links or plaintext strings. @@ -171,20 +189,21 @@ Below is a list of currently supported platforms and languages. If you would lik - ✅   [Web](https://github.com/appwrite/sdk-for-web) (Maintained by the Appwrite Team) - ✅   [Flutter](https://github.com/appwrite/sdk-for-flutter) (Maintained by the Appwrite Team) -- ✅   [Apple](https://github.com/appwrite/sdk-for-apple) - **Beta** (Maintained by the Appwrite Team) +- ✅   [Apple](https://github.com/appwrite/sdk-for-apple) (Maintained by the Appwrite Team) - ✅   [Android](https://github.com/appwrite/sdk-for-android) (Maintained by the Appwrite Team) +- ✅   [React Native](https://github.com/appwrite/sdk-for-react-native) - **Beta** (Maintained by the Appwrite Team) #### Server - ✅   [NodeJS](https://github.com/appwrite/sdk-for-node) (Maintained by the Appwrite Team) - ✅   [PHP](https://github.com/appwrite/sdk-for-php) (Maintained by the Appwrite Team) -- ✅   [Dart](https://github.com/appwrite/sdk-for-dart) - (Maintained by the Appwrite Team) -- ✅   [Deno](https://github.com/appwrite/sdk-for-deno) - **Beta** (Maintained by the Appwrite Team) +- ✅   [Dart](https://github.com/appwrite/sdk-for-dart) (Maintained by the Appwrite Team) +- ✅   [Deno](https://github.com/appwrite/sdk-for-deno) (Maintained by the Appwrite Team) - ✅   [Ruby](https://github.com/appwrite/sdk-for-ruby) (Maintained by the Appwrite Team) - ✅   [Python](https://github.com/appwrite/sdk-for-python) (Maintained by the Appwrite Team) -- ✅   [Kotlin](https://github.com/appwrite/sdk-for-kotlin) - **Beta** (Maintained by the Appwrite Team) -- ✅   [Apple](https://github.com/appwrite/sdk-for-apple) - **Beta** (Maintained by the Appwrite Team) -- ✅   [.NET](https://github.com/appwrite/sdk-for-dotnet) - **Experimental** (Maintained by the Appwrite Team) +- ✅   [Kotlin](https://github.com/appwrite/sdk-for-kotlin) (Maintained by the Appwrite Team) +- ✅   [Swift](https://github.com/appwrite/sdk-for-swift) (Maintained by the Appwrite Team) +- ✅   [.NET](https://github.com/appwrite/sdk-for-dotnet) - **Beta** (Maintained by the Appwrite Team) #### Community