Skip to content

fix: add 4 missing redirects causing CI to always fail#3573

Open
curquiza wants to merge 1 commit into
mainfrom
fix/missing-redirects
Open

fix: add 4 missing redirects causing CI to always fail#3573
curquiza wants to merge 1 commit into
mainfrom
fix/missing-redirects

Conversation

@curquiza
Copy link
Copy Markdown
Member

@curquiza curquiza commented May 5, 2026

Summary

The check-missing-redirects CI check was failing on every PR because 4 URLs with real traffic had no matching page or redirect. These were pre-existing gaps unrelated to any specific PR content.

Missing redirects added:

Old URL New destination
/learn/ai_powered_search/overview /capabilities/hybrid_search/overview
/learn/security /capabilities/security/overview
/learn/fine_tuning_results/vector_search /capabilities/hybrid_search/overview
/learn/self_hosting/configure_meilisearch_at_launch /resources/self_hosting/configuration/overview

Test plan

  • JSON is valid
  • CI check-missing-redirects should now pass on this PR and all subsequent PRs

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated URL redirects for documentation pages related to self-hosted configuration, AI-powered search, and security features to point to their new locations.

Four URLs with real traffic had no matching page or redirect,
causing check-missing-redirects to always exit with code 1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@curquiza curquiza requested a review from qdequele May 5, 2026 14:01
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 5, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
meilisearch-documentation 🟢 Ready View Preview May 5, 2026, 2:03 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 80754eba-61fc-4f58-9dbb-0d07c0c7f210

📥 Commits

Reviewing files that changed from the base of the PR and between 31660b4 and dbaff5f.

📒 Files selected for processing (1)
  • config/redirects.json

📝 Walkthrough

Walkthrough

Three URL redirect mappings are added to the configuration file: /learn/self_hosted/configure_meilisearch_at_launch, /learn/ai_powered_search/overview, and /learn/security route to their respective updated documentation paths under /resources, /capabilities, and /capabilities.

Changes

Redirect Configuration Updates

Layer / File(s) Summary
Redirect Mappings
config/redirects.json
Three new redirect entries added: self-hosted Meilisearch configuration, AI-powered search overview, and security documentation paths now point to their updated locations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Three hoppy paths now point the way,
Through documentation's bright display,
/learn leads to /capabilities shore,
The redirect map knows where to explore! 🗺️

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding missing redirects to fix a failing CI check. It is clear, specific, and directly reflects the changeset's primary purpose.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/missing-redirects

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix/improvement tooling and maintenance Maintenance (CI, tooling...)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant