Skip to content

Add link in sidebar to Wardley map#7582

Merged
knsv merged 1 commit intomermaid-js:developfrom
lee-treehouse:add-link-to-wardley-beta
Apr 7, 2026
Merged

Add link in sidebar to Wardley map#7582
knsv merged 1 commit intomermaid-js:developfrom
lee-treehouse:add-link-to-wardley-beta

Conversation

@lee-treehouse
Copy link
Copy Markdown
Collaborator

@lee-treehouse lee-treehouse commented Apr 6, 2026

📑 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

CleanShot 2026-04-06 at 16 55 26@2x

📏 Design Decisions

N/A

📋 Tasks

Make sure you

  • 📖 have read the contribution guidelines
  • 💻 have added necessary unit/e2e tests.
  • 📓 have added documentation. Make sure MERMAID_RELEASE_VERSION is used for all new features.
  • 🦋 If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpm changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 6, 2026

🦋 Changeset detected

Latest commit: 48424ae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
mermaid Patch

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

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 6, 2026

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 48424ae
🔍 Latest deploy log https://app.netlify.com/projects/mermaid-js/deploys/69d3596a9181740008edd191
😎 Deploy Preview https://deploy-preview-7582--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 6, 2026

Open in StackBlitz

@mermaid-js/examples

npm i https://pkg.pr.new/@mermaid-js/examples@7582

mermaid

npm i https://pkg.pr.new/mermaid@7582

@mermaid-js/layout-elk

npm i https://pkg.pr.new/@mermaid-js/layout-elk@7582

@mermaid-js/layout-tidy-tree

npm i https://pkg.pr.new/@mermaid-js/layout-tidy-tree@7582

@mermaid-js/mermaid-zenuml

npm i https://pkg.pr.new/@mermaid-js/mermaid-zenuml@7582

@mermaid-js/parser

npm i https://pkg.pr.new/@mermaid-js/parser@7582

@mermaid-js/tiny

npm i https://pkg.pr.new/@mermaid-js/tiny@7582

commit: 48424ae

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 3.34%. Comparing base (2b938d0) to head (48424ae).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
packages/mermaid/src/docs/.vitepress/config.ts 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            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     
Flag Coverage Δ
unit 3.34% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/mermaid/src/docs/.vitepress/config.ts 0.40% <0.00%> (-0.01%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@argos-ci
Copy link
Copy Markdown

argos-ci bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 1 changed Apr 6, 2026, 7:10 AM

Copy link
Copy Markdown
Collaborator

@knsv knsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.md exists — 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: ✅

@knsv knsv added this pull request to the merge queue Apr 7, 2026
Merged via the queue into mermaid-js:develop with commit 71c2485 Apr 7, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants