Skip to content
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

DOC-564 Add redirects from old to new docs paths #27143

Merged
merged 6 commits into from
Jan 22, 2025

Conversation

neverett
Copy link
Contributor

Summary & Motivation

Add redirects from old to new docs site using the Docusaurus client-side redirects plugin.

Here's the spreadsheet of old and new paths for all docs.

How I Tested These Changes

This will need to be tested in production.

Changelog

Insert changelog entry or delete this section.

@neverett neverett self-assigned this Jan 16, 2025
@neverett neverett added the area:docs-revamp Related to the revamp of the docs label Jan 16, 2025
Copy link

github-actions bot commented Jan 16, 2025

Deploy preview for dagster-docs-beta ready!

Preview available at https://dagster-docs-beta-4nkzviqeg-elementl.vercel.app

Direct link to changed pages:

@neverett
Copy link
Contributor Author

cc @cmpadden

neverett and others added 5 commits January 22, 2025 12:39
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
Signed-off-by: nikki everett <[email protected]>
@cmpadden cmpadden force-pushed the nikki/docs/add-redirects branch from 15c0b10 to 33ab5c2 Compare January 22, 2025 17:40
Comment on lines +30 to +42
// Translated from migration spreadsheet
// {
// from: '/:version(\d+.\d+.\d+)/:slug*',
// to: '/',
// },
// {
// from: '/dagster-cloud/:slug*',
// to: '/dagster-plus/',
// },
// {
// from: '/guides/dagster-pipes/:slug*',
// to: '/guides/build/external-pipelines/',
// },
Copy link
Contributor

Choose a reason for hiding this comment

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

I've left these globs unimplemented for now.

@neverett neverett marked this pull request as ready for review January 22, 2025 18:34
@cmpadden cmpadden merged commit dcef917 into master Jan 22, 2025
7 checks passed
@cmpadden cmpadden deleted the nikki/docs/add-redirects branch January 22, 2025 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs-revamp Related to the revamp of the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants