Fix incorrect navigation link, typos in MCP plugins and vector store docs#418
Open
Ashutosh0x wants to merge 1 commit into
Open
Fix incorrect navigation link, typos in MCP plugins and vector store docs#418Ashutosh0x wants to merge 1 commit into
Ashutosh0x wants to merge 1 commit into
Conversation
…, MicrosoftDocs#281) - Fix MicrosoftDocs#394: Vector Store tip incorrectly linked to AI Services page instead of Vector Store Connectors page - Fix MicrosoftDocs#282: Typo 'In both case' → 'In both cases' in MCP plugins doc - Fix MicrosoftDocs#281: Remove '.net' from vector store description that appears on Python and Java pages (language-agnostic content)
Contributor
|
Learn Build status updates of commit 7b66fff:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| agent-framework/get-started/workflows.md | Details | ||
| semantic-kernel/concepts/plugins/adding-mcp-plugins.md | ✅Succeeded | ||
| semantic-kernel/concepts/semantic-kernel-components.md | ✅Succeeded | ||
| semantic-kernel/concepts/vector-store-connectors/index.md | ✅Succeeded |
agent-framework/get-started/workflows.md
- Line 64, Column 1: [Warning: invalid-code]
The code snippet "~/../agent-framework-code/python/samples/01-get-started/05_first_workflow.py" could not be found. - Line 68, Column 1: [Warning: invalid-code]
The code snippet "~/../agent-framework-code/python/samples/01-get-started/05_first_workflow.py" could not be found.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
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.
Fixes #394, #282, #281
This PR addresses three separate documentation issues:
Fix #394 — Incorrect document navigation link
The Vector Store (Memory) Connectors tip on the Semantic Kernel Components page linked to the AI Services page instead of the Vector Store Connectors page. Both the AI Service Connectors and Vector Store sections had identical links pointing to
ai-services/index.md.Before:
[Adding AI services to Semantic Kernel](./ai-services/index.md)After:
[Vector Store Connectors](./vector-store-connectors/index.md)Fix #282 — Typo in MCP plugins page
Grammar fix: ''In both case'' → ''In both cases'' on the Adding MCP Plugins page.
Fix #281 — Incorrect '.net' reference on Python/Java vector store pages
The vector store connectors overview page says ''Semantic Kernel and .net provides an abstraction...'' but this text appears on all language pivots including Python and Java. Removed the .net-specific reference to make the description language-agnostic.
Before: ''Semantic Kernel and .net provides an abstraction...''
After: ''Semantic Kernel provides an abstraction...''
Files Changed
semantic-kernel/concepts/semantic-kernel-components.mdsemantic-kernel/concepts/plugins/adding-mcp-plugins.mdsemantic-kernel/concepts/vector-store-connectors/index.md