Skip to content

enzuguri/gitbook-plugin-websequencediagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

websequencediagrams.com integration for GitBook

1. You can use install it via NPM and save it to package.json:

$ npm install gitbook-plugin-websequencediagrams --save

2. add the plugin to book.json config

{
    "plugins": [ "websequencediagrams"]
}

3. paste websequencediagrams.com text into your book, for example:

{% websd style="rose" %}
title Authentication Sequence

Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
{% endwebsd %}

The style parameter is optional, and defaults to "default" if not set

About

Render diagrams from websequencediagrams.com in gitbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published