Add aliases for pages that moved without one - #3815
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Generated by build/check_missing_aliases.py --all --fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds aliases for pages that were renamed without one, so their old URLs stop returning 404.
Generated by
build/check_missing_aliases.py --all --fix. Onlyaliases:frontmatter is touched — no prose changes and no page moves.If a page here was retired on purpose rather than moved, close this PR. Nothing depends on it.
Cases needing a human decision are reported below rather than changed: an old URL that is a live page today, a URL another page already claims as its alias, a page that was split into a section, or a move onto a draft.
Scanner report
Note
Low Risk
Documentation-only alias entries with no application or build logic changes; main risk is a wrong alias sending readers to an unintended page if a listed old URL was retired on purpose.
Overview
Adds Hugo
aliasesto 13 RedisVL user guide pages so bookmarks and external links keep working after doc path changes. Only frontmatter is updated; page content and locations are unchanged.Redirects covered: legacy
/integrate/redisvl/user_guide/...URLs (including shorter topic paths that no longer match the currenthow_to_guides/layout), and pre-reorg/develop/ai/redisvl/user_guide/{topic}/paths for guides that now live underhow_to_guides/. Several how-to pages get both integrate- and develop-style alias entries where the scanner detected two missing URL patterns.Scope: RedisVL getting started plus how-to guides (filtering, LLM cache, vectorizers, advanced queries, etc.). Generated by
build/check_missing_aliases.py --all --fix; other URL moves from that scan are out of scope for this diff.Reviewed by Cursor Bugbot for commit f8c425b. Bugbot is set up for automated code reviews on this repo. Configure here.