Conversation
✅ Deploy Preview for rspress-v2 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 upgrades the documentation for the llms.txt and SSG-MD features, providing comprehensive guides in both English and Chinese. The documentation explains what SSG-MD is, why it's needed, how it's implemented, and how to use it.
- Adds extensive documentation content explaining the SSG-MD feature and its benefits for GEO (Generative Engine Optimization)
- Includes detailed implementation examples showing React-to-Markdown rendering
- Refactors the Layout component to use
usePage()instead ofusePageData()
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/docs/zh/guide/basic/ssg-md.mdx | Adds comprehensive Chinese documentation for SSG-MD feature with examples, configuration, and warnings |
| website/docs/en/guide/basic/ssg-md.mdx | Adds comprehensive English documentation for SSG-MD feature, mirroring the Chinese version |
| packages/core/src/theme/layout/Layout/index.tsx | Refactors to use usePage() hook instead of usePageData() for better separation of concerns |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 3 projects in monorepo, 3 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 nodePath:
📦 Download Diff Report: node Bundle Diff 📁 node_mdPath:
📦 Download Diff Report: node_md Bundle Diff 📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
Summary
docs: upgrade llms.txt and ssg-md
Related Issue
close #2857
Checklist