-
-
Notifications
You must be signed in to change notification settings - Fork 200
docs: update logo references to use SVG version #2737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates all Rspress logo references to use a consistent SVG format from a centralized CDN location. The changes replace various PNG and WebP logo references with a single SVG URL across configuration files, documentation, and test fixtures.
- Standardizes logo format from PNG/WebP to SVG for better scalability
- Consolidates logo URLs to use
assets.rspack.rsCDN - Updates test expectations to match the new logo URL
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/rspress.config.ts | Updated site logo and icon to use SVG format |
| website/docs/zh/index.md | Changed hero image to use CDN-hosted SVG logo |
| website/docs/zh/fragments/builtin-components.mdx | Updated Badge component examples to use SVG logo |
| website/docs/public/rspress-logo.webp | File deleted (replaced by CDN asset) |
| website/docs/en/index.md | Changed hero image to use CDN-hosted SVG logo |
| website/docs/en/fragments/builtin-components.mdx | Updated Badge component examples to use SVG logo |
| e2e/fixtures/inline-markdown/index.test.ts | Updated test expectation for new SVG logo URL |
| e2e/fixtures/inline-markdown/doc/index.mdx | Updated feature icon to use SVG logo |
| e2e/fixtures/basic/rspress.config.ts | Updated custom nav content to use SVG logo |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff Analysis
A detailed bundle diff analysis has been generated using Rsdoctor. You can download and view the interactive HTML report from the workflow artifacts. 📦 Download Link: Download Bundle Diff Report Generated by Rsdoctor Action |

Summary
Replace all references to the old PNG logo with the new SVG version from the
assets.rspack.rsdomain.Related Issue
Checklist