diff --git a/docs/fern/docs.yml b/docs/fern/docs.yml index 2e497b894..129cf1d11 100644 --- a/docs/fern/docs.yml +++ b/docs/fern/docs.yml @@ -19,7 +19,7 @@ versions: - display-name: JavaScript SDK path: js.yml slug: js - - display-name: Python SDK + - display-name: Python path: python.yml slug: python diff --git a/docs/fern/docs/pages-template/getting-started/setup.mdx b/docs/fern/docs/pages-template/getting-started/setup.mdx index 2ed3ce99a..f00d3e41c 100644 --- a/docs/fern/docs/pages-template/getting-started/setup.mdx +++ b/docs/fern/docs/pages-template/getting-started/setup.mdx @@ -6,7 +6,7 @@ subtitle: Getting started with Stack in 5 minutes {/* IF_PLATFORM: next */} -Welcome to the Next.js SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx). +Welcome to the Next.js SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](/react/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup). ## Setup @@ -161,7 +161,7 @@ Next up, we will show you how to [retrieve and update user information](./users. {/* ELSE_IF_PLATFORM react */} -Welcome to the React SDK setup guide! If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx). +Welcome to the React SDK setup guide! If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](/next/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup). Before getting started, make sure you have a [React project](https://react.dev/learn/creating-a-react-app) setup. We show an example here of a Vite React project with React Router. @@ -251,7 +251,7 @@ Before getting started, make sure you have a [React project](https://react.dev/l {/* ELSE_IF_PLATFORM js */} -Welcome to the JavaScript SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx). +Welcome to the JavaScript SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](/react/getting-started/setup), or the [Next.js SDK Setup](/next/getting-started/setup). Before getting started, make sure you have a JavaScript project set up (such as Node.js, Vite, or any other JavaScript framework). @@ -391,7 +391,7 @@ Check out the [Users](./users.mdx) to learn how to retrieve and update user info {/* ELSE_IF_PLATFORM python */} -Welcome to the Python setup guide. If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx), [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx). +Welcome to the Python setup guide. If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](/next/getting-started/setup), [React SDK Setup](/react/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup). Our recommended way to use Stack Auth with Python is with the [REST API](../rest-api/overview.mdx). It provides a fully documented way to interact with Stack Auth from any Python framework, including Flask, FastAPI, and Django.