Skip to content

feat: add download snippet at home page#175

Open
TusharThakur04 wants to merge 2 commits into
webpack:mainfrom
TusharThakur04:feat/home-download-snippet
Open

feat: add download snippet at home page#175
TusharThakur04 wants to merge 2 commits into
webpack:mainfrom
TusharThakur04:feat/home-download-snippet

Conversation

@TusharThakur04

@TusharThakur04 TusharThakur04 commented Jul 8, 2026

Copy link
Copy Markdown
Member

Closes: #152
Summary
This PR adds download snippet at the home page

What kind of change does this PR introduce?
feat

Did you add tests for your changes?
no

Does this PR introduce a breaking change?
no

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Use of AI

@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jul 9, 2026 8:48am

Request Review

Comment thread scripts/html/doc-kit.config.mjs Outdated
Comment on lines +85 to +86
'#theme/Hero': join(ROOT, 'components/HomePage/Hero/index.jsx'),
'#theme/ConfigSection': join(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'#theme/Hero': join(ROOT, 'components/HomePage/Hero/index.jsx'),
'#theme/ConfigSection': join(
'#theme/Home/Hero': join(ROOT, 'components/HomePage/Hero/index.jsx'),
'#theme/Home/ConfigSection': join(

Let's make this a bit more organized

Comment thread pages/index.md Outdated
<Hero>

```bash displayName="npm"
npm init -y

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we even need to show the init, just the installation, right?

@bjohansebas

Copy link
Copy Markdown
Member

You can also add Bun and Deno, we support them now too. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Download Page

3 participants