Skip to content

Update and restructure Milvus integration docs#187

Merged
IEvangelist merged 6 commits into
microsoft:mainfrom
alistairmatthews:restructure-milvus-docs
Jan 8, 2026
Merged

Update and restructure Milvus integration docs#187
IEvangelist merged 6 commits into
microsoft:mainfrom
alistairmatthews:restructure-milvus-docs

Conversation

@alistairmatthews
Copy link
Copy Markdown
Contributor

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:

  • Splits the large integration doc into two: Hosting and Client.
  • Adds a getting started short tutorial.
  • Adds a Properties of the Milvus resources section to the client reference docs. This describes what configuration values are injected by the WithReference() method.

@alistairmatthews alistairmatthews marked this pull request as ready for review January 7, 2026 17:12
Copilot AI review requested due to automatic review settings January 7, 2026 17:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread src/frontend/src/content/docs/integrations/databases/milvus/milvus-client.mdx Outdated
Comment thread src/frontend/src/content/docs/integrations/databases/milvus/milvus-client.mdx Outdated
Comment thread src/frontend/src/content/docs/integrations/databases/milvus/milvus-client.mdx Outdated
Copy link
Copy Markdown
Member

@IEvangelist IEvangelist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one has a few suggestions from Copilot to consider; it looks good otherwise...besides the merge conflicts.

@IEvangelist IEvangelist enabled auto-merge (squash) January 8, 2026 16:21
@IEvangelist IEvangelist merged commit e6c329b into microsoft:main Jan 8, 2026
6 checks passed
@alistairmatthews alistairmatthews deleted the restructure-milvus-docs branch January 13, 2026 11:58
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.

3 participants