docs: redesign homepage with hero, feature cards, and pill layouts#32
Merged
anandgupta42 merged 2 commits intomainfrom Mar 4, 2026
Merged
docs: redesign homepage with hero, feature cards, and pill layouts#32anandgupta42 merged 2 commits intomainfrom
anandgupta42 merged 2 commits intomainfrom
Conversation
…youts - Add centered hero with banner image, tagline, CTA buttons, and install snippet - Replace comparison table with 6 feature cards using Material icon grid - Replace agent mode table with 4 icon cards - Replace LLM provider table and warehouse list with centered pill layouts - Switch fonts to Inter (body) and JetBrains Mono (code) - Add md_in_html and pymdownx.emoji extensions - Add custom CSS for hero, section headings, pill grid, card hover effects - Hide TOC on homepage for cleaner landing page layout - Add doc links table at bottom for quick navigation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jontsai
approved these changes
Mar 4, 2026
jontsai
left a comment
There was a problem hiding this comment.
LGTM
Nice homepage refresh. Verified:
✓ CSS is well-structured with dark mode support ([data-md-color-scheme="slate"])
✓ Material icon grid cards and pill layouts are clean
✓ Font swap to Inter + JetBrains Mono is a good call
✓ MkDocs extensions (md_in_html, pymdownx.emoji) properly configured
✓ Hidden TOC + hidden H1 pattern is standard for hero-style landing pages
✓ No broken links visible — doc-links table references existing pages
One minor observation: the old comparison table (general agents vs altimate-code) was useful marketing content — might be worth keeping somewhere in the docs if not on the homepage.
Ship it! 🚢
- Replace broken doc-links table with centered inline links - Fix dark mode styling for bottom section - Move "general agents vs altimate-code" comparison table to Getting Started page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
anandgupta42
added a commit
that referenced
this pull request
Mar 17, 2026
* docs: redesign homepage with hero section, feature cards, and pill layouts - Add centered hero with banner image, tagline, CTA buttons, and install snippet - Replace comparison table with 6 feature cards using Material icon grid - Replace agent mode table with 4 icon cards - Replace LLM provider table and warehouse list with centered pill layouts - Switch fonts to Inter (body) and JetBrains Mono (code) - Add md_in_html and pymdownx.emoji extensions - Add custom CSS for hero, section headings, pill grid, card hover effects - Hide TOC on homepage for cleaner landing page layout - Add doc links table at bottom for quick navigation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: fix doc-links layout, move comparison table to getting-started - Replace broken doc-links table with centered inline links - Fix dark mode styling for bottom section - Move "general agents vs altimate-code" comparison table to Getting Started page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <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
md_in_htmlandpymdownx.emojiMkDocs extensionsTest plan
mkdocs serveindocs/and verify homepage renders correctly🤖 Generated with Claude Code