Skip to content

Add vercel.json to deploy docs/ as the static site root - #20

Merged
magi8101 merged 1 commit into
masterfrom
chore/vercel-config
Sep 18, 2026
Merged

magi8101 merged 1 commit into
masterfrom
chore/vercel-config

Conversation

@magi8101

@magi8101 magi8101 commented Sep 18, 2026 •

Copy link
Copy Markdown
Owner

Summary

  • Adds a minimal vercel.json at the repo root telling Vercel to serve docs/ directly as the output directory.
  • No build command needed - the docs site (docs/index.html, styles.css, script.js, from PR Rewrite docs site UI: fix mobile overflow, polish visual design #19) is plain static HTML/CSS/JS with no build step, so Vercel just copies the directory as-is.

Test plan

  • vercel.json is a static output-directory config only - nothing to run locally to verify beyond reviewing the file

Summary by CodeRabbit

  • Chores
    • Configured deployments to serve the built documentation from the docs directory.

What: tells Vercel to serve docs/ directly as the output directory -
no build command, since the docs site is plain static HTML/CSS/JS
with no build step.
Copilot AI lite review requested due to automatic review settings September 18, 2026 17:04

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Sep 18, 2026 •

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: bb5eff8e-0e8b-4663-a1f5-8f6e23f9fdc0

📥 Commits

Reviewing files that changed from the base of the PR and between f9c4a6d and c52f243.

📒 Files selected for processing (1)
  • vercel.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The pull request adds vercel.json and sets Vercel’s outputDirectory to docs.

Changes

Vercel documentation deployment

Layer / File(s) Summary
Configure documentation output directory
vercel.json
Vercel now uses the docs directory as its output directory.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Feature

Merge Risk: ⚪ Minimal · up to c52f2

The configuration can serve the existing documentation site without a build step; no concrete deployment defect is established.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding vercel.json to deploy the docs/ directory as the static site root.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@magi8101
magi8101 merged commit 31b5ac3 into master Sep 18, 2026
3 checks passed
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.

2 participants