Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update page titles to "Clerk _Name_ SDK" for sdk reference overviews #1789

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion docs/references/astro/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Astro and Clerk
title: Clerk Astro SDK
description: Learn how to use Clerk to quickly and easily add secure authentication and user management to your Astro application.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/chrome-extension/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Chrome Extension SDK
title: Clerk Chrome Extension SDK
description: Learn how to integrate Clerk into your Chrome Extension
victoriaxyz marked this conversation as resolved.
Show resolved Hide resolved
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/expo/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Expo and Clerk
title: Clerk Expo SDK
description: Learn how to use Clerk to quickly and easily add secure authentication and user management to your Expo application.
---

Expand Down
4 changes: 2 additions & 2 deletions docs/references/javascript/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ClerkJS
description: ClerkJS is Clerk's foundational JavaScript library for building user management and authentication.
title: Clerk JavaScript SDK
description: Clerk's JavaScript SDK is a foundational library for building user management and authentication.
---

ClerkJS is our foundational JavaScript library for building user management and authentication. It enables you to register, sign in, verify and manage users for your application using highly customizable flows.
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nextjs/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Next.js reference overview
title: Clerk Next.js SDK
description: Learn how to use Clerk to quickly and easily add secure authentication and user management to your Next.js application.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/redwood/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Use Clerk with RedwoodJS
title: Clerk RedwoodJS SDK
description: Learn how to use Clerk to quickly and easily add secure authentication and user management to your RedwoodJS application.
---

Expand Down
2 changes: 1 addition & 1 deletion docs/references/tanstack-start/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "TanStack Start and Clerk"
title: Clerk TanStack Start SDK
description: Learn how to use Clerk to quickly and easily add secure authentication and user management to your TanStack Start application.
---

Expand Down
Loading