Update sidebar syntax to link to the newly added Ishikawa diagram#7460
Conversation
🦋 Changeset detectedLatest commit: ca9c782 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 #7460 +/- ##
==========================================
- Coverage 3.53% 3.53% -0.01%
==========================================
Files 490 490
Lines 48968 48969 +1
Branches 766 766
==========================================
Hits 1733 1733
- Misses 47235 47236 +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 ↗︎
|
|
Thanks @lee-treehouse ! as looking for it :) We should make a checklist for new diagrams. Lots of things to keep track of for contributors! |
📑 Summary
Update sidebar syntax to link to the newly added Ishikawa diagram
Before
After
📏 Design Decisions
We have a new diagram checklist as part of sisyphus-bot eg #7396 (review) - it's easy to miss updating the file with the sidebar syntax, so perhaps this is something the bot could check for
📋 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:.