Skip to content

Commit f80093d

Browse files
authored
Merge pull request #894 from supertokens/fix/sdk-compatibility
Add the sdk compatibility table page
2 parents 2a98277 + 87169db commit f80093d

File tree

3 files changed

+436
-7
lines changed

3 files changed

+436
-7
lines changed

v3/docs/references/sdks/_compatibility-table.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: SDK Compatibility Table
3+
hide_title: true
4+
hide_table_of_contents: true
5+
sidebar_position: 9
6+
pagination_next: null
7+
pagination_prev: null
8+
---
9+
10+
import { SDKCompatibilityTable } from "/src/components/SDKCompatibilityTable";
11+
12+
# SDK Compatibility Table
13+
14+
15+
This page helps you find the right version of an SDK/Core given your tech stack.
16+
If you are just starting out, **you do NOT need to use this page**.
17+
Instead, you can use the [Quickstart](/docs/quickstart/introduction) to get started.
18+
19+
<SDKCompatibilityTable />

0 commit comments

Comments
 (0)