Sha256: 2f4dba39af12d1a1aaf8824ad504b735a291ff3b12d31a6a09312adfdd944f09

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

#!/usr/bin/env bash
#
# instructions:
#   install redoc-cli: `npm i -g redoc-cli`
#   run this script
#   open http://127.0.0.1:8081

set -e
DIR=$(cd `dirname $0` && pwd)
ROOT_DIR="${DIR}/.."

redoc-cli serve \
  "${ROOT_DIR}/openapi.yaml" \
  --port=8081 \
  --watch \
  --options.requiredPropsFirst=1 \
  --options.pathInMiddlePanel=1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-6.0.0.pre.beta oas/bin/redoc