-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
mermaid 8.0 is coming and call for documentation contributors #642
Comments
Hi is there a deadline to complete this documentation? or will v8 be held up until documentation is sufficiently updated? Either way I'd be happy to help out as I have just spent some time reading through your code :). Would be great to be directed to the sections that need more help than others? |
@renegare there isn't a deadline because this is a community project run by volunteers. For now you can install and try the pre-release versions. At the moment it is For the documentation, I think we should include the major changes we made for v8. I made a list above. So maybe you can pick one or more to document them. :) For example: https://mermaidjs.github.io/flowchart.html doesn't mention anything about flowchart curves are supported. We can add the content there. |
Hi. I am interested in contributing. It would be helpful to know where to begin. |
Hi..is this issue still up-for-grabs? |
hi @tylerlong, how’s the maintenance status of this repo? I haven’t seen anyone pushing anything since april! |
Mermaid 8.0.0 was released at https://www.npmjs.com/package/mermaid . It will be obvious if the tag is added to the source repository. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.0.16 to 5.0.17. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@5.0.17) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
First of all, a good news for mermaid users
mermaid 8.0 stable version is coming soon. 🎉
You can install the beta version to have a try now!
Major changes:
Call for documentation contributors. ❤️
Documentation is here: https://mermaidjs.github.io/ It's based on GitBook and its source code is here: https://github.com/mermaidjs/mermaid-gitbook
Its content is pretty dated. Lots of knowledges there are even wrong.
So please contribute to the documentation.
How
Recently I closed lots of issues in the following projects:
From those recently closed issues, you can find lots of mermaid usage information which is more correct than the current documentation. For example, mermaid diagram now uses inline CSS instead of external CSS file (this is mainly to make the SVG file portable, so you can download it.)
If you know something useful about mermaid, or you know something is wrong in the documentation. Please fork https://github.com/mermaidjs/mermaid-gitbook and send PRs.
Thank you very much!
The text was updated successfully, but these errors were encountered: