Skip to content

DOC-3371: Remove general /docs/demo/ redirect causing catch-all issue for other redirects.#3988

Open
kemister85 wants to merge 1 commit intomainfrom
hotfix/DOC-3371v2
Open

DOC-3371: Remove general /docs/demo/ redirect causing catch-all issue for other redirects.#3988
kemister85 wants to merge 1 commit intomainfrom
hotfix/DOC-3371v2

Conversation

@kemister85
Copy link
Contributor

Ticket: DOC-3371

Changes:

Looking at some redirects, it seem that by simply removing the general /docs/demo/ redirect, this should allow the specific /docs/demo/... redirects to work as expected.- currently they are not. The general /docs/demo/ rule seems to be catching requests like /docs/demo/basic-example/ before the specific rule runs, and depending on order and matching logic this is causing issues.

What happens now:
/docs/demo/basic-example//docs/tinymce/latest/basic-example/
/docs/demo/casechange//docs/tinymce/latest/casechange/
✅ All other specific /docs/demo/... paths → their specific destinations

The specific redirects should now work without the catch-all interfering.

Review:

  • Documentation Team Lead has reviewed

@kemister85 kemister85 requested a review from a team as a code owner February 13, 2026 06:01
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