You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add redirects for canonical route cleanup (#75) (#101)
Follows shakacode/react_on_rails#3067, which canonicalized four
verbose docs URL slugs via Docusaurus `slug:` frontmatter.
- Redirect the four legacy URLs (with and without trailing slash) to
their new canonical destinations
- Point the existing `/docs/guides/file-system-based-automated-bundle-generation.md`
redirect directly at `/docs/core-concepts/auto-bundling/` to avoid a
redirect chain
- Update site-shell links (footer and `docsRoutes` constants) that
still referenced the legacy `installation-into-an-existing-rails-app`
slug
Fixes#75
0 commit comments