Getting Started Button is broken
If you click on the Get Started Button on landing page, its redirect to 404 page. URL does not exists
The Get Started Button on the landing page redirects to https://docs.stack-auth.com/docs/next/getting-started/setup which doesn't exists instead it should redirect to:
https://docs.stack-auth.com/docs/next/getting-started/setup OR https://docs.stack-auth.com/docs/react/getting-started/setup OR https://docs.stack-auth.com/docs/js/getting-started/setup OR https://docs.stack-auth.com/docs/python/getting-started/setup
This issue can be solved using two approaches:
- Direct redirect to https://docs.stack-auth.com/docs/next/getting-started/setup
- Allow the user to select it's tech stack and redirect accordingly
Ah! Thank you for pointing this out.
We recently switched our docs to open source! In doing this, the links have changed. So this is why the button is broken on the landing page. I will fix this soon. Thanks for pointing it out.