diff --git a/docs/fern/docs/pages-template/getting-started/setup.mdx b/docs/fern/docs/pages-template/getting-started/setup.mdx index e5002d4d1..2ed3ce99a 100644 --- a/docs/fern/docs/pages-template/getting-started/setup.mdx +++ b/docs/fern/docs/pages-template/getting-started/setup.mdx @@ -156,7 +156,7 @@ After signing up/in, you will be redirected back to the home page. We will show ## Next steps -Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](../concepts/backend-integration.mdx) from unauthorized access. +Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](./users.mdx#protecting-a-page) from unauthorized access. {/* ELSE_IF_PLATFORM react */} diff --git a/docs/fern/docs/pages-template/rest-api/overview.mdx b/docs/fern/docs/pages-template/rest-api/overview.mdx index d7744402c..18de4620c 100644 --- a/docs/fern/docs/pages-template/rest-api/overview.mdx +++ b/docs/fern/docs/pages-template/rest-api/overview.mdx @@ -25,7 +25,11 @@ curl https://api.stack-auth.com/api/v1/ \ | `X-Stack-Secret-Server-Key` | string | Required for server access. The API key as found on the Stack dashboard. | | `X-Stack-Access-Token` | string | Optional. The access token for the current user. If not given, the request is considered to be logged out. | +{/* IF_PLATFORM python */} +To see how to use these headers in various programming languages, see the [Getting Started guide](./../getting-started/setup.mdx). +{/* ELSE_IF_PLATFORM js-like */} To see how to use these headers in various programming languages, see the [examples](./../concepts/backend-integration.mdx). +{/* END_IF_PLATFORM */} ## FAQ