Add link in sidebar to Wardley map#7582
Conversation
🦋 Changeset detectedLatest commit: 48424ae The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@mermaid-js/examples
mermaid
@mermaid-js/layout-elk
@mermaid-js/layout-tidy-tree
@mermaid-js/mermaid-zenuml
@mermaid-js/parser
@mermaid-js/tiny
commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7582 +/- ##
==========================================
- Coverage 3.34% 3.34% -0.01%
==========================================
Files 524 524
Lines 55392 55393 +1
Branches 795 795
==========================================
Hits 1853 1853
- Misses 53539 53540 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
knsv
left a comment
There was a problem hiding this comment.
[sisyphus-bot]
Review: Add Wardley diagram link to sidebar
Thanks for catching this missing sidebar link, @lee-treehouse! The Wardley map docs were merged in #7147 but the sidebar entry was missed — this fixes that gap.
What's working well
🎉 [praise] — Clean, minimal change that does exactly one thing. The sidebar entry follows the existing pattern perfectly (text + link, 🔥 emoji for newer diagrams).
🎉 [praise] — Changeset included with the correct scope (patch bump, docs: prefix). Appreciate the attention to the project's contribution process.
🎉 [praise] — Good screenshot in the PR description showing the result — helpful for reviewers.
Review notes
- Verified that
packages/mermaid/src/docs/syntax/wardley.mdexists — the link target is valid. - Placement between Ishikawa and TreeView is consistent with the chronological ordering pattern used in the sidebar.
- No code, rendering, or security surface affected.
Security
No XSS or injection issues identified. This change adds a static navigation entry with hardcoded values — no user input flows through the changed code.
Self-check
- At least one 🎉 [praise] item
- No duplicate comments
- Severity tally: 0 🔴 / 0 🟡 / 0 🟢 / 0 💡 / 3 🎉
- Verdict matches criteria: APPROVE (no 🔴/🟡)
- Not a draft — full review appropriate
- Tone check: ✅
📑 Summary
As of 11.4, Wardley map beta has been released, including docs. It's available here https://mermaid.ai/open-source/syntax/wardley.html and was added with this PR
There is no visible link to it on the sidebar, this PR adds the link
📏 Design Decisions
N/A
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSIONis used for all new features.pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.