docs: add /skills landing page for Walrus agent skills#3489
Open
jessiemongeon1 wants to merge 6 commits into
Open
docs: add /skills landing page for Walrus agent skills#3489jessiemongeon1 wants to merge 6 commits into
jessiemongeon1 wants to merge 6 commits into
Conversation
- Redesign landing page with product-centric cards (Data Storage, Walrus Memory, Walrus Console, Walrus Skills) and integrated search bar - Rewrite search modal to match Sui docs style: inline search input, plain text tabs, Ask Walrus AI banner that opens Kapa with query - Add Kapa sidebar mode (data-view-mode=sidebar) with client module that detects open/close state and shifts doc content to accommodate - Slim down navbar height (4.25rem → 3.25rem), tighten spacing and font sizes for a more compact look Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Hero: "Build with Walrus" heading + concise subtitle, centered
- 4 product cards in 2x2 grid with thumbnail areas and descriptions:
- Walrus Memory: portable memory for AI agents
- Walrus Console: unified control plane for assets
- Walrus Marketplace: discover, license, and access data
- Walrus Protocol: open source decentralized storage ("under the hood")
- Cards have image placeholder areas, bold titles, muted descriptions,
and arrow indicators on hover (inspired by Mem0 card layout)
- Search bar moved below the cards
- Removed old hero features list and topbar
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove topbar entirely from homepage - Search bar now sits between hero text and product cards - Console and Marketplace cards dimmed with "Coming soon" badges - Protocol card at full brightness (it's live) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The merge with main dropped the closing brace of the Kapa sidebar @media block, causing the Mermaid CSS to be nested inside it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a skills landing page at docs.wal.app/skills that showcases the MystenLabs/walrus-skills repository. Follows the same pattern as docs.sui.io/skills — build-time generation from GitHub with a committed JSON fallback, category filtering, and copy-to-clipboard install command. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
Contributor
📋 afdocs check resultsURL: https://MystenLabs.github.io/walrus/pr-preview/pr-3489/ |
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
/skillslanding page at docs.wal.app/skills showcasing all skills from the MystenLabs/walrus-skills repoTest plan
pnpm startand verify/skillspage renders with all 11 skill cardspnpm buildand confirm no new broken links🤖 Generated with Claude Code