chore: remove haystack-experimental links - #568
Merged
Conversation
`haystack-experimental` is archived. Remove the site chrome pointing at it: the "🧪 Experiments" main-menu entry, the footer "Experiments" link, and the llms.txt entry. The intro page linked docs.haystack.deepset.ai/docs/experimental-package, which is being removed from the docs site, so drop that bullet. Release notes and the query-decomposition blog post keep their mentions — they describe what was true when published. Note: hugo is not installed locally, so this was not verified with a site build. The changes are a TOML menu entry, one <li>, and two markdown bullets; config.toml was validated as parseable. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Summary
|
julian-risch
marked this pull request as ready for review
July 28, 2026 13:51
kacperlukawski
requested changes
Jul 29, 2026
kacperlukawski
self-requested a review
July 29, 2026 09:15
kacperlukawski
approved these changes
Jul 29, 2026
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.
Related Issues
Proposed Changes:
llms.txtentry, all pointing at the archived repo.docs.haystack.deepset.ai/docs/experimental-package— that page is being deleted in docs: remove haystack-experimental documentation haystack#12177.How did you test it?
config.tomlvalidated as parseable and the footer markup checked by hand. Not verified with a site build — hugo is not installed locally. Worth a preview check.Notes for the reviewer