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:
parent
2578f10fa2
commit
2874789fad
2 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue