Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/quickstart.astro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ sdk: astro

---

- [Read session and user data](/docs/astro/guides/users/reading)
- Learn how to use Clerk's stores and helpers to access the session and user data in your Astro app.
- [Protect content and access user data](/docs/astro/guides/users/reading)
- Learn how to use Clerk's stores and helpers to protect content and access user data in your Astro app.

---

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/quickstart.expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ See the [`expo-updates`](https://docs.expo.dev/versions/latest/sdk/updates) libr

---

- [Read session and user data](/docs/expo/guides/users/reading)
- Learn how to read session and user data with Expo.
- [Protect content and access user data](/docs/expo/guides/users/reading)
- Learn how to use Clerk's hooks and helpers to protect content and access user data in your Expo app.

---

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/quickstart.react-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ This tutorial assumes that you're using React Router **v7.1.2 or later** in fram

---

- [Read session and user data](/docs/react-router/guides/users/reading)
- Learn how to use Clerk's hooks and helpers to access the session and user data in your React Router app.
- [Protect content and access user data](/docs/react-router/guides/users/reading)
- Learn how to use Clerk's hooks and helpers to protect content and access user data in your React Router app.

---

Expand Down
7 changes: 7 additions & 0 deletions docs/guides/development/declarative-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,10 @@ This guide will cover how to add React Router in **declarative mode**, assuming
)
```
</Steps>

## Next steps

<Cards>
- [Protect content and access user data](/docs/react-router/guides/users/reading)
- Learn how to use Clerk's hooks and helpers to protect content and access user data in your React Router application.
</Cards>
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
"href": "/docs/guides/users/managing"
},
{
"title": "Reading Clerk data",
"title": "Protect content and access user data",
"href": "/docs/guides/users/reading"
},
{
Expand Down