Skip to content

Conversation

@yangleyland
Copy link
Contributor

@yangleyland yangleyland commented Dec 18, 2025

Added documentation for the new partial wildcard redirect feature that allows matching URL segments with specific prefixes. This enables more flexible redirect patterns like /en/articles/9140627-* where only the portion after the prefix is captured and can be substituted in the destination URL.

Files changed:

  • create/redirects.mdx

Created by Mintlify agent


Note

Adds docs for partial wildcard redirects, including prefix-matching and captured-segment substitution examples.

  • Docs (create/redirects.mdx):
    • Add section on partial wildcard patterns for redirects:
      • Explain prefix-based matching using * (e.g., /en/articles/9140627-*).
      • Provide examples for redirecting to a fixed destination and for substituting the captured suffix (e.g., /old/article-* -> /new/article-*).

Written by Cursor Bugbot for commit 8f0226d. This will update automatically on new commits. Configure here.

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
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.

3 participants