From b6eebebe416f03f11144eb76d2663dc5c2713dbf Mon Sep 17 00:00:00 2001 From: Aaron Torres Date: Wed, 28 Aug 2024 11:21:57 -0500 Subject: [PATCH 1/3] Revert "fixing paths in sidebars for for aws setup page" This reverts commit 6755959fec0ab15c0924c1db6514682d91737e43. --- .../quick-setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/emailpassword/sidebars.js | 4 ++-- v2/passwordless/sidebars.js | 4 ++-- v2/session/sidebars.js | 2 +- v2/thirdparty/sidebars.js | 4 ++-- v2/thirdpartyemailpassword/sidebars.js | 4 ++-- v2/thirdpartypasswordless/sidebars.js | 4 ++-- 7 files changed, 11 insertions(+), 31 deletions(-) delete mode 100644 v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx diff --git a/v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx b/v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/emailpassword/sidebars.js b/v2/emailpassword/sidebars.js index 7a968b1c7..bba4ded85 100644 --- a/v2/emailpassword/sidebars.js +++ b/v2/emailpassword/sidebars.js @@ -33,7 +33,7 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/aws-setup-with-stacksnap", + "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -109,7 +109,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/aws-setup-with-stacksnap", + "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/passwordless/sidebars.js b/v2/passwordless/sidebars.js index 7f9bc1371..c279c2ec7 100644 --- a/v2/passwordless/sidebars.js +++ b/v2/passwordless/sidebars.js @@ -33,7 +33,7 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/aws-setup-with-stacksnap", + "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -108,7 +108,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/aws-setup-with-stacksnap", + "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/session/sidebars.js b/v2/session/sidebars.js index 211fe0810..e18f28153 100644 --- a/v2/session/sidebars.js +++ b/v2/session/sidebars.js @@ -25,7 +25,7 @@ module.exports = { items: [ "quick-setup/core/with-docker", "quick-setup/core/without-docker", - "quick-setup/core/aws-setup-with-stacksnap", + "quick-setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdparty/sidebars.js b/v2/thirdparty/sidebars.js index 9d1c734f2..c56087214 100644 --- a/v2/thirdparty/sidebars.js +++ b/v2/thirdparty/sidebars.js @@ -33,7 +33,7 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/aws-setup-with-stacksnap", + "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -108,7 +108,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/aws-setup-with-stacksnap", + "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartyemailpassword/sidebars.js b/v2/thirdpartyemailpassword/sidebars.js index 1e222299f..e8de4cfa7 100644 --- a/v2/thirdpartyemailpassword/sidebars.js +++ b/v2/thirdpartyemailpassword/sidebars.js @@ -33,7 +33,7 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/aws-setup-with-stacksnap", + "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -111,7 +111,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/aws-setup-with-stacksnap", + "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartypasswordless/sidebars.js b/v2/thirdpartypasswordless/sidebars.js index cad3a6d75..59e7d8f5a 100644 --- a/v2/thirdpartypasswordless/sidebars.js +++ b/v2/thirdpartypasswordless/sidebars.js @@ -33,7 +33,7 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/aws-setup-with-stacksnap", + "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -110,7 +110,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/aws-setup-with-stacksnap", + "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', From 6e608050ea123437c2f8e06e07b7da35b556ded9 Mon Sep 17 00:00:00 2001 From: Aaron Torres Date: Wed, 28 Aug 2024 11:22:16 -0500 Subject: [PATCH 2/3] Revert "adding the missing copies of the sidebar changes and new aws doc" This reverts commit ae8c8508b8a349c4df9b65dae05c14c453aabaf1. --- .../self-hosted/self-hosted-with-aws.mdx | 20 ------------------- .../init/core/self-hosted-with-aws.mdx | 20 ------------------- .../setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/emailpassword/sidebars.js | 2 -- .../init/core/self-hosted-with-aws.mdx | 20 ------------------- v2/passwordless/sidebars.js | 2 -- .../quick-setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/session/sidebars.js | 1 - .../init/core/self-hosted-with-aws.mdx | 20 ------------------- .../setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/thirdparty/sidebars.js | 2 -- .../init/core/self-hosted-with-aws.mdx | 20 ------------------- .../setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/thirdpartyemailpassword/sidebars.js | 2 -- .../init/core/self-hosted-with-aws.mdx | 20 ------------------- .../setup/core/self-hosted-with-aws.mdx | 20 ------------------- v2/thirdpartypasswordless/sidebars.js | 2 -- 17 files changed, 231 deletions(-) delete mode 100644 v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx delete mode 100644 v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx delete mode 100644 v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx delete mode 100644 v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx delete mode 100644 v2/session/quick-setup/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx delete mode 100644 v2/thirdpartypasswordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx diff --git a/v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx b/v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx b/v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx b/v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/emailpassword/sidebars.js b/v2/emailpassword/sidebars.js index bba4ded85..c4c35e9ee 100644 --- a/v2/emailpassword/sidebars.js +++ b/v2/emailpassword/sidebars.js @@ -33,7 +33,6 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -109,7 +108,6 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx b/v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/passwordless/sidebars.js b/v2/passwordless/sidebars.js index c279c2ec7..9564992ce 100644 --- a/v2/passwordless/sidebars.js +++ b/v2/passwordless/sidebars.js @@ -33,7 +33,6 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -108,7 +107,6 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/session/quick-setup/core/self-hosted-with-aws.mdx b/v2/session/quick-setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/session/quick-setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/session/sidebars.js b/v2/session/sidebars.js index e18f28153..795c274d1 100644 --- a/v2/session/sidebars.js +++ b/v2/session/sidebars.js @@ -25,7 +25,6 @@ module.exports = { items: [ "quick-setup/core/with-docker", "quick-setup/core/without-docker", - "quick-setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx b/v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx b/v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdparty/sidebars.js b/v2/thirdparty/sidebars.js index c56087214..326140851 100644 --- a/v2/thirdparty/sidebars.js +++ b/v2/thirdparty/sidebars.js @@ -33,7 +33,6 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -108,7 +107,6 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx b/v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx b/v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdpartyemailpassword/sidebars.js b/v2/thirdpartyemailpassword/sidebars.js index e8de4cfa7..26795d70a 100644 --- a/v2/thirdpartyemailpassword/sidebars.js +++ b/v2/thirdpartyemailpassword/sidebars.js @@ -33,7 +33,6 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -111,7 +110,6 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx b/v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdpartypasswordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx b/v2/thirdpartypasswordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/thirdpartypasswordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. - diff --git a/v2/thirdpartypasswordless/sidebars.js b/v2/thirdpartypasswordless/sidebars.js index 59e7d8f5a..a5f108983 100644 --- a/v2/thirdpartypasswordless/sidebars.js +++ b/v2/thirdpartypasswordless/sidebars.js @@ -33,7 +33,6 @@ module.exports = { items: [ "pre-built-ui/setup/core/with-docker", "pre-built-ui/setup/core/without-docker", - "pre-built-ui/setup/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', @@ -110,7 +109,6 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", { type: 'category', label: 'Database Setup', From 16ae9e96aa099c59836448815f6d7199eb7171f5 Mon Sep 17 00:00:00 2001 From: Aaron Torres Date: Wed, 28 Aug 2024 11:22:24 -0500 Subject: [PATCH 3/3] Revert "Added a self hosting option for AWS" This reverts commit a4e2261fb53b295834f55239747e4a40835d18c6. --- .../setup/core/self-hosted-with-aws.mdx | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 v2/passwordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx diff --git a/v2/passwordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx b/v2/passwordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx deleted file mode 100644 index 27a527b4a..000000000 --- a/v2/passwordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: aws-setup-with-stacksnap -title: AWS Setup with Stacksnap -hide_title: true ---- - -import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs"; -import TabItem from '@theme/TabItem'; - -# AWS Setup with Stacksnap - -Stacksnap is a community supported AWS installer with unofficial SuperTokens support. You can use it to quickly deploy a solid starter deployment of SuperTokens on AWS. - -## Deploying SuperTokens on AWS using Stacksnap ✨ - -- Visit the [SuperTokens Stacksnap page](https://klo.dev/stacksnap/apps/supertokens/) -- Click on the "Deploy to AWS" button - -The 1-click installer automatically sets up an ECS task running SuperTokens, a Postgres DB on RDS for data storage, and an HTTPS url load balanced with a CloudFront distribution. -