Replace waitlist links with direct Hindsight Cloud signup URL (#349)
The waitlist is no longer needed. Update all references from vectorize.io/hindsight/cloud to ui.hindsight.vectorize.io/signup and change "request early access" language to "sign up".
This commit is contained in:
parent
60574ee08f
commit
a1f22dabd2
10 changed files with 15 additions and 15 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[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)
|
[Documentation](https://hindsight.vectorize.io) • [Paper](https://arxiv.org/abs/2512.12818) • [Cookbook](https://hindsight.vectorize.io/cookbook) • [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)
|
||||||
|
|
||||||
[](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-3nhbm4w29-LeSJ5Ixi6j8PdiYOCPlOgg)
|
[](https://join.slack.com/t/hindsight-space/shared_invite/zt-3nhbm4w29-LeSJ5Ixi6j8PdiYOCPlOgg)
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Hindsight can be deployed in several 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?
|
:::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).
|
**[Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)** is a fully managed service that handles all infrastructure, scaling, and maintenance — [sign up here](https://ui.hindsight.vectorize.io/signup).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
||||||
|
|
@ -161,11 +161,11 @@ uvx hindsight-embed configure
|
||||||
|
|
||||||
## Cloud Mode Setup
|
## Cloud Mode Setup
|
||||||
|
|
||||||
Cloud mode connects to [Hindsight Cloud](https://vectorize.io/hindsight/cloud), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
Cloud mode connects to [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. A Hindsight Cloud account ([request access](https://vectorize.io/hindsight/cloud))
|
1. A Hindsight Cloud account ([sign up](https://ui.hindsight.vectorize.io/signup))
|
||||||
2. An API key from your team admin
|
2. An API key from your team admin
|
||||||
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ const config: Config = {
|
||||||
className: 'navbar-item-changelog',
|
className: 'navbar-item-changelog',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://vectorize.io/hindsight/cloud',
|
href: 'https://ui.hindsight.vectorize.io/signup',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
label: 'Hindsight Cloud',
|
label: 'Hindsight Cloud',
|
||||||
className: 'navbar-item-cloud',
|
className: 'navbar-item-cloud',
|
||||||
|
|
@ -285,7 +285,7 @@ const config: Config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Hindsight Cloud',
|
label: 'Hindsight Cloud',
|
||||||
href: 'https://vectorize.io/hindsight/cloud',
|
href: 'https://ui.hindsight.vectorize.io/signup',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Hindsight can be deployed in several 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?
|
:::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).
|
**[Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)** is a fully managed service that handles all infrastructure, scaling, and maintenance — [sign up here](https://ui.hindsight.vectorize.io/signup).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
||||||
|
|
@ -161,11 +161,11 @@ uvx hindsight-embed configure
|
||||||
|
|
||||||
## Cloud Mode Setup
|
## Cloud Mode Setup
|
||||||
|
|
||||||
Cloud mode connects to [Hindsight Cloud](https://vectorize.io/hindsight/cloud), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
Cloud mode connects to [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. A Hindsight Cloud account ([request access](https://vectorize.io/hindsight/cloud))
|
1. A Hindsight Cloud account ([sign up](https://ui.hindsight.vectorize.io/signup))
|
||||||
2. An API key from your team admin
|
2. An API key from your team admin
|
||||||
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Hindsight can be deployed in several 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?
|
:::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).
|
**[Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)** is a fully managed service that handles all infrastructure, scaling, and maintenance — [sign up here](https://ui.hindsight.vectorize.io/signup).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
||||||
|
|
@ -161,11 +161,11 @@ uvx hindsight-embed configure
|
||||||
|
|
||||||
## Cloud Mode Setup
|
## Cloud Mode Setup
|
||||||
|
|
||||||
Cloud mode connects to [Hindsight Cloud](https://vectorize.io/hindsight/cloud), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
Cloud mode connects to [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. A Hindsight Cloud account ([request access](https://vectorize.io/hindsight/cloud))
|
1. A Hindsight Cloud account ([sign up](https://ui.hindsight.vectorize.io/signup))
|
||||||
2. An API key from your team admin
|
2. An API key from your team admin
|
||||||
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Hindsight can be deployed in several 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?
|
:::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).
|
**[Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)** is a fully managed service that handles all infrastructure, scaling, and maintenance — [sign up here](https://ui.hindsight.vectorize.io/signup).
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
|
||||||
|
|
@ -161,11 +161,11 @@ uvx hindsight-embed configure
|
||||||
|
|
||||||
## Cloud Mode Setup
|
## Cloud Mode Setup
|
||||||
|
|
||||||
Cloud mode connects to [Hindsight Cloud](https://vectorize.io/hindsight/cloud), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
Cloud mode connects to [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup), allowing teams to share memories about a codebase. When one team member learns something, everyone benefits.
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
1. A Hindsight Cloud account ([request access](https://vectorize.io/hindsight/cloud))
|
1. A Hindsight Cloud account ([sign up](https://ui.hindsight.vectorize.io/signup))
|
||||||
2. An API key from your team admin
|
2. An API key from your team admin
|
||||||
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
3. A bank ID for your project (e.g., `team-acme-frontend`)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue