mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update OpenTSDB documentation (2.2.0)
This commit is contained in:
parent
70688f9b01
commit
d1f51aeff8
2 changed files with 3 additions and 3 deletions
|
@ -311,7 +311,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
|
||||
], [
|
||||
'OpenTSDB',
|
||||
'2010-2015 The OpenTSDB Authors',
|
||||
'2010-2016 The OpenTSDB Authors',
|
||||
'LGPLv2.1',
|
||||
'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
|
||||
], [
|
||||
|
|
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Opentsdb < UrlScraper
|
||||
self.name = 'OpenTSDB'
|
||||
self.type = 'sphinx_simple'
|
||||
self.release = '2.1.0'
|
||||
self.release = '2.2.0'
|
||||
self.base_url = 'http://opentsdb.net/docs/build/html/'
|
||||
self.root_path = 'index.html'
|
||||
self.links = {
|
||||
|
@ -15,7 +15,7 @@ module Docs
|
|||
options[:skip] = %w(genindex.html search.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2010–2015 The OpenTSDB Authors<br>
|
||||
© 2010–2016 The OpenTSDB Authors<br>
|
||||
Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue