1
0
Fork 0

feat(onboarding): Docsearch new sign up page (#2606)

* feat(v4): Docsearch new sign up page

* Add redirect for apply form

---------

Co-authored-by: Paul Jankowski <8BitTitan@gmail.com>
Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
This commit is contained in:
Felipe Bermudez 2025-07-02 10:46:07 -05:00 committed by GitHub
parent 2578f10fa2
commit 2874789fad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -5,3 +5,9 @@
[build.environment]
YARN_VERSION = "1.22.5"
[[redirects]]
from = "/apply/"
to = "https://dashboard.algolia.com/users/sign_up?selected_plan=docsearch"
status = 301
force = true

View file

@ -35,7 +35,13 @@ function Home() {
<Button key="get-started" href={withBaseUrl('docs/what-is-docsearch')}>
Get started
</Button>,
<Button key="apply" href={withBaseUrl('apply')} background="blue" color="white" className="apply-button">
<Button
key="apply"
href={'https://dashboard.algolia.com/users/sign_up?selected_plan=docsearch'}
background="blue"
color="white"
className="apply-button"
>
Apply
</Button>,
]}