We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(cli): add Client CLI Guide; link from Home and sidebar Add Client-CLI-Guide.md (complete CLI reference, examples, JSON output, agent/CI snippets) and update Home.md and _Sidebar.md to include navigation links.
docs(wiki): normalize internal wiki links in Home.md and _Sidebar.md Remove folder prefixes and standardize page titles/casing for internal links (e.g. configuration/* -> Configuration, usage/* -> Batch Processing Guide / search guide).
docs(wiki): update internal wiki links to namespaced paths Normalize internal links in Home.md and _Sidebar.md to use folder-qualified wiki paths (e.g. configuration/..., usage/..., performance/...) and adjust reference link text for consistency.
docs(batch-processing): add Batch Processing Guide and link from site navigation - add new batch-processing.md with architecture, batching algorithms, priorities, config examples, and troubleshooting - link guide from Home.md and _Sidebar.md - expand configuration-reference.md with batch processing docs, priority descriptions, batch size table, and guidance
docs(sidebar,home): remove .md extensions from internal links Normalize internal documentation links in Home.md and _Sidebar.md (e.g. configuration-reference, configuration/*, usage/search-api-guide, performance/vector-storage-performance) for consistent linking.
docs: remove .md extension from configuration-reference links in Home.md and _Sidebar.md Update internal links to use extensionless path (configuration-reference) instead of configuration-reference.md.
docs(home,sidebar): add Configuration Reference link and Quick Start section Add a Quick Start section to Home.md highlighting the new Configuration Reference and add the same Configuration Reference link to _Sidebar.md under the Configuration group.
docs: add search configuration and vector storage performance guides - Add configuration/Search-Configuration.md (pgvector iterative scanning, metadata filtering, examples) - Add performance/vector-storage-performance.md (indexing, tuning, benchmarks) - Remove maintenance/Path-Migration.md and replace "Maintenance" with "Performance" in Home.md and _Sidebar.md - Update usage/search-api-guide.md to document pgvector iterative scanning, new response fields (file_types, iterative_scan_used) and recommend SQL-level filters
docs(wiki): add path migration guide Add comprehensive documentation for the path migration feature including: - Overview and problem statement - Architecture and components - Usage examples with code - Configuration options - Safety features (advisory locking, validation, batch processing) - Error handling and troubleshooting - Performance considerations - Best practices Update wiki navigation: - Add new Maintenance section to sidebar - Update Home page with organized sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs(usage): move search-api-guide into usage/ and add Search API Guide links to Home and sidebar
docs: add initial configuration documentation files
Initial Home page