From 044bf703d37e4cf0e38291d2741d24a3b56dbaeb Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Thu, 28 Sep 2023 13:56:55 +0530 Subject: [PATCH 1/2] Update CONTRIBUTING --- v2/community/versioning.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v2/community/versioning.mdx b/v2/community/versioning.mdx index 4f7f126a4..13aaf2ad1 100644 --- a/v2/community/versioning.mdx +++ b/v2/community/versioning.mdx @@ -9,6 +9,11 @@ slug: /versioning You can use the [docs](https://github.com/supertokens/docs) repository on Github to check-out and view an older version of the documentation. +## Prerequisites + +1. Git installed on your system +2. Node 16 (other versions of node will result in errors) + ## 1. Finding the correct version of the documentation The [release notes](https://github.com/supertokens/docs/releases) of the Github repo lists all the SDK versions the documentation is comptabile with. Find the correct version for you by looking at the version of the SDK you are using. From efd5aa1b31311001daae3607a357e33ce79eb2b7 Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Thu, 28 Sep 2023 14:01:19 +0530 Subject: [PATCH 2/2] Update v2/community/versioning.mdx --- v2/community/versioning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/community/versioning.mdx b/v2/community/versioning.mdx index 13aaf2ad1..1811d0068 100644 --- a/v2/community/versioning.mdx +++ b/v2/community/versioning.mdx @@ -12,7 +12,7 @@ You can use the [docs](https://github.com/supertokens/docs) repository on Github ## Prerequisites 1. Git installed on your system -2. Node 16 (other versions of node will result in errors) +2. Node 16 (other versions of node may result in errors) ## 1. Finding the correct version of the documentation