-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(docs): typography and visual polish #2339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
+500
−15
Conversation
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
Inspired by leerob.com/docs best practices: - 65ch max line length for readability - Generous heading spacing (3rem for h2, 2rem for h3) - IBM Plex Mono for code blocks - Improved callout and code block styling - Skip navigation link for accessibility - Composio brand color tokens 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Inkeep search components require @inkeep/cxkit-react which isn't in dependencies. Keeping this PR focused on typography only. Inkeep integration should be a separate PR with proper deps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Fix invalid rgba() syntax using color-mix() instead - Apply --prose-max-width variable to constrain prose width 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
The skip navigation was linking to #main-content which doesn't exist. Updated to target #nd-page which is Fumadocs' built-in main content ID. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Contributor
|
No. This PR does not make any sense. Closing this |
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
Improves documentation typography and visual design, inspired by leerob.com/docs.
Changes
Files Changed
app/global.css- Typography, spacing, callouts, code blocksapp/layout.tsx- Font setup, skip navigationTest Plan
🤖 Generated with Claude Code