-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: update Ecosystem section #4817
Conversation
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thank you Steph!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the changed urls here so that old links don't break.
mermaid/packages/mermaid/src/docs/.vitepress/theme/redirect.ts
Lines 85 to 93 in 07f460a
const urlRedirectMap: Record<string, string> = { | |
// Old URL: New URL | |
'/misc/faq.html': 'configure/faq.html', | |
'/syntax/c4c.html': 'syntax/c4.html', | |
'/config/n00b-advanced.html': 'config/advanced', | |
'/intro/n00b-gettingStarted.html': 'intro/getting-started', | |
'/intro/n00b-syntaxReference.html': 'intro/syntax-reference', | |
'/community/n00b-overview.html': 'intro/getting-started', | |
}; |
Done - thanks! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4817 +/- ##
==========================================
- Coverage 73.93% 73.47% -0.46%
==========================================
Files 145 146 +1
Lines 14653 14569 -84
Branches 562 592 +30
==========================================
- Hits 10834 10705 -129
- Misses 3706 3727 +21
- Partials 113 137 +24
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@huynhicode, as showcases was removed, that should also be added to the redirect. |
Done, thanks! |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mermaid](https://togithub.com/mermaid-js/mermaid) | [`10.5.0` -> `10.5.1`](https://renovatebot.com/diffs/npm/mermaid/10.5.0/10.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/10.5.0/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/10.5.0/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mermaid-js/mermaid (mermaid)</summary> ### [`v10.5.1`](https://togithub.com/mermaid-js/mermaid/releases/tag/v10.5.1) [Compare Source](https://togithub.com/mermaid-js/mermaid/compare/v10.5.0...v10.5.1) #### What's Changed - Fix: Fix for subgraphs when using flowchart-elk by [@​knsv](https://togithub.com/knsv) - Docs: update Latest News section by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/4822](https://togithub.com/mermaid-js/mermaid/pull/4822) - Docs: update Ecosystem section by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/4817](https://togithub.com/mermaid-js/mermaid/pull/4817) - Docs: update Latest News section (Git Graph blog post) by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/4871](https://togithub.com/mermaid-js/mermaid/pull/4871) - Docs: Add Product Hunt info by [@​huynhicode](https://togithub.com/huynhicode) in [https://github.com/mermaid-js/mermaid/pull/4900](https://togithub.com/mermaid-js/mermaid/pull/4900) - Revert PH changes by [@​sidharthv96](https://togithub.com/sidharthv96) in [https://github.com/mermaid-js/mermaid/pull/4903](https://togithub.com/mermaid-js/mermaid/pull/4903) **Full Changelog**: mermaid-js/mermaid@v10.5.0...v10.5.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/levaintech/contented). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
📑 Summary
This PR updates the Ecosystem section of the Mermaid JS docs.
Updates:
As a follow-up to this PR, it would be nice to add descriptions to the list of community plugins/integrations as not everyone who views the list will have knowledge about all the tools/technologies.
Also, a check to make sure all links are current.
Resolves # n/a
📏 Design Decisions
Design decisions come from within the Mermaid Chart org.
Screenshots:
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.develop
branch