Age | Commit message (Collapse) | Author |
|
|
|
* Bump gradle to 7.2
* Bump gradle to 7.2 under examples
* Add .gitattributes rule of eol
|
|
- support for single module projects
- version navigator is on all pages
- dropdown arrow for version navigator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Dark mode on samples
* Fix samples script firing even when samples were not defined on current page
|
|
|
|
|
|
|
|
Bumps [kotlinx-cli-jvm](https://github.com/Kotlin/kotlinx-cli) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Kotlin/kotlinx-cli/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx-cli/compare/v0.3.2...v0.3.3)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-cli-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
* Don't force @literal in javadoc to be surrounded by code tag
* Enclose in <literal> tag and add test for angle brackets
|
|
|
|
Bump compiler to 1.5.30
|
|
|
|
|
|
|
|
|
|
Kotlin/dependabot/gradle/com.soywiz.korlibs.korte-korte-jvm-2.3.4
Bump korte-jvm from 2.3.3 to 2.3.4
|
|
Webhelp like frontend
|
|
|
|
* Add manual code highlighting
* Fix test
* Add kotlinAsJava highlighting
* Add runtime highlighting via Prism
* Add copy-button for code block
* Add tests and refactor
* Replace `<br>` for prism.js
* Parse trivial default values
Co-authored-by: Marcin Aman <marcin.aman@gmail.com>
|
|
|
|
|
|
|
|
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/compare/v2.3.3...v2.3.4)
---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.korte:korte-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
Bumps [maven-artifact](https://github.com/apache/maven) from 3.6.3 to 3.8.2.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2)
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/korlibs/korge-next/releases)
- [Commits](https://github.com/korlibs/korge-next/compare/v2.3.1...v2.3.3)
---
updated-dependencies:
- dependency-name: com.soywiz.korlibs.korte:korte-jvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
|
* Make briefs contain first paragraph as in spec, resolve issues with i.e.
* Html and the end
|
|
hamburger for mobile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
omit parentheses if there are no parameters
add quotes for string literals into annotations
|
|
|
|
* Fix broken link in kotlinx.serialization
* Rename DRIWithSourceSet to DRIWithSourceSets
|
|
* Migrate Dokka examples to Dokka repo (KT-47798)
* Configure workflow of examples checking
* Add workflow to deploy examples
|