mirror of https://github.com/freeCodeCamp/devdocs
parent
6939865137
commit
2bf94f5491
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 93 KiB |
@ -0,0 +1,22 @@
|
|||||||
|
module Docs
|
||||||
|
class Flow < React
|
||||||
|
self.type = 'react'
|
||||||
|
self.version = '0.18'
|
||||||
|
self.base_url = 'http://flowtype.org/docs/'
|
||||||
|
self.root_path = 'about-flow.html'
|
||||||
|
self.links = {
|
||||||
|
home: 'http://flowtype.org/',
|
||||||
|
code: 'https://github.com/facebook/flow'
|
||||||
|
}
|
||||||
|
|
||||||
|
options[:container] = '.content'
|
||||||
|
options[:root_title] = 'Flow Documentation'
|
||||||
|
options[:only_patterns] = nil
|
||||||
|
options[:skip] = %w(coming-soon.html)
|
||||||
|
|
||||||
|
options[:attribution] = <<-HTML
|
||||||
|
© 2013–2015 Facebook Inc.<br>
|
||||||
|
Licensed under the BSD License.
|
||||||
|
HTML
|
||||||
|
end
|
||||||
|
end
|
After Width: | Height: | Size: 511 B |
After Width: | Height: | Size: 974 B |
Loading…
Reference in new issue