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:
parent
5aaa769ab9
commit
476a62da47
4 changed files with 14 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[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)
|
||||||
|
|
||||||
[](https://github.com/vectorize-io/hindsight/actions/workflows/release.yml)
|
[](https://github.com/vectorize-io/hindsight/actions/workflows/release.yml)
|
||||||
[](https://join.slack.com/t/hindsight-space/shared_invite/zt-3klo21kua-VUCC_zHP5rIcXFB1_5yw6A)
|
[](https://join.slack.com/t/hindsight-space/shared_invite/zt-3klo21kua-VUCC_zHP5rIcXFB1_5yw6A)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue