Update Relay documentation (1.0.0)

pull/630/head
Thibaut Courouble 8 years ago
parent 9b655f2ee5
commit f62a859d93

@ -1,7 +1,7 @@
module Docs
class Relay < React
self.type = 'react'
self.release = '0.10.0'
self.release = '1.0.0'
self.base_url = 'https://facebook.github.io/relay/docs/'
self.root_path = 'getting-started.html'
self.links = {
@ -14,7 +14,7 @@ module Docs
options[:skip] = %w(videos.html graphql-further-reading.html)
options[:attribution] = <<-HTML
&copy; 2013&ndash;2016 Facebook Inc.<br>
&copy; 2013&ndash;present Facebook Inc.<br>
Licensed under the BSD License.
HTML
end

Loading…
Cancel
Save