diff --git a/README.md b/README.md index f6c33d32..daa0351d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Hindsight Banner](./hindsight-docs/static/img/banner.svg) -[Documentation](https://vectorize-io.github.io/hindsight) • [Paper](https://arxiv.org/abs/2512.12818) • [Cookbook](https://hindsight.vectorize.io/cookbook) +[Documentation](https://hindsight.vectorize.io) • [Paper](https://arxiv.org/abs/2512.12818) • [Cookbook](https://hindsight.vectorize.io/cookbook) • [Hindsight Cloud](https://vectorize.io/hindsight/cloud) [![CI](https://github.com/vectorize-io/hindsight/actions/workflows/release.yml/badge.svg)](https://github.com/vectorize-io/hindsight/actions/workflows/release.yml) [![Slack Community](https://img.shields.io/badge/Slack-Join%20Community-4A154B?logo=slack)](https://join.slack.com/t/hindsight-space/shared_invite/zt-3klo21kua-VUCC_zHP5rIcXFB1_5yw6A) diff --git a/hindsight-docs/docs/developer/installation.md b/hindsight-docs/docs/developer/installation.md index ba28512f..2b943087 100644 --- a/hindsight-docs/docs/developer/installation.md +++ b/hindsight-docs/docs/developer/installation.md @@ -1,6 +1,10 @@ # Installation -Hindsight can be deployed in three ways depending on your infrastructure and requirements. +Hindsight can be deployed in several ways depending on your infrastructure and requirements. + +:::tip Don't want to manage infrastructure? +**[Hindsight Cloud](https://vectorize.io/hindsight/cloud)** is a fully managed service that handles all infrastructure, scaling, and maintenance. We're onboarding design partners now — [request early access](https://vectorize.io/hindsight/cloud). +::: ## Prerequisites diff --git a/hindsight-docs/docusaurus.config.ts b/hindsight-docs/docusaurus.config.ts index bc9d4cfc..cd735a64 100644 --- a/hindsight-docs/docusaurus.config.ts +++ b/hindsight-docs/docusaurus.config.ts @@ -174,6 +174,12 @@ const config: Config = { label: 'Changelog', className: 'navbar-item-changelog', }, + { + href: 'https://vectorize.io/hindsight/cloud', + position: 'right', + label: 'Hindsight Cloud', + className: 'navbar-item-cloud', + }, { href: 'https://github.com/vectorize-io/hindsight', position: 'right', diff --git a/package-lock.json b/package-lock.json index 0a22ee3e..f7447d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "hindsight-clients/typescript": { "name": "@vectorize-io/hindsight-client", - "version": "0.1.5", + "version": "0.1.8", "license": "MIT", "devDependencies": { "@hey-api/openapi-ts": "^0.88.0", @@ -25,7 +25,7 @@ } }, "hindsight-control-plane": { - "version": "0.1.5", + "version": "0.1.8", "license": "ISC", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3",