Sha256: d1ca7045aa6b787bac2b3f3e7b64c3f3467cf02afaf0bfd693c5a47216aa0ec1
Contents?: true
Size: 329 Bytes
Versions: 5
Compression:
Stored size: 329 Bytes
Contents
#!/bin/bash # Use this script to generate documentation locally in ./doc so it can be proofed before release. # After release, documentation will be visible at https://www.rubydoc.info/gems/ldclient-rb gem install --conservative yard gem install --conservative redcarpet # provides Markdown formatting rm -rf doc/* yard doc
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ldclient-rb-5.5.6 | scripts/gendocs.sh |
ldclient-rb-5.5.5 | scripts/gendocs.sh |
ldclient-rb-5.5.4 | scripts/gendocs.sh |
ldclient-rb-5.5.3 | scripts/gendocs.sh |
ldclient-rb-5.5.2 | scripts/gendocs.sh |