Skip to content

docs: add compatibility aliases for moved reference pages#1626

Merged
jamesadevine merged 1 commit into
mainfrom
copilot/fix-documentation-issues
Jul 22, 2026
Merged

docs: add compatibility aliases for moved reference pages#1626
jamesadevine merged 1 commit into
mainfrom
copilot/fix-documentation-issues

Conversation

Copilot AI commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Older integrations were resolving stale docs paths (docs/reference/front-matter.md, docs/engines.md) and failing with 404s, which caused downstream prompt/tooling flows to break when fetching references.

  • Compatibility aliases
    • Added /docs/reference/front-matter.md as a redirect-style shim to ../front-matter.md.
    • Added /docs/engines.md as a redirect-style shim to engine.md.
  • Impact
    • Preserves backward compatibility for legacy links without changing canonical docs locations.
# Moved: `docs/front-matter.md`
This page moved to [`docs/front-matter.md`](../front-matter.md).

Test plan

Manual verification of the new files and links in-repo.

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine
jamesadevine marked this pull request as ready for review July 22, 2026 10:45
@jamesadevine
jamesadevine merged commit 4fe59c7 into main Jul 22, 2026
2 of 5 checks passed
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.

2 participants