docs: add VitePress documentation site#16
Merged
Conversation
Adds a complete documentation site with architecture thesis, getting started guide, contributing guide, and guided tour pages for all 10 packages. - VitePress config with sidebar organized by Foundation / Services / Domain - Home page with package catalog and quality guarantee overview - Architecture page explaining factory pattern, loose coupling, middleware - Getting started guide with composition examples - Contributing guide with 8-gate CI pipeline walkthrough - 10 package pages: http, storage, helpers, theme, loading, toast, dialog, translation, adapter-store, router - Build scripts: docs:dev, docs:build, docs:preview Deployment via Cloudflare Pages Git integration (not CI push). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Resolves npm audit vulnerability in esbuild <=0.24.2 (GHSA-67mh-4wv8-2f99). VitePress 1.6.4 was pinned to vulnerable vite/esbuild — no stable fix available, 2.0 alpha bundles vite 7 with patched esbuild. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
packages.script.nlBuild settings for Cloudflare Pages
npm run docs:builddocs/.vitepress/dist/NODE_VERSION=24Test plan
npm run docs:dev— verify local previewnpm run docs:build— verify build succeedspackages-script-nlpackages.script.nl🤖 Generated with Claude Code