forked from dagster-io/dagster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add structure for remaining missing content (Dagster+) (dagste…
…r-io#26299) ## Summary & Motivation * Adds (mostly empty) directories and files for remaining Dagster+ content and adds TODOs and links to old content to be copied over * Makes metadata consistent across files so future docs contributors don't needlessly copy metadata that doesn't matter into new docs * Reorganizes deployment docs into "Deployment types", "Management", and "Migration" categories * Moves "Code locations" section to "Features" * Creates "CI/CD" section in "Features" and moves "Branch deployments" into it ## How I Tested These Changes Local and staging deployment ## Changelog --------- Signed-off-by: nikki everett <[email protected]>
- Loading branch information
1 parent
13b4bbc
commit 635155e
Showing
106 changed files
with
723 additions
and
706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/docs-beta/docs/dagster-plus/deployment/code-locations/dagster-cloud-yaml.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: dagster_cloud.yaml reference | ||
sidebar_position: 200 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO move content from https://docs.dagster.io/dagster-plus/managing-deployments/dagster-cloud-yaml */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
docs/docs-beta/docs/dagster-plus/deployment/deployment-settings.md
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
docs/docs-beta/docs/dagster-plus/deployment/deployment-types.md
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
...r-plus/deployment/deployment-types/hybrid/amazon-ecs/configuration-reference.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Configuration reference | ||
sidebar_position: 400 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/configuration-reference */} |
7 changes: 7 additions & 0 deletions
7
...docs/dagster-plus/deployment/deployment-types/hybrid/amazon-ecs/existing-vpc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Existing VPC setup | ||
sidebar_position: 200 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/creating-ecs-agent-existing-vpc */} |
8 changes: 8 additions & 0 deletions
8
...s-beta/docs/dagster-plus/deployment/deployment-types/hybrid/amazon-ecs/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Amazon ECS agent | ||
sidebar_position: 50 | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> |
7 changes: 7 additions & 0 deletions
7
.../dagster-plus/deployment/deployment-types/hybrid/amazon-ecs/manual-provision.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Manual provision setup | ||
sidebar_position: 300 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO move content from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/manually-provisioning-ecs-agent */} |
7 changes: 7 additions & 0 deletions
7
...beta/docs/dagster-plus/deployment/deployment-types/hybrid/amazon-ecs/new-vpc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: New VPC setup | ||
sidebar_position: 100 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/creating-ecs-agent-new-vpc */} |
8 changes: 8 additions & 0 deletions
8
...-plus/deployment/deployment-types/hybrid/amazon-ecs/upgrading-cloudformation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Upgrading CloudFormation for an Amazon ECS agent | ||
sidebar_label: Upgrading CloudFormation | ||
sidebar_position: 500 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO move from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/upgrading-cloudformation-template */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Docker agent configuration | ||
sidebar_position: 200 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/docker/configuration-reference */} |
5 changes: 1 addition & 4 deletions
5
...gster-plus/deployment/migration/index.mdx → ...t/deployment-types/hybrid/docker/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
--- | ||
title: Migration | ||
displayed_sidebar: "dagsterPlus" | ||
title: Docker agent | ||
sidebar_position: 30 | ||
--- | ||
|
||
# Migration | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> |
7 changes: 7 additions & 0 deletions
7
.../docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Docker agent setup | ||
sidebar_position: 100 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/docker/configuring-running-docker-agent */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ocs/dagster-plus/deployment/deployment-types/hybrid/kubernetes/configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Kubernetes agent configuration | ||
sidebar_position: 200 | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/kubernetes/configuration-reference */} |
8 changes: 8 additions & 0 deletions
8
...s-beta/docs/dagster-plus/deployment/deployment-types/hybrid/kubernetes/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Kubernetes agent | ||
sidebar_position: 40 | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
...er-plus/deployment/hybrid/agents/local.md → ...ployment/deployment-types/hybrid/local.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/multiple.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Running multiple agents | ||
sidebar_position: 60 | ||
sidebar_label: Multiple agents | ||
unlisted: true | ||
--- | ||
|
||
{/* TODO copy from https://docs.dagster.io/dagster-plus/deployment/agents/running-multiple-agents */} |
8 changes: 8 additions & 0 deletions
8
docs/docs-beta/docs/dagster-plus/deployment/deployment-types/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Deployment types | ||
sidebar_position: 20 | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> |
5 changes: 5 additions & 0 deletions
5
docs/docs-beta/docs/dagster-plus/deployment/deployment-types/multi-tenancy.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Multi-tenant | ||
sidebar_position: 30 | ||
unlisted: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...plus/deployment/serverless/dagster-ips.md → ...eployment-types/serverless/dagster-ips.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.