From 6277ace5c96aa5ae4e6d686a1c4b8f862ee1b4b3 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 12 Jun 2024 20:56:08 +0200 Subject: [PATCH] docs: Port CrabNebula Cloud intro --- .../distribute/Pipelines/crabnebula-cloud.mdx | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/content/docs/distribute/Pipelines/crabnebula-cloud.mdx b/src/content/docs/distribute/Pipelines/crabnebula-cloud.mdx index acec7e70ff..ed8d8283f4 100644 --- a/src/content/docs/distribute/Pipelines/crabnebula-cloud.mdx +++ b/src/content/docs/distribute/Pipelines/crabnebula-cloud.mdx @@ -1,11 +1,20 @@ --- title: CrabNebula Cloud -sidebar: - badge: - text: Stub - variant: caution --- -import Stub from '@components/Stub.astro'; +## Distributing with CrabNebula Cloud - +[CrabNebula](https://crabnebula.dev) is an official Tauri partner providing services and tooling for Tauri applications. +The [CrabNebula Cloud](https://crabnebula.dev/cloud/) is a platform for application distribution that seamlessly integrates with the Tauri updater. + +The Cloud offers a Content Delivery Network (CDN) that is capable of shipping your application installers and updates globally while being cost effective and exposing download metrics. + +With the CrabNebula Cloud service it is simple to implement multiple release channels, download buttons for your application website and more. + +Setting up your Tauri app to use the Cloud is easy: all you need to do is to sign in to the [Cloud website] using your GitHub account, create your organization and application and install its CLI to create a release and upload the Tauri bundles. Additionally, a [GitHub Action] is provided to simplify the process of using the CLI on GitHub workflows. + +For more information, see the [CrabNebula Cloud documentation]. + +[GitHub Action]: https://github.com/crabnebula-dev/cloud-release/ +[Cloud website]: https://web.crabnebula.cloud/ +[CrabNebula Cloud documentation]: https://docs.crabnebula.dev/cloud/