Draft
Conversation
|
Add zpress configuration, Vercel static site deployment config, and resolve pnpm-lock.yaml merge conflict with main. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Relative links to CLAUDE.md, CONTRIBUTING.md, and contributing/README.md break after zpress content sync since those files are outside the sync boundary. Replace with absolute GitHub URLs as a workaround. See: joggrdocs/zpress#48 Co-Authored-By: Claude <noreply@anthropic.com>
- Rewrite introduction.md as user-facing intro (was developer README) - Add quick-start.md with minimal getting-started guide - Add features, packages, nav, and sidebar.below to zpress config - Move Contributing to sidebar-only (isolated section) - Replace zpress-generated SVG assets with braille art from repo banner recolored to docs purple theme (#a78bfa), without the generated marker so zpress won't overwrite them Co-Authored-By: Claude <noreply@anthropic.com>
- Widen logo viewBox to 1060 and use text-anchor="middle" to prevent cutoff - Center icon K art at (256, 65) with text-anchor="middle" for dead center Co-Authored-By: Claude <noreply@anthropic.com>
Remove text-anchor="middle" which centered each line independently and warped the art. Instead keep lines left-aligned and shift the entire group as a block. Widen logo viewBox to 960 to prevent clipping. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
49 chars wide, 23 lines (y 9-273). Computed translate from measured art block size to center within 512x512 background. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
- Logo/icon brand color to #d8b4fe (violet-300, bright neon purple) - Set zpress theme to midnight (dark mode) Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Keep vercel and zpress ignore entries from feat/zpress branch. Co-Authored-By: Claude <noreply@anthropic.com>
Eliminates MODULE_TYPELESS_PACKAGE_JSON warning from zpress dev. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <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
@zpress/kitand createszpress.config.tsmapping the full information architecturedocs:dev,docs:build,docs:serve,docs:sync,docs:clean).gitignorefor.zpress/build artifactsSections
docs/README.mddocs/concepts/*.mddocs/guides/*.mddocs/reference/*.mdcontributing/(concepts, guides, standards)Known issues
3 broken links in contributing docs — relative references to
CLAUDE.md,CONTRIBUTING.md, andcontributing/README.mdthat exist on GitHub but not in the docs site. Will address in a follow-up.Test plan
pnpm docs:devstarts dev server atlocalhost:6175pnpm docs:syncsyncs all 50 pages without errors