Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gitbook-plugin-swimlanes-io

drhoffmann19ISC1.0.0

A gitbook plugin to render swimlanes.io sequence diagrams

swimlanes, swimlanes.io, sequence, diagram, diagrams, sequence-diagram, sequence-diagrams

readme

swimlanes.io sequence diagram plugin

Add the below to your book.json file, then run gitbook install :

{
    "plugins": ["swimlanes-io"]
}

Usage

{% swimlanes %}

  Title: Simple example

  A -> B: Ping
  B -> A: Pong

{% endswimlanes %}


By default an "open in editor" link will be shown at the bottom of the diagram. 
To hide the edit-link set the `show_edit_link` argunmnent to "false".

{% swimlanes show_edit_link="false" %}

  ...

{% endswimlanes %}  

See swimlanes.io for more details