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