|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Flow < React
|
|
|
|
class Flow < React
|
|
|
|
self.type = 'react'
|
|
|
|
self.type = 'react'
|
|
|
|
self.release = '0.34'
|
|
|
|
self.release = '0.37.4'
|
|
|
|
self.base_url = 'https://flowtype.org/docs/'
|
|
|
|
self.base_url = 'https://flowtype.org/docs/'
|
|
|
|
self.root_path = 'getting-started.html'
|
|
|
|
self.root_path = 'getting-started.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -14,7 +14,7 @@ module Docs
|
|
|
|
options[:only_patterns] = nil
|
|
|
|
options[:only_patterns] = nil
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|