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',