You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,3 +130,19 @@ $ bin/yard server --reload
130
130
131
131
Then navigate to `localhost:8808` to view the rendered docs.
132
132
133
+
### Publish documentation to rspec.github.io
134
+
135
+
In other documented rspec gems, we use a rake command from rspec-dev
136
+
to generate documentation. `rspec-rails` is no more synced with
137
+
other gems in term of version. If you want to update the documentation
138
+
to [`rspec.github.io`](https://github.com/rspec/rspec.github.io) you
139
+
need to git clone in the parent folder of rspec-rails the `rspec.github.io`
140
+
repository. You also need from [source branch](https://github.com/rspec/rspec.github.io/tree/source)
141
+
the gem that will be needed as yard plugin: [rspec-docs-template](https://github.com/rspec/rspec.github.io#install-rspec-docs-template-yard-plugin).
142
+
143
+
*`git clone https://github.com/rspec/rspec.github.io && cd rspec.github.io`
0 commit comments