/consul-dash-doc-generator

Primary LanguageRubyApache License 2.0Apache-2.0

Consul Dash Docs Generator

This projects is based on packer-dash-doc-generator.

Installation

rbenv install 2.7.3
bundle install

Build

To build execute command:

./build.sh <version>

Then move the docset into a proper directory.

Hints

  • Uncomment sed line in Rakefile:

    sh "sed -i '' 's|npm run static\$|bash -c \"npm install; npm run static\"|g' Makefile"