Skip to content

Commit

Permalink
Docs development (#202)
Browse files Browse the repository at this point in the history
* add SnakeYAML Engine KMP to showcase

* override fast-url-parser to prevent punycode warning
  • Loading branch information
aSemy authored Mar 24, 2024
1 parent 31ee8ed commit 8fa0d52
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
1 change: 1 addition & 0 deletions modules/docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ tasks.screenshotter {
"https://opensavvy.gitlab.io/automation/kotlin-js-resources/api-docs/"
)
website("mqtt-starter", "https://javadoc.io/doc/de.smartsquare/mqtt-starter/latest/index.html")
website("snakeyaml-engine-kmp", "https://krzema12.github.io/snakeyaml-engine-kmp/")
}
19 changes: 6 additions & 13 deletions modules/docs/site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions modules/docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"@docusaurus/types": "3.1.1",
"@tsconfig/docusaurus": "2.0.2"
},
"// override fast-url-parser": "prevent warning about deprecated punycode",
"overrides": {
"fast-url-parser": "npm:@kamilkisiela/fast-url-parser@1.1.4"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions modules/docs/site/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,20 @@ const Users: User[] = [
source: "https://github.com/diffplug/selfie/tree/jvm/2.0.1/jvm/gradle/dokka",
tags: ["favourite", "kotlinJvm", "html", "design"],
},
{
title: "SnakeYAML Engine KMP",
description: "SnakeYAML Engine KMP is a YAML 1.2 processor for Kotlin Multiplatform.",
preview: <ThemedImage
alt={`SnakeYAML Engine KMP website screenshot`}
sources={{
light: require("./showcase/snakeyaml-engine-kmp-light.png").default,
dark: require("./showcase/snakeyaml-engine-kmp-dark.png").default,
}}
/>,
website: "https://krzema12.github.io/snakeyaml-engine-kmp/",
source: "https://github.com/krzema12/snakeyaml-engine-kmp/blob/93035811240d755fedfc846191751e1b54b16e6c/build.gradle.kts",
tags: ["kotlinMultiplatform", "html"],
},

// looks like a convention plugin, not an actual project
// {
Expand Down

0 comments on commit 8fa0d52

Please sign in to comment.