From 0f6c6d521f054be0ec1101cd5783bab157afbaed Mon Sep 17 00:00:00 2001 From: UDAY KUMAR REDDY Date: Thu, 16 Apr 2026 19:43:51 +0530 Subject: [PATCH] docs: update README to reflect Vercel deployment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a3a112..d1813fd 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Automated TypeScript API documentation generator for [webpack](https://github.co 2. Custom plugins process the output (namespace merging, type mapping, themed rendering) 3. **@node-core/doc-kit** converts Markdown to HTML 4. GitHub Actions deploys the result to GitHub Pages +5. Vercel provides live preview deployments for every pull request ### Webpack Version Tracking @@ -33,6 +34,7 @@ This ensures documentation stays in sync with upstream webpack without manual in │ ├── deploy.yml # Build HTML + deploy to GitHub Pages │ └── sync.yml # Daily webpack sync └── package.json +├── vercel.json # Vercel deployment configuration ``` ## Scripts