1.0.0 • Published 7 years ago

gitbook-plugin-swimlanes-io v1.0.0

Weekly downloads
36
License
ISC
Repository
-
Last release
7 years ago

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