docs: improve CLI documentation clarity#8059
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hi, I’m preparing for GSoC 2026 and have started contributing to webpack (opened my first PR in the docs repo). I’m interested in working on improving support for @example tags (#5). Could you guide me to the relevant files or modules where this transformation is handled? Thanks! |
alexander-akait
left a comment
There was a problem hiding this comment.
We have Common Use Cases section, please move it here
alexander-akait
left a comment
There was a problem hiding this comment.
A lot of unrelated changed
|
yeah I got lint errors on the other files now |
|
I have made the changes review it |
| "version": "0.1.2", | ||
| "private": true, | ||
| "description": "The main site for all things webpack.", | ||
| "description": "The main site for all things webpack. - CI fixes applied", |
There was a problem hiding this comment.
Looks like it is AI generated code
There was a problem hiding this comment.
I made a small change in package.json to resolve the CI errors and adjusted the description for readability. Let me know if you'd prefer I keep the change or revert the description update.
|
I made a small change in package.json to resolve the CI errors and adjusted the description for readability. Let me know if you'd prefer I keep the change or revert the description update. |
Improved clarity and readability in CLI documentation.
This is my first contribution. Feedback is welcome!