-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Add FileTree Diagram (PR #5665) #6231
base: develop
Are you sure you want to change the base?
Conversation
Please refer to original PR by @Vikrantpalle : mermaid-js#5665 (comment)
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📑 Summary
This PR is a fork and update of @Vikrantpalle's original PR: #5665 (comment)
This PR introduces a new diagram named FileTree which displays hierarchical directory-like structures.
Resolves #2645
📏 Design Decisions
The features of the diagram focus on user flexibility and ease of use.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.