diff --git a/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/configuration.md b/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/configuration.md index b082be62deea5..99111c0fa0616 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/configuration.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/configuration.md @@ -7,7 +7,8 @@ sidebar_position: 200 This guide is applicable to Dagster+. ::: -This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/dagster-plus/deployment/agents/docker/configuring-running-docker-agent). +{/* This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/dagster-plus/deployment/agents/docker/configuring-running-docker-agent). */} +This reference describes the various configuration options Dagster+ currently supports for [Docker agents](/todo). --- @@ -33,6 +34,8 @@ The `container_context.docker.env_vars` property is a list, where each item can Refer to the following guides for more info about environment variables: -- [Dagster+ environment variables and secrets](/dagster-plus/managing-deployments/environment-variables-and-secrets) -- [Using environment variables and secrets in Dagster code](/guides/dagster/using-environment-variables-and-secrets) +{/* - [Dagster+ environment variables and secrets](/dagster-plus/managing-deployments/environment-variables-and-secrets) */} +- [Dagster+ environment variables and secrets](/todo) +{/* - [Using environment variables and secrets in Dagster code](/guides/dagster/using-environment-variables-and-secrets) */} +- [Using environment variables and secrets in Dagster code](/todo) diff --git a/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/setup.md b/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/setup.md index 6031bc07020af..9144b7cb623cf 100644 --- a/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/setup.md +++ b/docs/docs-beta/docs/dagster-plus/deployment/deployment-types/hybrid/docker/setup.md @@ -13,7 +13,8 @@ In this guide, you'll configure and run a Docker agent. Docker agents are used t To complete the steps in this guide, you'll need: -- **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/dagster-plus/account/managing-users) for more info. +{/* - **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/dagster-plus/account/managing-users) for more info. */} +- **Permissions in Dagster+ that allow you to manage agent tokens**. Refer to the [User permissions documentation](/todo) for more info. - **To have Docker installed** - **Access to a container registry to which you can push images with Dagster code.** Additionally, your Docker agent must have the permissions required to pull images from the registry. @@ -117,6 +118,8 @@ These credential helpers generally are configured in `~/.docker.config.json`. To Now that you've got your agent running, what's next? -- **If you're getting Dagster+ set up**, the next step is to [add a code location](/dagster-plus/managing-deployments/code-locations) using the agent. +{/* - **If you're getting Dagster+ set up**, the next step is to [add a code location](/dagster-plus/managing-deployments/code-locations) using the agent. */} +- **If you're getting Dagster+ set up**, the next step is to [add a code location](/todo) using the agent. -- **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/dagster-plus/managing-deployments/code-locations) guide for more info. +{/* - **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/dagster-plus/managing-deployments/code-locations) guide for more info. */} +- **If you're ready to load your Dagster code**, refer to the [Adding Code to Dagster+](/todo) guide for more info.