Skip to content

[CHORE](redirects) Auto redirect from prior releases address#401

Merged
John McCall (lowlydba) merged 1 commit into
mainfrom
375-handle-traffic-to-old-releases-page-in-docs
May 28, 2026
Merged

[CHORE](redirects) Auto redirect from prior releases address#401
John McCall (lowlydba) merged 1 commit into
mainfrom
375-handle-traffic-to-old-releases-page-in-docs

Conversation

@lowlydba
Copy link
Copy Markdown
Contributor

@lowlydba John McCall (lowlydba) commented May 27, 2026

Per the issue, this will give us a redirect from /releases to resurrect any dead URLs that were not updated to point to /release-calendar.

Note

Due to the janky CloudFront setup for the staging deploy, it won't work (well) - but this works as expected locally, and will work in production (GH Pages based)

Signed-off-by: John McCall <john@overturemaps.org>
Copilot AI review requested due to automatic review settings May 27, 2026 21:55
@lowlydba John McCall (lowlydba) requested a review from a team as a code owner May 27, 2026 21:55
@lowlydba John McCall (lowlydba) linked an issue May 27, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a client-side redirect from the legacy /releases path to the current /release-calendar/ page by introducing the @docusaurus/plugin-client-redirects plugin and configuring a single redirect entry.

Changes:

  • Add @docusaurus/plugin-client-redirects@^3.10.1 dependency.
  • Register the plugin in docusaurus.config.js with a /releases/release-calendar/ redirect.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Adds the client redirects plugin dependency.
package-lock.json Lockfile entry for the new plugin.
docusaurus.config.js Configures the plugin with the /releases/release-calendar/ redirect.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

🗺️ OMF Docs previews are live!

🆕 Auto-gen schema site (beta) https://staging.overturemaps.org/docs/pr/401/index.html
🗂️ Auto-gen schema ref main@25aca92
🌍 Repo schema site https://staging.overturemaps.org/docs/pr/401-no-autogen/index.html
🕐 Updated May 27, 2026 21:57 UTC
📝 Commit 663912c

Auto-gen schema site is now available. This is an early preview of a future workflow where we will automatically generate and publish reference docs for the Overture Maps Format schema.

The auto-gen schema site may contain incomplete or inaccurate information as we are still refining the generation process, so please compare against the repo schema site and refer to the official Overture documentation for authoritative information.

Note

♻️ This preview updates automatically with each push to this PR.

@github-actions
Copy link
Copy Markdown

Super-linter summary

Language Validation result
JAVASCRIPT_ES Pass ✅
MARKDOWN Pass ✅
NATURAL_LANGUAGE Pass ✅
SQLFLUFF Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sounds good to me

@lowlydba John McCall (lowlydba) merged commit 137753c into main May 28, 2026
20 checks passed
@lowlydba John McCall (lowlydba) deleted the 375-handle-traffic-to-old-releases-page-in-docs branch May 28, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

handle traffic to old releases page in docs

3 participants