Add Hindsight Cloud links to README and docs (#42)

- Add Hindsight Cloud link to README header
- Add Hindsight Cloud navbar item in docs
- Add callout in installation docs for managed alternative
This commit is contained in:
Chris Bartholomew 2025-12-17 11:09:36 -05:00 committed by GitHub
parent 5aaa769ab9
commit 476a62da47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 4 deletions

View file

@ -2,7 +2,7 @@
![Hindsight Banner](./hindsight-docs/static/img/banner.svg) ![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) [![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) [![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)

View file

@ -1,6 +1,10 @@
# Installation # 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 ## Prerequisites

View file

@ -174,6 +174,12 @@ const config: Config = {
label: 'Changelog', label: 'Changelog',
className: 'navbar-item-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', href: 'https://github.com/vectorize-io/hindsight',
position: 'right', position: 'right',

4
package-lock.json generated
View file

@ -13,7 +13,7 @@
}, },
"hindsight-clients/typescript": { "hindsight-clients/typescript": {
"name": "@vectorize-io/hindsight-client", "name": "@vectorize-io/hindsight-client",
"version": "0.1.5", "version": "0.1.8",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@hey-api/openapi-ts": "^0.88.0", "@hey-api/openapi-ts": "^0.88.0",
@ -25,7 +25,7 @@
} }
}, },
"hindsight-control-plane": { "hindsight-control-plane": {
"version": "0.1.5", "version": "0.1.8",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-checkbox": "^1.3.3",