docs: enable ssg-md to support rendering overview component#1432
docs: enable ssg-md to support rendering overview component#1432Timeless0911 merged 2 commits intomainfrom
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR migrates the website from using the @rspress/plugin-llms plugin to the built-in llms: true configuration option in Rspress 2.0. The changes remove the external plugin dependency and leverage the native LLMS support that has been integrated into the Rspress core.
- Removed
@rspress/plugin-llmsimport and usage from rspress.config.ts - Added
llms: trueconfiguration option to enable built-in LLMS support - Removed
@rspress/plugin-llmspackage dependency from package.json
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/rspress.config.ts | Migrated from external pluginLlms() to built-in llms: true configuration |
| website/package.json | Removed @rspress/plugin-llms package dependency |
Note: The PR title and description mention "enabling ssg-md to support rendering overview component," but the actual changes are about migrating the LLMS plugin to a built-in configuration. There appears to be a mismatch between the PR description and the actual implementation.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Enable rspress ssg-md to support rendering the component as a Markdown string.
Related Links
https://v2.rspress.rs/guide/basic/ssg-md
Checklist