Sha256: 42f00cd7942854dcd8ef26663886d6c4ff33077eb0b2f0a329d17c1eb8c60355
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 Bytes
Contents
# Documentation ## CLI doc See [Usage](pages/usage.md?id=cli). ## Server locally ``` $ npm i docsify-cli -g $ docsify serve docs ``` ## Library doc The output directory of the library documentation will be `docs/yard`. You can consult it online [here](rabid/yard/). ### Building locally: for library users For developers who only want to use the RABID library. ``` $ bundle exec yard doc ``` ### Building locally: for RABID developer For developers who want to participate to RABID development. ``` $ bundle exec yard doc --yardopts .yardopts-dev ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rabid-0.0.1 | docs/pages/documentation.md |