From a4e2261fb53b295834f55239747e4a40835d18c6 Mon Sep 17 00:00:00 2001 From: Ala Shiban <96867907+AlaShibanAtKlo@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:51:37 -0700 Subject: [PATCH 1/3] Added a self hosting option for AWS --- .../setup/core/self-hosted-with-aws.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/passwordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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. + From ae8c8508b8a349c4df9b65dae05c14c453aabaf1 Mon Sep 17 00:00:00 2001 From: Ala Shiban Date: Tue, 11 Jun 2024 10:59:45 -0700 Subject: [PATCH 2/3] adding the missing copies of the sidebar changes and new aws doc --- .../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 insertions(+) create mode 100644 v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx create mode 100644 v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx create mode 100644 v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx create mode 100644 v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx create mode 100644 v2/session/quick-setup/core/self-hosted-with-aws.mdx create mode 100644 v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx create mode 100644 v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx create mode 100644 v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx create mode 100644 v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx create mode 100644 v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx create 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/community/supertokens-core/self-hosted/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/emailpassword/custom-ui/init/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/emailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 4d4fd559e..29e274ff0 100644 --- a/v2/emailpassword/sidebars.js +++ b/v2/emailpassword/sidebars.js @@ -33,6 +33,7 @@ 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', @@ -99,6 +100,7 @@ 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/passwordless/custom-ui/init/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 827ba196f..4f612b715 100644 --- a/v2/passwordless/sidebars.js +++ b/v2/passwordless/sidebars.js @@ -33,6 +33,7 @@ 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', @@ -98,6 +99,7 @@ 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/session/quick-setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 d94b5331a..54465db24 100644 --- a/v2/session/sidebars.js +++ b/v2/session/sidebars.js @@ -25,6 +25,7 @@ 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdparty/custom-ui/init/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdparty/pre-built-ui/setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 c302764d2..6de249896 100644 --- a/v2/thirdparty/sidebars.js +++ b/v2/thirdparty/sidebars.js @@ -33,6 +33,7 @@ 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', @@ -98,6 +99,7 @@ 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdpartyemailpassword/custom-ui/init/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdpartyemailpassword/pre-built-ui/setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 be470a6c1..b895161d1 100644 --- a/v2/thirdpartyemailpassword/sidebars.js +++ b/v2/thirdpartyemailpassword/sidebars.js @@ -33,6 +33,7 @@ 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', @@ -100,6 +101,7 @@ 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdpartypasswordless/custom-ui/init/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/thirdpartypasswordless/pre-built-ui/setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 97332dfc4..437c54f09 100644 --- a/v2/thirdpartypasswordless/sidebars.js +++ b/v2/thirdpartypasswordless/sidebars.js @@ -33,6 +33,7 @@ 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', @@ -99,6 +100,7 @@ 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 6755959fec0ab15c0924c1db6514682d91737e43 Mon Sep 17 00:00:00 2001 From: Ala Shiban Date: Tue, 11 Jun 2024 15:18:23 -0700 Subject: [PATCH 3/3] fixing paths in sidebars for for aws setup page --- .../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, 31 insertions(+), 11 deletions(-) create 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 new file mode 100644 index 000000000..27a527b4a --- /dev/null +++ b/v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx @@ -0,0 +1,20 @@ +--- +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 29e274ff0..a6996659e 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/self-hosted-with-aws", + "pre-built-ui/setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', @@ -100,7 +100,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", + "custom-ui/init/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', diff --git a/v2/passwordless/sidebars.js b/v2/passwordless/sidebars.js index 4f612b715..e5f6fc51d 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/self-hosted-with-aws", + "pre-built-ui/setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', @@ -99,7 +99,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", + "custom-ui/init/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', diff --git a/v2/session/sidebars.js b/v2/session/sidebars.js index 54465db24..196ffc7ea 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/self-hosted-with-aws", + "quick-setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdparty/sidebars.js b/v2/thirdparty/sidebars.js index 6de249896..8885f8584 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/self-hosted-with-aws", + "pre-built-ui/setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', @@ -99,7 +99,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", + "custom-ui/init/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartyemailpassword/sidebars.js b/v2/thirdpartyemailpassword/sidebars.js index b895161d1..96579d733 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/self-hosted-with-aws", + "pre-built-ui/setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', @@ -101,7 +101,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", + "custom-ui/init/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', diff --git a/v2/thirdpartypasswordless/sidebars.js b/v2/thirdpartypasswordless/sidebars.js index 437c54f09..709905172 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/self-hosted-with-aws", + "pre-built-ui/setup/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup', @@ -100,7 +100,7 @@ module.exports = { items: [ "custom-ui/init/core/with-docker", "custom-ui/init/core/without-docker", - "custom-ui/init/core/self-hosted-with-aws", + "custom-ui/init/core/aws-setup-with-stacksnap", { type: 'category', label: 'Database Setup',