|
|
|
@ -22,10 +22,18 @@ module Docs
|
|
|
|
|
docs/events.html
|
|
|
|
|
docs/resources.html
|
|
|
|
|
docs/reference/grammar.html)
|
|
|
|
|
options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
|
|
|
|
|
options[:replace_paths] = {
|
|
|
|
|
'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html',
|
|
|
|
|
'docs/reference/coroutines.html' => 'docs/reference/coroutines-overview.html',
|
|
|
|
|
'api/latest/jvm/stdlib/kotlin/fold.html' => 'api/latest/jvm/stdlib/kotlin.collections/fold.html',
|
|
|
|
|
'api/latest/jvm/stdlib/kotlin/get-or-else.html' => 'api/latest/jvm/stdlib/kotlin.collections/get-or-else.html',
|
|
|
|
|
'api/latest/jvm/stdlib/kotlin/map.html' => 'api/latest/jvm/stdlib/kotlin.collections/map.html',
|
|
|
|
|
'docs/tutorials/native/targeting-multiple-platforms.html' => 'docs/tutorials/native/basic-kotlin-native-app.html',
|
|
|
|
|
'api/latest/jvm/stdlib/kotlin/-throwable/print-stack-trace.html' => 'api/latest/jvm/stdlib/kotlin/print-stack-trace.html',
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2010–2018 JetBrains s.r.o.<br>
|
|
|
|
|
© 2010–2019 JetBrains s.r.o.<br>
|
|
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|