docs: fix walrus-memory MCP sidebar and broken links#3473
Merged
Conversation
…mpt contrast Add redirect entries to ws-resources.manual.json for the legacy /usage/interacting.html path, pointing to /docs/walrus-client. Covers all variants (bare, .html, /index, /docs/ prefix). Also improve "Copy prompt" button contrast in dark mode by using --ifm-heading-color for text and --ifm-color-emphasis-500 for border. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lors Use #faf8f5 text and rgba borders for dark mode via [data-theme='dark'] selectors, matching the site's body text color for reliable contrast. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use dark text (#1c2228) on the light teal primary background so the "Open in agent" button is legible in dark mode. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…t-usage-interacting
Contributor
|
Contributor
📋 afdocs check resultsURL: https://MystenLabs.github.io/walrus/pr-preview/pr-3473/ |
…rom upstream Replace hardcoded KNOWN_PAGES and sidebar with dynamic generation so the docs build stays in sync automatically when the upstream MemWal repo adds, removes, or reorganizes pages. - transform script: build known pages set by scanning cache files at build time instead of maintaining a manual list - sidebar: parse docs.json (Mintlify config) from the fetched cache to generate Docusaurus categories, with orphan pages auto-appended to matching categories by directory prefix Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
c745eb5 to
04f757e
Compare
jon-mysten
approved these changes
Jun 17, 2026
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
sidebarsWalrusMemory.jsto replace stalemcp/quick-startandmcp/how-it-worksentries with the actual per-client MCP doc pages (claude-code,claude-desktop,cursor,opencode,codex,antigravity,reference,changelog)KNOWN_PAGESintransform-walrus-memory-docs.jsso internal links in fetched MCP docs are correctly rewritten with the/walrus-memory/prefixThe upstream MemWal repo restructured its MCP docs, which broke the docs site build and caused links on live walrus-memory pages to redirect to non-existent pages.
Test plan
pnpm buildpasses indocs/site/walrus-memory-content/🤖 Generated with Claude Code