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

mingcheng/mermaid-gitbook-zh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 8 commits ahead, 5 commits behind mermaidjs:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Mermaid 对应的中文文档,另外加了点自己的东西

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • CSS 12.8%