Update and restructure Milvus integration docs#187
Merged
IEvangelist merged 6 commits intoJan 8, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restructures the Milvus integration documentation by splitting a single comprehensive document into three focused documents, making it more accessible for beginners while retaining all technical details. The changes follow the established pattern from the PostgreSQL documentation.
- Splits the monolithic Milvus integration doc into separate Getting Started, Hosting, and Client reference documents
- Adds multi-language support (C#, Python, JavaScript) in the Getting Started guide
- Introduces a detailed "Properties of the Milvus resources" section describing injected configuration values
- Updates navigation structure, redirects, and integration documentation links to match the new file organization
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
src/frontend/src/data/integration-docs.json |
Updates package references to point to the new getting started page |
src/frontend/src/content/docs/integrations/databases/milvus/milvus-host.mdx |
New hosting integration reference with comprehensive AppHost configuration examples |
src/frontend/src/content/docs/integrations/databases/milvus/milvus-get-started.mdx |
New getting started tutorial with multi-language support for quick setup |
src/frontend/src/content/docs/integrations/databases/milvus/milvus-client.mdx |
New client integration reference with configuration details and properties documentation |
src/frontend/src/content/docs/integrations/databases/milvus.mdx |
Removes the old monolithic document (content migrated to new files) |
src/frontend/config/sidebar/integrations.topics.ts |
Adds collapsible Milvus section with three sub-pages |
src/frontend/config/redirects.mjs |
Adds redirect from old Milvus path and fixes PostgreSQL redirect path |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
IEvangelist
reviewed
Jan 8, 2026
IEvangelist
approved these changes
Jan 8, 2026
Member
IEvangelist
left a comment
There was a problem hiding this comment.
This one has a few suggestions from Copilot to consider; it looks good otherwise...besides the merge conflicts.
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.
The existing Milvus 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 Milvus ones.
This PR:
WithReference()method.