• Stars
    star
    554
  • Rank 80,342 (Top 2 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation has been moved to docs in https://github.com/mermaid-js/mermaid

Documentation has been moved to docs in https://github.com/mermaid-js/mermaid

mermaid-gitbook

GitBook source code for mermaid website.

Setup

yarn install

Develop

yarn watch
open http://localhost:4000

Edit markdown / images / styles files in content folder.

Release

For those who have the permission:

Make sure you have cloned mermaid website to the same parent folder as this project.

yarn release
cd ../mermaidjs.github.io && git commit -a -m 'Update doc' && git push