docs: improve callout and voice widget LLM exports - #611
Merged
Conversation
Contributor
Devon-White
force-pushed
the
Devon/388-callouts-widgets
branch
2 times, most recently
from
August 19, 2026 18:09
bf2feab to
e8c4116
Compare
Devon-White
force-pushed
the
Devon/388-callouts-widgets
branch
from
August 19, 2026 19:07
d6a3401 to
dcebb53
Compare
hey-august
previously approved these changes
Aug 21, 2026
hey-august
left a comment
Collaborator
There was a problem hiding this comment.
Looks good!
- All 17 instances are inside balanced blocks, and the only substantive prose hidden with them is duplicated elsewhere on the page, so nothing drops out of the exports.
- The 8 new callout titles name the actual hazard and add no new claims on the compliance pages.
- All 16 manifest routes match the pages'
slug:frontmatter, including the non-obvious gcloud and amazon-polly ones. yarn test:scriptsandyarn fern-md-checkpass.
One thing I fixed on the branch (70301b4): google and polly were the only provider pages where the ## Voices section contained nothing but the ignored widget block, so the .md export rendered an empty heading. Each now has a one-line pointing at the provider's voice list.
Note: the new paths array expansion in check-llm-exports.mjs has no unit test, so a malformed manifest entry would silently produce zero checks.
Devon-White
force-pushed
the
Devon/388-callouts-widgets
branch
from
August 21, 2026 18:57
70301b4 to
9a39ca8
Compare
hey-august
approved these changes
Aug 21, 2026
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.
Part 2 of #388, stacked on #610.
Validation:
Retarget to main after #610 merges.