[docs] Update documentation for features from 2026-04-01#524
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-04-01#524danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Adds a dedicated integrations/agentrc.md page documenting how APM and agentrc work together for instruction authoring and distribution. Registers the page in the Starlight sidebar config. Follows up on README addition from #509. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Starlight documentation page describing how agentrc-generated .instructions.md content can be packaged and distributed via APM, and registers that page in the Integrations sidebar.
Changes:
- Added
docs/src/content/docs/integrations/agentrc.mddescribing the agentrc x APM workflow and shared.instructions.mdformat. - Updated
docs/astro.config.mjsto include the newagentrcpage in the Integrations sidebar.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/src/content/docs/integrations/agentrc.md | New integration page documenting agentrc x APM workflow and links to related docs |
| docs/astro.config.mjs | Adds the new page to the Integrations sidebar |
| ## Learn More | ||
|
|
||
| - [agentrc repository](https://github.com/microsoft/agentrc) | ||
| - [APM Instructions primitive](../../reference/primitive-types/#instructions) |
There was a problem hiding this comment.
The link to ../../reference/primitive-types/#instructions appears to be a broken anchor: primitive-types.md does not define an #instructions section (it doesn't document primitive-type subsections). Consider linking to the Instructions section in introduction/key-concepts (or another page that actually documents the .instructions.md primitive) so the link resolves correctly.
Suggested change
| - [APM Instructions primitive](../../reference/primitive-types/#instructions) | |
| - [APM Instructions primitive](../../introduction/key-concepts/#instructions) |
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.
Documentation Updates - 2026-04-01
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
Changes Made
docs/src/content/docs/integrations/agentrc.md-- new dedicated page explaining how agentrc and APM work together for AI instruction authoring and distributiondocs/astro.config.mjsto register the new page in the Starlight sidebar under IntegrationsMerged PRs Referenced
docs: add agentrc ecosystem section to README-- added a "Works with agentrc" section to README.md; this PR adds the corresponding Starlight docs pageNotes
The README addition in #509 described the integration at a high level. This PR adds a proper docs page under the Integrations section with workflow guidance and cross-links to related primitive and authoring docs.