Skip to content

Commit 7b29239

Browse files
cmpaddenLoHertel
authored andcommitted
[dagster-university] removes DU content as it has been migrated to project-dagster-university (dagster-io#27621)
## Summary & Motivation dagster-io/project-dagster-university#53 ## How I Tested These Changes ## Changelog NOCHANGELOG
1 parent 192a90e commit 7b29239

File tree

255 files changed

+1
-14589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+1
-14589
lines changed

.github/workflows/build-dagster-university.yml

-68
This file was deleted.

docs/README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ Each MDX file in `/content` directly corresponds to a single, rendered docs page
217217
- [**Code snippets**](#code-snippets) are embedded throughout the prose docs. All code snippets used in the docs site live (outside the `docs` folder) in `examples/docs_snippets`. This is just a regular python package, which makes it easy to test and specify dependencies for the snippets.
218218
- [**Screenshots**](#screenshots) are image files living in `next/public/images`, typically under a subdirectory corresponding to the page on which they appear. There's no need to manually manage the screenshots in this directory-- instead you can add a specification your screenshot to `screenshots` and run `dagster-ui-screenshot capture` to quasi-automatically generate the screenshot and place it in the appropriate subdirectory of `next/public/images`.
219219
- [**Navigation schema**](#navigation-schema) is a JSON file specifying the contents of the main nav for the site (found in the left sidebar). This typically needs to be updated to include a link when new prose doc is added.
220-
- [**Dagster University**](#dagster-university) is a separate Nextjs site containing the content for Dagster University courses.
221220

222221
Refer to the [Development section][docs-development] for info about committing and pushing MDX changes.
223222

@@ -852,12 +851,6 @@ Quote
852851
853852
---
854853
855-
## Dagster University
856-
857-
Refer to the Dagster University [README](https://github.com/dagster-io/dagster/tree/master/docs/dagster-university) for more info about working in this directory.
858-
859-
---
860-
861854
## Troubleshooting
862855
863856
- [Error: ModuleNotFoundError: No module named 'X']
@@ -969,4 +962,4 @@ To resolve the error, you need to rebuild your `tox` environment and bring in th
969962
<!-- ## REFERENCES -->
970963
971964
[reference-cli-commands]: #cli-commands
972-
[reference-markdown-rst]: #markdown-and-restructuredtext-formatting
965+
[reference-markdown-rst]: #markdown-and-restructuredtext-formatting

docs/dagster-university/.babelrc

-12
This file was deleted.

docs/dagster-university/.eslintrc.js

-16
This file was deleted.

docs/dagster-university/.gitignore

-15
This file was deleted.

docs/dagster-university/.prettierignore

-3
This file was deleted.

docs/dagster-university/.prettierrc.js

-6
This file was deleted.

docs/dagster-university/.remarkrc.js

-13
This file was deleted.

docs/dagster-university/.yarn/releases/yarn-4.5.0.cjs

-925
This file was deleted.

docs/dagster-university/.yarnrc.yml

-7
This file was deleted.

docs/dagster-university/README.md

-80
This file was deleted.

docs/dagster-university/components/Callout.tsx

-26
This file was deleted.

0 commit comments

Comments
 (0)