Skip to content

chore: add doc-kit configs for title, favicon, og:image, description#125

Draft
TusharThakur04 wants to merge 1 commit into
webpack:mainfrom
TusharThakur04:chore/doc-kit-configs
Draft

chore: add doc-kit configs for title, favicon, og:image, description#125
TusharThakur04 wants to merge 1 commit into
webpack:mainfrom
TusharThakur04:chore/doc-kit-configs

Conversation

@TusharThakur04
Copy link
Copy Markdown
Member

@TusharThakur04 TusharThakur04 commented Jun 6, 2026

Closes: #121
Summary
This PR adds doc-kit configs for title, favicon, og:image, description

  • still need the source of the preview image (og:image) cc @avivkeller

What kind of change does this PR introduce?
chore

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?
n/a

Use of AI
for discussion

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 6, 2026

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

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment Jun 6, 2026 6:34am

Request Review


const Webpack_Description =
'Webpack is the build tool for modern web applications run on NodeJS. Webpack is a module bundler and its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. ';

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.

this can be inlined

Comment thread scripts/html/index.mjs

htmlContent = htmlContent.replace('content=" | Webpack"', 'content="Webpack"');

await writeFile(indexPath, htmlContent, 'utf-8');
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'm fixing this upstream now

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.

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.

Final Doc-Kit Config Changes

2 participants