-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Add tutorials category to integrations and reorganize integrations categories and sidebar #26323
Conversation
Signed-off-by: nikki everett <[email protected]>
@neverett looks like we're getting a couple errors in Vercel:
|
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
@cmpadden those errors should be fixed now, mind taking another look? |
docs/docs-beta/sidebars.ts
Outdated
{ | ||
type: 'category', | ||
label: 'Alerting', | ||
label: 'Dagster-supported', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about making Dagster-supported
the default, so it's at the top level, and then community supported being a sub folder? I think that might reduce the visual clutter slightly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And then we can create some cool React components to have tags on the integration pages themselves with dagster verified
or something along those lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a great idea! Looks like Docusaurus has tagging built in, so I just used that. All integrations libraries now live in the "Libraries" section and have relevant tags (dagster-supported, community-supported, ETL, etc); tags are at the bottom of the page.
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
@neverett here are the Vercel errors for easier reference:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to confirm that things look good running locally.
There are a couple of broken links, but approving so that you're unblocked.
Ugh, sorry, I should've waited for the build to finish before commenting -- I'll fix those. Also cc @dehume -- here's more docs revamp work, if you're curious |
Signed-off-by: nikki everett <[email protected]>
docs/docs-beta/docs/dagster-plus/deployment/hybrid/agents/kubernetes.md
Outdated
Show resolved
Hide resolved
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
…ions categories and sidebar (dagster-io#26323) ## Summary & Motivation * Add "Tutorials" category to "Integrations" * Reorganize categories for integrations libraries -- we now have "Dagster supported" and "Community supported". ## How I Tested These Changes Tested locally ## Changelog > Insert changelog entry or delete this section. --------- Signed-off-by: nikki everett <[email protected]>
Summary & Motivation
How I Tested These Changes
Tested locally
Changelog