diff --git a/docs/docs-beta/docs/dagster-plus/deployment/code-locations/code-location-history.md b/docs/docs-beta/docs/dagster-plus/deployment/code-locations/code-location-history.md index f7e080d785acb..082f866e8b0f9 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/code-locations/code-location-history.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/code-locations/code-location-history.md @@ -1,12 +1,8 @@ --- title: "Code location history and rollbacks" -displayed_sidebar: "dagsterPlus" sidebar_position: 100 -sidebar_label: "Code location history and rollbacks" --- -# Code location history and rollbacks - Dagster+ automatically tracks metadata every time a code location is loaded. This can be used to understand when changes have been made, and what those changes were. In addition, this metadata can be used to quickly redeploy an older version.
diff --git a/docs/docs-beta/docs/dagster-plus/deployment/dagster-cloud-yaml.md b/docs/docs-beta/docs/dagster-plus/deployment/code-locations/dagster-cloud-yaml.md similarity index 87% rename from docs/docs-beta/docs/dagster-plus/deployment/dagster-cloud-yaml.md rename to docs/docs-beta/docs/dagster-plus/deployment/code-locations/dagster-cloud-yaml.md index 0db0b2841bb4c..f48e008f77202 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/dagster-cloud-yaml.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/code-locations/dagster-cloud-yaml.md @@ -1,6 +1,6 @@ --- title: dagster_cloud.yaml reference -sidebar_position: 700 +sidebar_position: 200 --- {/* TODO move content from https://docs.dagster.io/dagster-plus/managing-deployments/dagster-cloud-yaml */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/upgrading-cloudformation.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/upgrading-cloudformation.md new file mode 100644 index 0000000000000..5fe4e0b35688a --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/amazon-ecs/upgrading-cloudformation.md @@ -0,0 +1,7 @@ +--- +title: Upgrading CloudFormation for an Amazon ECS agent +sidebar_label: Upgrading CloudFormation +sidebar_position: 500 +--- + +{/* TODO move from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/upgrading-cloudformation-template */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/docker-agent-configuration.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/configuration.md similarity index 100% rename from docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/docker-agent-configuration.md rename to docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/configuration.md diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/running-a-docker-agent.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/setup.md similarity index 52% rename from docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/running-a-docker-agent.md rename to docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/setup.md index 08b6e4f28e3ad..496f8d03eedcf 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/running-a-docker-agent.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/docker/setup.md @@ -1,5 +1,5 @@ --- -title: Running a Docker agent +title: Docker agent setup sidebar_position: 100 --- diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/kubernetes-agent-configuration.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/configuration.md similarity index 100% rename from docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/kubernetes-agent-configuration.md rename to docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/configuration.md diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/running-kubernetes-agents.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/setup.md similarity index 99% rename from docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/running-kubernetes-agents.md rename to docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/setup.md index e298bae9e56cd..4aa3f60d3036f 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/running-kubernetes-agents.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes/setup.md @@ -1,9 +1,9 @@ --- -title: Running a Kubernetes agents on a Kubernetes cluster +title: Kubernetes agent setup sidebar_position: 100 --- -# Running Dagster+ agents on Kubernetes +# Kubernetes agent setup This page provides instructions for running the [Dagster+ agent](/todo) on a [Kubernetes](https://kubernetes.io) cluster. diff --git a/docs/docs-beta/docs/dagster-plus/deployment/hybrid/customizing-agent-configuration.md b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/customizing-agent-configuration.md new file mode 100644 index 0000000000000..df7c2ffd0dd92 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/hybrid/customizing-agent-configuration.md @@ -0,0 +1,5 @@ +--- +title: Customizing agent configuration +--- + +{/* TODO move from https://docs.dagster.io/dagster-plus/deployment/agents/customizing-configuration */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/managing-compute-logs-and-error-messages.md b/docs/docs-beta/docs/dagster-plus/deployment/managing-compute-logs-and-error-messages.md new file mode 100644 index 0000000000000..91721a8aedfc5 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/managing-compute-logs-and-error-messages.md @@ -0,0 +1,5 @@ +--- +title: Managing compute logs and error messages +--- + +{/* TODO move from https://docs.dagster.io/dagster-plus/managing-deployments/controlling-logs */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/managing-multiple-projects-and-teams.md b/docs/docs-beta/docs/dagster-plus/deployment/managing-multiple-projects-and-teams.md new file mode 100644 index 0000000000000..5fcb7d2ff5ee2 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/managing-multiple-projects-and-teams.md @@ -0,0 +1,5 @@ +--- +title: Managing multiple projects and teams +--- + +{/* TODO move from https://docs.dagster.io/dagster-plus/best-practices/managing-multiple-projects-and-teams */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/rate-limits.md b/docs/docs-beta/docs/dagster-plus/deployment/rate-limits.md new file mode 100644 index 0000000000000..bbf9bb72bd239 --- /dev/null +++ b/docs/docs-beta/docs/dagster-plus/deployment/rate-limits.md @@ -0,0 +1,5 @@ +--- +title: Dagster+ rate limits +--- + +{/* TODO move from https://docs.dagster.io/dagster-plus/references/limits */} \ No newline at end of file diff --git a/docs/docs-beta/docs/dagster-plus/deployment/settings/deployment-settings.md b/docs/docs-beta/docs/dagster-plus/deployment/settings/deployment-settings.md index dfaf1c09594ef..8f4938f3c3790 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/settings/deployment-settings.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/settings/deployment-settings.md @@ -1,9 +1,6 @@ --- title: "Deployment settings" -displayed_sidebar: "dagsterPlus" -sidebar_label: "Deployment settings" -unlisted: true sidebar_position: 200 --- -# Deployment settings +{/* TODO move from https://docs.dagster.io/dagster-plus/managing-deployments/deployment-settings-reference */}