Skip to content

Commit

Permalink
[docs] add links to example for multi-code location deployments (#23703)
Browse files Browse the repository at this point in the history
## How I Tested These Changes
👀
  • Loading branch information
garethbrickman authored Aug 19, 2024
1 parent 6703868 commit ab2fe4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/concepts/code-locations/workspace-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,5 @@ The example above also illustrates the `location_name` key. Each code location i

</TabItem>
</TabGroup>

You can see a working example of a Dagster project that has multiple code locations in our [cloud-examples/multi-location-project repo](https://github.com/dagster-io/cloud-examples/tree/main/multi-location-project).
2 changes: 2 additions & 0 deletions docs/content/guides/dagster/recommended-project-structure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ To include multiple code locations in a single project, you'll need to add a [co
- **If using Dagster+**, add a [`dagster_cloud.yaml` file](/dagster-plus/managing-deployments/dagster-cloud-yaml) to the root of your project.
- **If developing locally or deploying to your infrastructure**, add a `workspace.yaml` file to the root of your project. Refer to the [workspace files documentation](/concepts/code-locations/workspace-files) for more info.

You can see a working example of a Dagster project that has multiple code locations in our [cloud-examples/multi-location-project repo](https://github.com/dagster-io/cloud-examples/tree/main/multi-location-project).

---

## For tests
Expand Down

1 comment on commit ab2fe4b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-n0b1g1xdl-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit ab2fe4b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.