Skip to content

Commit

Permalink
Add Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
erinkcochran87 committed Aug 12, 2024
1 parent be7e76d commit 3831421
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Amazon Web Services"
sidebar_position: 1
---

# Deploying to Amazon Web Services
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Microsoft Azure"
sidebar_position: 3
---

# Deploying to Microsoft Azure
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/building-a-data-mesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Building a data mesh"
sidebar_position: 6
---

# Building a data mesh
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/dagster-plus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Dagster+"
sidebar_position: 4
---

# Deploying to Dagster+
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/gcp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Google Cloud Platform"
sidebar_position: 2
---

# Deploying to Google Cloud Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Managing code locations"
sidebar_position: 5
---

# Managing code locations
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Migrating from self-hosted to Dagster+"
sidebar_position: 7
---

# Migrating from self-hosted to Dagster+
11 changes: 10 additions & 1 deletion docs/docs-next/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,16 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Deployment",
items: ["guides/deployment"]
link: {
type: "doc",
id: "guides/deployment"
},
items: [
{
type: 'autogenerated',
dirName: "guides/deployment"
}
]
}
],
},
Expand Down

0 comments on commit 3831421

Please sign in to comment.