Sha256: 9b7dc8e4334f1863e6e9638c9c653d883154e0f9f43c4c70a6751275ec08af79
Contents?: true
Size: 809 Bytes
Versions: 4
Compression:
Stored size: 809 Bytes
Contents
# Quickstart Install _RSpec Documentation_: ```console $ gem install rspec-documentation ``` Or add to your `Gemfile`: ```ruby gem 'rspec-documentation' ``` Initialize your project: ```console $ rspec-documentation ``` A few placeholder files with a basic example spec will be automatically generated. See the [File System](file-system.html) section for full details on the directory layout. The documentation generator will provide you with a link to your interactive documentation bundle. Open it in your browser and then start adding specs to more _Markdown_ files. When you're ready, upload the static documentation bundle to your favourite _CDN_. Whenever you add a `.md` file to your `rpsec-documentation/pages` directory, run `rspec-documentation` again to re-build your documentation bundle.
Version data entries
4 entries across 4 versions & 1 rubygems