This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Scope search results to current docs version#328
Closed
parteeksingh24 wants to merge 64 commits intomainfrom
Closed
Scope search results to current docs version#328parteeksingh24 wants to merge 64 commits intomainfrom
parteeksingh24 wants to merge 64 commits intomainfrom
Conversation
- Flip version picker: v0 is "Current", v1 is "Preview" - Replace deprecation banner with preview banner - Update install/quickstart to use agentuity CLI - Remove TODOs and archived content
- Update naming to Routes/ with expanded content - Add more accurate callouts to route pages - Add middleware sections to email, SSE, WebSocket docs - Consolidate API pages (content moved to Routes) - Fix cross-referenced links throughout
Signed-off-by: Matthew Congrove <mcongrove@agentuity.com>
- Fix route patterns and imports in examples - Styling/consistency tweaks - Add Summary table to rag-agent.mdx - Add AGENTUITY_PUBLIC_* tip to build-configuration.mdx
- Document standalone validator() for routes without agents - Rewrite server-utilities to show direct SDK storage access pattern
- Add `VersionedSearchDialog` that detects v0/v1 from pathname - Tag search index entries with version slug in search API route - Wire custom dialog into `RootProvider` to replace default
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
VersionedSearchDialogthat detects v0/v1 from pathnameRootProviderto replace default