Skip to content

docs: fix apps/ai references after consolidation, add Tantivy search docs#3889

Closed
devin-ai-integration[bot] wants to merge 1 commit intodevin/1770768612-update-docs-recent-changes-2from
devin/1770854699-update-docs-recent-changes-3
Closed

docs: fix apps/ai references after consolidation, add Tantivy search docs#3889
devin-ai-integration[bot] wants to merge 1 commit intodevin/1770768612-update-docs-recent-changes-2from
devin/1770854699-update-docs-recent-changes-3

Conversation

@devin-ai-integration
Copy link
Contributor

Summary

Fixes incorrect documentation introduced in the parent PR #3847 and adds missing documentation for the new Tantivy-powered search.

Fixes to parent PR docs:

  • developers/1.env.mdx: The parent PR incorrectly changed references from apps/api to apps/ai. Since refactor: consolidate apps/ai into apps/api #3852 consolidated apps/ai into apps/api (and apps/ai no longer exists), this restores the correct apps/api references. Also removes the deleted apps/api/package.json from the supabase usage note.
  • developers/5.run.mdx: The parent PR changed the API run command to pnpm -F api dev and added a separate "AI Server (apps/ai)" section. Since apps/api is now a Rust project (no package.json), this restores cargo run -p api and removes the nonexistent apps/ai section.

New documentation:

  • faq/1.features.mdx: Updates the search FAQ to mention Tantivy-powered full-text search (added in feat(search): implement search with tantivy #3831).
  • faq/3.technical.mdx: Adds a new "How does in-app search work?" FAQ entry explaining the Tantivy search engine.

Stacked on #3847 (devin/1770768612-update-docs-recent-changes-2).

Review & Testing Checklist for Human

  • Verify that apps/ai/ truly no longer exists on main and apps/api/Cargo.toml has name = "api" — confirming the cargo run -p api command and apps/api path references are correct
  • Check whether the Tantivy FAQ description ("filtering by type... and date range, with results ranked by relevance") accurately reflects the current plugins/tantivy implementation
  • Confirm no other recent code changes (last 7 days) need documentation that isn't covered by this PR or the parent docs: update technical FAQ, support FAQ, and AI server run instructions #3847

Notes

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration bot deleted the branch devin/1770768612-update-docs-recent-changes-2 February 13, 2026 00:34
@devin-ai-integration devin-ai-integration bot deleted the devin/1770854699-update-docs-recent-changes-3 branch February 13, 2026 00:34
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.

0 participants

Comments