From 41422a68f723d08020ea6681d398a634e17e311f Mon Sep 17 00:00:00 2001 From: Nick Wylynko Date: Fri, 21 Mar 2025 00:30:48 +0800 Subject: [PATCH 1/2] Swap out to use --- docs/index.mdx | 38 +++++++++++++++++------------------ docs/quickstarts/overview.mdx | 28 +++++++++++++------------- docs/references/overview.mdx | 38 +++++++++++++++++------------------ 3 files changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index 10fd323921..ef56635619 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -37,73 +37,73 @@ Find all the guides and resources you need to develop with Clerk. - [Next.js](/docs/quickstarts/nextjs) - Easily add secure, beautiful, and fast authentication to Next.js with Clerk. - - {} + - {} --- - [React](/docs/quickstarts/react) - Get started installing and initializing Clerk in a new React + Vite app. - - {} + - {} --- - [Astro](/docs/quickstarts/astro) - Easily add secure and SSR-friendly authentication to your Astro application with Clerk. - - {} + - {} --- - [Chrome Extension](/docs/quickstarts/chrome-extension) - Use the Chrome Extension SDK to authenticate users in your Chrome extension. - - {} + - {} --- - [Expo](/docs/quickstarts/expo) - Use Clerk with Expo to authenticate users in your React Native application. - - {} + - {} --- - [iOS (beta)](/docs/quickstarts/ios) - Use the Clerk iOS SDK to authenticate users in your native Apple applications. - - {} + - {} --- - [JavaScript](/docs/quickstarts/javascript) - The Clerk JavaScript SDK gives you access to prebuilt components and helpers to make user authentication easier. - - {} + - {} --- - [Nuxt](/docs/quickstarts/nuxt) - Easily add secure, beautiful, and fast authentication to Nuxt with Clerk. - - {} + - {} --- - [React Router](/docs/quickstarts/react-router) - Easily add secure, edge- and SSR-friendly authentication to React Router with Clerk. - - {} + - {} --- - [Remix](/docs/quickstarts/remix) - Easily add secure, edge- and SSR-friendly authentication to Remix with Clerk. - - {} + - {} --- - [TanStack Start (beta)](/docs/quickstarts/tanstack-start) - Easily add secure and SSR-friendly authentication to your TanStack Start application with Clerk. - - {} + - {} --- - [Vue](/docs/quickstarts/vue) - Get started installing and initializing Clerk in a new Vue + Vite app. - - {} + - {} ## Explore by backend framework @@ -113,43 +113,43 @@ Find all the guides and resources you need to develop with Clerk. - [JS Backend SDK](/docs/references/backend/overview) - The Clerk Backend SDK exposes our Backend API resources and low-level authentication utilities for JavaScript environments. - - {} + - {} --- - [C#](https://github.com/clerk/clerk-sdk-csharp/blob/main/README.md) - The Clerk C# SDK is a wrapper around our Backend API to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Express](/docs/quickstarts/express) - Quickly add authentication and user management to your Express application. - - {} + - {} --- - [Go](/docs/references/go/overview) - The Clerk Go SDK is a wrapper around the Backend API written in Golang to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Fastify](/docs/quickstarts/fastify) - Build secure authentication and user management flows for your Fastify server. - - {} + - {} --- - [Python](https://github.com/clerk/clerk-sdk-python/blob/main/README.md) - The Clerk Python SDK is a wrapper around the Backend API written in Python to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Ruby on Rails](/docs/quickstarts/ruby) - Integrate authentication and user management into your Ruby application. - - {} + - {} ## Explore by feature diff --git a/docs/quickstarts/overview.mdx b/docs/quickstarts/overview.mdx index 202bc2842c..eba7e2a109 100644 --- a/docs/quickstarts/overview.mdx +++ b/docs/quickstarts/overview.mdx @@ -8,37 +8,37 @@ description: See the getting started guides and tutorials. - [Next.js](/docs/quickstarts/nextjs) - Easily add secure, beautiful, and fast authentication to your Next.js application with Clerk. - - {} + - {} --- - [Astro](/docs/quickstarts/astro) - Easily add secure and SSR-friendly authentication to your Astro application with Clerk. - - {} + - {} --- - [Nuxt](/docs/quickstarts/nuxt) - Easily add secure, beautiful, and fast authentication to Nuxt with Clerk. - - {} + - {} --- - [React Router (Beta)](/docs/quickstarts/react-router) - The Clerk React Router SDK provides prebuilt components, hooks, and stores to make it easy to integrate authentication and user management in your React Router app. - - {} + - {} --- - [Remix](/docs/quickstarts/remix) - Easily add secure, edge- and SSR-friendly authentication to your Remix application with Clerk. - - {} + - {} --- - [TanStack Start (beta)](/docs/quickstarts/tanstack-start) - Easily add secure and SSR-friendly authentication to your TanStack Start application with Clerk. - - {} + - {} ## Frontend @@ -46,37 +46,37 @@ description: See the getting started guides and tutorials. - [React](/docs/quickstarts/react) - Easily add secure, beautiful, and fast authentication to your React application with Clerk. - - {} + - {} --- - [Chrome Extension](/docs/quickstarts/chrome-extension) - Use the Chrome Extension SDK to authenticate users in your Chrome extension. - - {} + - {} --- - [Expo](/docs/quickstarts/expo) - Use Clerk with Expo to authenticate users in your React Native application. - - {} + - {} --- - [iOS (beta)](/docs/quickstarts/ios) - Use the Clerk iOS SDK to authenticate users in your native Apple applications. - - {} + - {} --- - [JavaScript](/docs/quickstarts/javascript) - Easily add secure, beautiful, and fast authentication to your JavaScript application with Clerk. - - {} + - {} --- - [Vue](/docs/quickstarts/vue) - Easily add secure, beautiful, and fast authentication to your Vue application with Clerk. - - {} + - {} ## Backend @@ -84,13 +84,13 @@ description: See the getting started guides and tutorials. - [Express](/docs/quickstarts/express) - Easily add secure, beautiful, and fast authentication to your Express application with Clerk. - - {} + - {} --- - [Fastify](/docs/quickstarts/fastify) - Easily add secure, beautiful, and fast authentication to your Fastify application with Clerk. - - {} + - {} diff --git a/docs/references/overview.mdx b/docs/references/overview.mdx index e862a5bf40..ab082c342d 100644 --- a/docs/references/overview.mdx +++ b/docs/references/overview.mdx @@ -10,73 +10,73 @@ description: Learn about the Clerk and community SDK's available for integrating - [Next.js](/docs/references/nextjs/overview) - Easily add secure, beautiful, and fast authentication to Next.js with Clerk. - - {} + - {} --- - [React](/docs/references/react/overview) - Get started installing and initializing Clerk in a new React + Vite app. - - {} + - {} --- - [Astro](/docs/references/astro/overview) - Easily add secure and SSR-friendly authentication to your Astro application with Clerk. - - {} + - {} --- - [Chrome Extension](/docs/references/chrome-extension/overview) - Use the Chrome Extension SDK to authenticate users in your Chrome extension. - - {} + - {} --- - [Expo](/docs/references/expo/overview) - Use Clerk with Expo to authenticate users in your React Native application. - - {} + - {} --- - [iOS (beta)](/docs/references/ios/overview) - Use the Clerk iOS SDK to authenticate users in your native Apple applications. - - {} + - {} --- - [JavaScript](/docs/references/javascript/overview) - The Clerk JavaScript SDK gives you access to prebuilt components and helpers to make user authentication easier. - - {} + - {} --- - [Nuxt](/docs/references/nuxt/overview) - Easily add secure, beautiful, and fast authentication to Nuxt with Clerk. - - {} + - {} --- - [React Router](/docs/references/react-router/overview) - Easily add secure, edge- and SSR-friendly authentication to React Router with Clerk. - - {} + - {} --- - [Remix](/docs/references/remix/overview) - Easily add secure, edge- and SSR-friendly authentication to Remix with Clerk. - - {} + - {} --- - [TanStack Start (beta)](/docs/references/tanstack-start/overview) - Easily add secure and SSR-friendly authentication to your TanStack Start application with Clerk. - - {} + - {} --- - [Vue](/docs/references/vue/overview) - Get started installing and initializing Clerk in a new Vue + Vite app. - - {} + - {} ## Backend SDKs @@ -84,43 +84,43 @@ description: Learn about the Clerk and community SDK's available for integrating - [JS Backend SDK](/docs/references/backend/overview) - The Clerk Backend SDK exposes our Backend API resources and low-level authentication utilities for JavaScript environments. - - {} + - {} --- - [C#](https://github.com/clerk/clerk-sdk-csharp/blob/main/README.md) - The Clerk C# SDK is a wrapper around our Backend API to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Express](/docs/references/express/overview) - Quickly add authentication and user management to your Express application. - - {} + - {} --- - [Go](/docs/references/go/overview) - The Clerk Go SDK is a wrapper around the Backend API written in Golang to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Fastify](/docs/references/fastify/overview) - Build secure authentication and user management flows for your Fastify server. - - {} + - {} --- - [Python](https://github.com/clerk/clerk-sdk-python/blob/main/README.md) - The Clerk Python SDK is a wrapper around the Backend API written in Python to make it easier to integrate Clerk into your backend. - - {} + - {} --- - [Ruby on Rails](/docs/references/ruby/overview) - Integrate authentication and user management into your Ruby application. - - {} + - {} ## Build with community-maintained SDKs From 65bec72bf88dfe29bab72ccc2ff3d67981e35633 Mon Sep 17 00:00:00 2001 From: Nick Wylynko Date: Fri, 21 Mar 2025 00:30:54 +0800 Subject: [PATCH 2/2] remove icon svgs --- docs/_partials/icons/astro.mdx | 19 ------ docs/_partials/icons/backend-sdk.mdx | 11 ---- docs/_partials/icons/c-sharp.mdx | 26 -------- docs/_partials/icons/chrome-extension.mdx | 44 ------------- docs/_partials/icons/expo.mdx | 5 -- docs/_partials/icons/express.mdx | 8 --- docs/_partials/icons/fastify.mdx | 6 -- docs/_partials/icons/go.mdx | 77 ----------------------- docs/_partials/icons/ios.mdx | 6 -- docs/_partials/icons/javascript.mdx | 22 ------- docs/_partials/icons/nextjs.mdx | 52 --------------- docs/_partials/icons/nuxt.mdx | 6 -- docs/_partials/icons/python.mdx | 39 ------------ docs/_partials/icons/react-router.mdx | 11 ---- docs/_partials/icons/react.mdx | 15 ----- docs/_partials/icons/redwood.mdx | 6 -- docs/_partials/icons/remix.mdx | 9 --- docs/_partials/icons/ruby.mdx | 6 -- docs/_partials/icons/tanstack-start.mdx | 6 -- docs/_partials/icons/vue.mdx | 5 -- 20 files changed, 379 deletions(-) delete mode 100644 docs/_partials/icons/astro.mdx delete mode 100644 docs/_partials/icons/backend-sdk.mdx delete mode 100644 docs/_partials/icons/c-sharp.mdx delete mode 100644 docs/_partials/icons/chrome-extension.mdx delete mode 100644 docs/_partials/icons/expo.mdx delete mode 100644 docs/_partials/icons/express.mdx delete mode 100644 docs/_partials/icons/fastify.mdx delete mode 100644 docs/_partials/icons/go.mdx delete mode 100644 docs/_partials/icons/ios.mdx delete mode 100644 docs/_partials/icons/javascript.mdx delete mode 100644 docs/_partials/icons/nextjs.mdx delete mode 100644 docs/_partials/icons/nuxt.mdx delete mode 100644 docs/_partials/icons/python.mdx delete mode 100644 docs/_partials/icons/react-router.mdx delete mode 100644 docs/_partials/icons/react.mdx delete mode 100644 docs/_partials/icons/redwood.mdx delete mode 100644 docs/_partials/icons/remix.mdx delete mode 100644 docs/_partials/icons/ruby.mdx delete mode 100644 docs/_partials/icons/tanstack-start.mdx delete mode 100644 docs/_partials/icons/vue.mdx diff --git a/docs/_partials/icons/astro.mdx b/docs/_partials/icons/astro.mdx deleted file mode 100644 index ac1d6ba0e4..0000000000 --- a/docs/_partials/icons/astro.mdx +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - diff --git a/docs/_partials/icons/backend-sdk.mdx b/docs/_partials/icons/backend-sdk.mdx deleted file mode 100644 index 7faeb58d6c..0000000000 --- a/docs/_partials/icons/backend-sdk.mdx +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/docs/_partials/icons/c-sharp.mdx b/docs/_partials/icons/c-sharp.mdx deleted file mode 100644 index d6e05d2587..0000000000 --- a/docs/_partials/icons/c-sharp.mdx +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - diff --git a/docs/_partials/icons/chrome-extension.mdx b/docs/_partials/icons/chrome-extension.mdx deleted file mode 100644 index 1162ad42d8..0000000000 --- a/docs/_partials/icons/chrome-extension.mdx +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/_partials/icons/expo.mdx b/docs/_partials/icons/expo.mdx deleted file mode 100644 index cb2f229a89..0000000000 --- a/docs/_partials/icons/expo.mdx +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/docs/_partials/icons/express.mdx b/docs/_partials/icons/express.mdx deleted file mode 100644 index 3b25478612..0000000000 --- a/docs/_partials/icons/express.mdx +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/docs/_partials/icons/fastify.mdx b/docs/_partials/icons/fastify.mdx deleted file mode 100644 index 87820a8873..0000000000 --- a/docs/_partials/icons/fastify.mdx +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/docs/_partials/icons/go.mdx b/docs/_partials/icons/go.mdx deleted file mode 100644 index acc5648aaf..0000000000 --- a/docs/_partials/icons/go.mdx +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/_partials/icons/ios.mdx b/docs/_partials/icons/ios.mdx deleted file mode 100644 index e456e6ab49..0000000000 --- a/docs/_partials/icons/ios.mdx +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/docs/_partials/icons/javascript.mdx b/docs/_partials/icons/javascript.mdx deleted file mode 100644 index 49f805a0dd..0000000000 --- a/docs/_partials/icons/javascript.mdx +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - diff --git a/docs/_partials/icons/nextjs.mdx b/docs/_partials/icons/nextjs.mdx deleted file mode 100644 index cff742ef6c..0000000000 --- a/docs/_partials/icons/nextjs.mdx +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/_partials/icons/nuxt.mdx b/docs/_partials/icons/nuxt.mdx deleted file mode 100644 index 5544de8378..0000000000 --- a/docs/_partials/icons/nuxt.mdx +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/docs/_partials/icons/python.mdx b/docs/_partials/icons/python.mdx deleted file mode 100644 index b970ccafc6..0000000000 --- a/docs/_partials/icons/python.mdx +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/docs/_partials/icons/react-router.mdx b/docs/_partials/icons/react-router.mdx deleted file mode 100644 index 4e2d6d376f..0000000000 --- a/docs/_partials/icons/react-router.mdx +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/docs/_partials/icons/react.mdx b/docs/_partials/icons/react.mdx deleted file mode 100644 index eba19fdea4..0000000000 --- a/docs/_partials/icons/react.mdx +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - diff --git a/docs/_partials/icons/redwood.mdx b/docs/_partials/icons/redwood.mdx deleted file mode 100644 index 1b63c86141..0000000000 --- a/docs/_partials/icons/redwood.mdx +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/docs/_partials/icons/remix.mdx b/docs/_partials/icons/remix.mdx deleted file mode 100644 index 19668ebfcd..0000000000 --- a/docs/_partials/icons/remix.mdx +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/docs/_partials/icons/ruby.mdx b/docs/_partials/icons/ruby.mdx deleted file mode 100644 index c908c0f253..0000000000 --- a/docs/_partials/icons/ruby.mdx +++ /dev/null @@ -1,6 +0,0 @@ - - - diff --git a/docs/_partials/icons/tanstack-start.mdx b/docs/_partials/icons/tanstack-start.mdx deleted file mode 100644 index 8319d52d42..0000000000 --- a/docs/_partials/icons/tanstack-start.mdx +++ /dev/null @@ -1,6 +0,0 @@ -tanstack start logo diff --git a/docs/_partials/icons/vue.mdx b/docs/_partials/icons/vue.mdx deleted file mode 100644 index 7e5bdf5193..0000000000 --- a/docs/_partials/icons/vue.mdx +++ /dev/null @@ -1,5 +0,0 @@ - - - - -