mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Kotlin documentation (1.2.21)
This commit is contained in:
parent
e042a7d208
commit
ceaa89e2b1
2 changed files with 3 additions and 3 deletions
|
@ -367,7 +367,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
|
||||
], [
|
||||
'Kotlin',
|
||||
'2010-2017 JetBrains s.r.o.',
|
||||
'2010-2018 JetBrains s.r.o.',
|
||||
'Apache',
|
||||
'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
|
||||
], [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Kotlin < UrlScraper
|
||||
self.type = 'kotlin'
|
||||
self.release = '1.1.4'
|
||||
self.release = '1.2.21'
|
||||
self.base_url = 'https://kotlinlang.org/'
|
||||
self.root_path = 'api/latest/jvm/stdlib/index.html'
|
||||
self.links = {
|
||||
|
@ -25,7 +25,7 @@ module Docs
|
|||
options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2010–2017 JetBrains s.r.o.<br>
|
||||
© 2010–2018 JetBrains s.r.o.<br>
|
||||
Licensed under the Apache License, Version 2.0.
|
||||
HTML
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue