docs: add code, cjk, math, and mermaid to @source#430
Merged
haydenbleasel merged 17 commits intovercel:mainfrom Mar 3, 2026
Merged
docs: add code, cjk, math, and mermaid to @source#430haydenbleasel merged 17 commits intovercel:mainfrom
haydenbleasel merged 17 commits intovercel:mainfrom
Conversation
…reamdown modules in README.md
…own module sources in getting-started.mdx
…sources in globals.css
…onal Streamdown module sources
Contributor
|
@aradhyacp is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
@aradhyacp these sources should only be included if the relevant package is installed otherwise it will cause an error, need to note that in the docs |
Contributor
|
it may be worth adding them to the individual plugin pages rather than the getting started / setup docs |
Contributor
Author
|
cool, i will push the required changes asap :) |
…ins in globals.css
…rify optional plugin integration
…ns for Tailwind CSS
Contributor
Author
|
@haydenbleasel changes are in let me know if any changes required :) |
Contributor
|
awesome thanks @aradhyacp 🙏 |
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.
Description
This PR updates the documentation configuration to include all relevant
@streamdown/*packages in the@sourceconfiguration.Previously, only:
was included.
Now the following modules are also sourced:
@streamdown/code@streamdown/cjk@streamdown/math@streamdown/mermaidThis ensures all Streamdown extensions are properly included in documentation generation.
Type of Change
Related Issues
Fixes #427
Closes #427
Related to #427
Changes Made
@sourceentries to include all@streamdown/*extensionsTesting
Test Coverage
No runtime code changes. Documentation configuration update only.
Screenshots/Demos
N/A
Checklist
pnpm changeset)Changeset
Additional Notes
This change does not affect runtime behavior. It strictly improves documentation coverage and build completeness.