mirror of https://github.com/freeCodeCamp/devdocs
parent
2bf94f5491
commit
44bb507254
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 94 KiB |
@ -0,0 +1,21 @@
|
||||
module Docs
|
||||
class Relay < React
|
||||
self.type = 'react'
|
||||
self.version = '0.5'
|
||||
self.base_url = 'https://facebook.github.io/relay/docs/'
|
||||
self.root_path = 'getting-started.html'
|
||||
self.links = {
|
||||
home: 'https://facebook.github.io/relay/',
|
||||
code: 'https://github.com/facebook/relay'
|
||||
}
|
||||
|
||||
options[:root_title] = 'Relay Documentation'
|
||||
options[:only_patterns] = nil
|
||||
options[:skip] = %w(videos.html graphql-further-reading.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2013–2015 Facebook Inc.<br>
|
||||
Licensed under the BSD License.
|
||||
HTML
|
||||
end
|
||||
end
|
After Width: | Height: | Size: 298 B |
After Width: | Height: | Size: 317 B |
Loading…
Reference in new issue