Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 680 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 680 Bytes

mermaid-gitbook(Chinese Edition)

GitBook source code for mermaid website.

Setup

yarn install

If you doesn't install gitbook, install it by your self. then execute:

cd content && gitbook update

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