Documentation
CLI doc
See Usage.
Serve locally
npm i docsify-cli gulp-cli -g
cd docs-tools
npm i
gulp
docsify serve ../docs
Library doc
The output directory of the library documentation will be docs/ruby
.
You can consult it online here.
Build & serve locally
bundle exec yard doc && bundle exec yard server