1.0.0 • Published 7 years ago

gitbook-plugin-blueprint-tour v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

gitbook-plugin-blueprint-tour

Gitbook plugin to display an interactive tour of a Brooklyn blueprint. You can see a live example here

Usage

This plugins uses gitbook blocks to create a tour:

{% tour %}

{% block title="My **title**", description="My *description* with a [link](http://example.org)" %}
name: example
brooklyn.config:
  foo: bar

...

{% endtour %}

tour block

This block wraps all block blocks for the tour. There is no configuration for it

block block

This block creates a new blueprint tour block that consist of:

ConfigDescriptionrequired
title (arg)The title of the block. Will be display on the left of the body. Accept markdown syntaxYes
description (arg)The description of the block. Will be displayed when hovering this specific block. Accept markdown syntaxYes
bodyThis is the code to display for this particular block. Accept HTML and markdown syntaxNo