|
|
@ -27,10 +27,15 @@ module Docs
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors<br>
|
|
|
|
© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors<br>
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '1.8' do
|
|
|
|
|
|
|
|
self.release = '1.8.0'
|
|
|
|
|
|
|
|
self.headers = { 'User-Agent' => 'devdocs.io' , 'Cookie' => 'x-ab-test-spring-boot-learning-path=0; userToken=r33dgpe8x3q5vswekg16a' }
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '1.7' do
|
|
|
|
version '1.7' do
|
|
|
|
self.release = '1.7.20'
|
|
|
|
self.release = '1.7.20'
|
|
|
|
end
|
|
|
|
end
|
|
|
|