Skip to content

Commit

Permalink
[docs] - Add DU to landing page (#17353)
Browse files Browse the repository at this point in the history
## Summary & Motivation

This PR adds a link to Dagster University to the docs landing page.

## How I Tested These Changes

👀
  • Loading branch information
erinkcochran87 authored Oct 23, 2023
1 parent 666c4f8 commit 6d850d8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/content/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ You declare functions that you want to run and the data assets that those functi

Dagster is built to be used at every stage of the data development lifecycle - local development, unit tests, integration tests, staging environments, all the way up to production.

**New to Dagster**? Check out the **Hello Dagster example**, learn with some hands-on **Tutorials**, or dive into **Concepts**.
**New to Dagster**? Check out the **Hello Dagster example**, learn with some hands-on **Tutorials**, or dive into **Concepts**. For an in-depth learning experience, enroll in **Dagster University**.

<div className="inline-flex flex-row space-x-4">
<Button link="/getting-started/hello-dagster">Run Hello Dagster</Button>
<Button link="/getting-started/hello-dagster">Run Hello, Dagster!</Button>
<Button link="/tutorial" style="secondary">
View Tutorials
</Button>
<Button link="/concepts" style="secondary">
Explore Concepts
</Button>
<Button link="/tutorial" style="secondary">
View Tutorials
<Button link="https://courses.dagster.io" style="secondary">
Enroll in Dagster University
</Button>
</div>

Expand Down

1 comment on commit 6d850d8

@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-b5p7mhwzs-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.