Skip to content

Commit

Permalink
fixing paths in sidebars for for aws setup page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaShibanAtKlo committed Jun 11, 2024
1 parent ae8c850 commit 6755959
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 11 deletions.
20 changes: 20 additions & 0 deletions v2/emailpassword/quick-setup/core/self-hosted-with-aws.mdx
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 2 additions & 2 deletions v2/emailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions v2/passwordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion v2/session/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdparty/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdpartyemailpassword/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdpartypasswordless/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 6755959

Please sign in to comment.