Update and restructure Qdrant integration docs#186
Conversation
There was a problem hiding this comment.
Pull request overview
This PR restructures the Qdrant integration documentation from a single comprehensive page into a more beginner-friendly three-page structure: a getting started guide, a hosting integration reference, and a client integration reference. The changes follow the pattern established by the PostgreSQL integration documentation, making it easier for developers to quickly get started while still providing comprehensive reference material.
Key changes include:
- Split documentation into three focused documents with improved navigation
- Added multi-language support (C#, Python, JavaScript) in the getting started guide
- Added detailed properties documentation describing configuration values injected by
WithReference()
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
src/frontend/src/data/integration-docs.json |
Updated package documentation links to point to the new get-started page |
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-host.mdx |
New hosting integration reference with data volumes, API keys, and non-.NET examples |
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-get-started.mdx |
New getting started guide with multi-language examples for quick setup |
src/frontend/src/content/docs/integrations/databases/qdrant/qdrant-client.mdx |
New client integration reference with configuration options and properties documentation |
src/frontend/src/content/docs/integrations/databases/qdrant.mdx |
Removed old single-page documentation (replaced by three new files) |
src/frontend/config/sidebar/integrations.topics.ts |
Updated sidebar navigation to show collapsible Qdrant section with three sub-pages |
src/frontend/config/redirects.mjs |
Added redirect from old short path to new get-started page |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
IEvangelist
left a comment
There was a problem hiding this comment.
This looks good, but you will need to again fix a merge conflict (as I merged your first PR, and it too updated the redirects). Sorry 😢
The existing Qdrant integration document is comprehensive but difficult for beginners. This PR is intended to keep the comprehensive information but make it easier for those who want to get going quickly. I've used Copilot to propagate changes from the new PostgreSQL documents to the Qdrant ones.
This PR:
WithReference()method.