0.0.8 • Published 11 years ago

gitbook-plugin-js-sequence-diagram v0.0.8

Weekly downloads
4
License
Apache 2
Repository
github
Last release
11 years ago

JS Sequence Diagram Plugin

Install the JS Sequence Diagram plugin via NPM, which should be installed globally using the -g option:

$ npm install gitbook-plugin-js-sequence-diagram -g

As you are installing globally, you may need to put sudo in front of the command, sudo npm install gitbook-plugin-js-sequence-diagram -g

To use the plugin in your Gitbook project, add the plugin to the book.json file.

{
    "plugins": ["js-sequence-diagram"]
}

Then, to include a sequence diagram, just wrap your definition in a "sequence" code block. For example:

``` sequence
Title: Here is a title
A->B: Normal line
B-->C: Dashed line
C->>D: Open arrow
D-->>A: Dashed open arrow
```

Please reference the js-sequence-diagrams documentation for details on syntax.

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago