Skip to content

Commit ce8520e

Browse files
authored
Improve formatting.
1 parent 2ebebff commit ce8520e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

DEVELOPMENT.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,21 @@ since `rspec-rails` 4, if you want to publish updated documentation you will
139139
need to run the rake task from this repository.
140140

141141
1) First clone the `rspec.github.io` repository into a sibling folder.
142-
`cd .. && git clone https://github.com/rspec/rspec.github.io && cd rspec.github.io`
142+
143+
> `cd .. && git clone https://github.com/rspec/rspec.github.io && cd rspec.github.io`
143144
144145
2) Check out the [source branch](https://github.com/rspec/rspec.github.io/tree/source)
145-
`git checkout source`
146+
147+
> `git checkout source`
146148
147149
3) Install the template gem that will be needed as yard plugin: [rspec-docs-template](https://github.com/rspec/rspec.github.io#install-rspec-docs-template-yard-plugin).
148-
`gem build yard-rspec-docs-template.gemspec`
150+
151+
> `gem build yard-rspec-docs-template.gemspec`
149152
150153
4) Change back to the `rspec-rails` directory
151-
`cd ../rspec-rails`
154+
155+
> `cd ../rspec-rails`
152156
153157
5) Generate the docs for the version you want, ensuring you are on the appropriate (released) commit.
154-
`bundle exec rake "update_docs[4.0, 4-0-maintenance]`
158+
159+
> `bundle exec rake "update_docs[4.0, 4-0-maintenance]`

0 commit comments

Comments
 (0)