diff --git a/docs/fern/docs/pages-template/components/overview.mdx b/docs/fern/docs/pages-template/components/overview.mdx index 4d45b125a..7be2a7566 100644 --- a/docs/fern/docs/pages-template/components/overview.mdx +++ b/docs/fern/docs/pages-template/components/overview.mdx @@ -42,7 +42,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu ## Sign In and Sign Up - +
SignIn @@ -50,7 +50,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <SignIn />
- +
SignUp @@ -58,7 +58,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <SignUp />
- +
CredentialSignIn @@ -66,7 +66,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <CredentialSignIn />
- +
CredentialSignUp @@ -74,7 +74,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <CredentialSignUp />
- +
OAuthButton @@ -82,7 +82,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <OAuthButton />
- +
OAuthButtonGroup @@ -96,7 +96,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu ## User - +
UserButton @@ -104,7 +104,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu <UserButton />
- +
AccountSettings @@ -118,7 +118,7 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu ## Teams & Organizations - +
SelectedTeamSwitcher @@ -131,17 +131,17 @@ To get started with Stack Auth in your Next.js application, follow the [setup gu ## Utilities - +
<StackHandler />
- +
<StackProvider />
- +
<StackTheme />
diff --git a/docs/fern/docs/pages-template/getting-started/components.mdx b/docs/fern/docs/pages-template/getting-started/components.mdx index fa6646496..ade03dc82 100644 --- a/docs/fern/docs/pages-template/getting-started/components.mdx +++ b/docs/fern/docs/pages-template/getting-started/components.mdx @@ -9,7 +9,7 @@ For the full documentation of all available components, please refer to the [com ## `` -The `` component shows the user's avatar and opens a dropdown with various user settings. +The `` component shows the user's avatar that opens a dropdown with various user settings on click. ![UserButton](../imgs/user-button.png) diff --git a/docs/fern/docs/pages-template/getting-started/setup.mdx b/docs/fern/docs/pages-template/getting-started/setup.mdx index a1cdb3c7d..c2d6f5ec9 100644 --- a/docs/fern/docs/pages-template/getting-started/setup.mdx +++ b/docs/fern/docs/pages-template/getting-started/setup.mdx @@ -155,7 +155,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, and how to protect a page. +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. {/* ELSE_IF_PLATFORM react */}