docs: Enable Starlight agent markdown#1093
Merged
Merged
Conversation
Register the Sentry Starlight theme markdown plugin so the docs site emits static Markdown routes for agent clients. Co-Authored-By: Codex <codex@openai.com>
Contributor
|
Contributor
Codecov Results 📊✅ Patch coverage is 100.00%. Project has 5014 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 81.19% 81.19% —%
==========================================
Files 383 383 —
Lines 26649 26649 —
Branches 17340 17340 —
==========================================
+ Hits 21634 21635 +1
- Misses 5015 5014 -1
- Partials 1799 1798 -1Generated by Codecov Action |
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.
Enable the Sentry Starlight theme's agent Markdown plugin in the docs Astro config so the site emits the static Markdown routes described by the theme README.
Local validation:
pnpm install --frozen-lockfilepasses indocs/.pnpm buildindocs/currently fails during Astro prerendering because the generated bundle importsnanoid/non-secureas a default export; I confirmed the same failure with the original plugin list, so it is not introduced by this change.