diff --git a/docs/recce-cloud/expose-recce-instance-visibility.md b/docs/recce-cloud/expose-recce-instance-visibility.md index 70dc1c5..b0af403 100644 --- a/docs/recce-cloud/expose-recce-instance-visibility.md +++ b/docs/recce-cloud/expose-recce-instance-visibility.md @@ -5,7 +5,7 @@ icon: material/account-multiple-check !!! Note - Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access. + Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing). As a Recce Cloud user, you can launch a Recce Instance in [Cloud Mode](index.md#launch-the-recce-server-in-the-cloud-mode) or use [GitHub Codespaces](setup-gh-codespaces.md). However, both of these methods require a GitHub Access Token, which restricts the usage of Recce to those with GitHub accounts. diff --git a/docs/recce-cloud/getting-started-recce-cloud.md b/docs/recce-cloud/getting-started-recce-cloud.md index 45c9a70..402f3a6 100644 --- a/docs/recce-cloud/getting-started-recce-cloud.md +++ b/docs/recce-cloud/getting-started-recce-cloud.md @@ -6,8 +6,7 @@ icon: material/school **Estimated Time:** 20 minutes !!! Note - - Recce Cloud is currently in **private alpha** and scheduled for general availability soon. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access. + Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing). The following guide uses the official [Jaffle Shop DuckDB](https://github.com/dbt-labs/jaffle_shop_duckdb) project from dbt-labs, and provides everything you need to get started with Recce Cloud. By the end of the guide you'll be able to create and sync Recce checks with a GitHub PR via Recce Cloud. diff --git a/docs/recce-cloud/index.md b/docs/recce-cloud/index.md index 5bc2257..c8edb6c 100644 --- a/docs/recce-cloud/index.md +++ b/docs/recce-cloud/index.md @@ -6,7 +6,7 @@ icon: material/hand-wave-outline ## What is Recce Cloud? Recce Cloud is a data collaboration platform for teams doing data validation, impact analysis, and pull requests reviews. It helps data teams catch issues early, understand downstream impacts, and communicate changes clearly—all in one shared workspace. Instead of working alone in a local dev environment, teams can explore lineage, run custom queries, and validate metrics together, speeding up reviews and building trust across stakeholders. - +- [Learn more about different plans](https://datarecce.io/pricing) - Follow the [Getting Started](/get-started/) guide ## Integration with GitHub diff --git a/docs/recce-cloud/setup-gh-actions.md b/docs/recce-cloud/setup-gh-actions.md index bef3359..b16dde2 100644 --- a/docs/recce-cloud/setup-gh-actions.md +++ b/docs/recce-cloud/setup-gh-actions.md @@ -5,7 +5,7 @@ icon: octicons/workflow-16 !!! Note - Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access. + Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing). [Continuous Integration(CI)](https://en.wikipedia.org/wiki/Continuous_integration) and [Continuous Delivery(CD)](https://en.wikipedia.org/wiki/Continuous_delivery) are best practices in software development. Through CI automation, a dbt project can systematically and continuously deliver and integrate high-quality results. diff --git a/docs/recce-cloud/setup-gh-codespaces.md b/docs/recce-cloud/setup-gh-codespaces.md index 320345b..200b70f 100644 --- a/docs/recce-cloud/setup-gh-codespaces.md +++ b/docs/recce-cloud/setup-gh-codespaces.md @@ -5,7 +5,7 @@ icon: octicons/codespaces-16 !!! Note - Recce Cloud is currently in **private alpha** and scheduled for general availability later this year. [Sign up](../cloud.md#signup) to the Recce newsletter to be notified, or email [product@datarecce.io](mailto:product@datarecce.io) to join our design partnership program for early access. + Recce Cloud is currently in beta. [Learn more about different plans](https://datarecce.io/pricing). GitHub Codespaces is a development environment provided by GitHub that allows developers to have identical and isolated environments for development. The GitHub Codespaces uses VS Code Server technology. We can launch it from a GitHub pull request page, and once it is started, the Recce instance will run and port forwarding will be set up. diff --git a/mkdocs.yml b/mkdocs.yml index 114d6f6..3c18577 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -69,7 +69,7 @@ nav: - agreement/privacy-policy.md - agreement/cookies-policy.md - agreement/terms-of-use.md - - Cloud (Alpha): + - Cloud (Beta): - recce-cloud/index.md - recce-cloud/getting-started-recce-cloud.md - recce-cloud/setup-gh-actions.md