Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions main/config/navigation/quickstarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"pages": [
"docs/quickstart/webapp/nextjs",
"docs/quickstart/webapp/tanstack-start",
"docs/quickstart/webapp/react-router",
"docs/quickstart/webapp/nuxt",
"docs/quickstart/webapp/express",
"docs/quickstart/webapp/express-beta",
Expand Down
14 changes: 14 additions & 0 deletions main/docs/images/icons/dark/react-router.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions main/docs/images/icons/light/react-router.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions main/docs/libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Have a traditional web application that runs on a server? Auth0 maintains these
<Columns cols={2}>
<SectionCard item={sdkCardInfo["Next.js"]} />
<SectionCard item={sdkCardInfo["TanStack Start React"]} />
<SectionCard item={sdkCardInfo["React Router"]} />
<SectionCard item={sdkCardInfo["Express"]} />
<SectionCard item={sdkCardInfo["Fastify"]} />
<SectionCard item={sdkCardInfo["Nuxt"]} />
Expand Down
Loading
Loading