We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436761c commit 2babf27Copy full SHA for 2babf27
build.gradle.kts
@@ -59,7 +59,6 @@ tasks {
59
sourceLink {
60
// Unix based directory relative path to the root of the project (where you execute gradle respectively).
61
path = "src/main/kotlin"
62
-
63
// URL showing where the source code can be accessed through the web browser
64
url = "https://github.com/kotlin-graphics/kotlin-unsigned/tree/master/src/main/kotlin"
65
// Suffix which is used to append the line number to the URL. Use #L for GitHub
netlify.toml
@@ -0,0 +1,3 @@
1
+[[redirects]]
2
+ from = "/"
3
+ to = "/build/dokka/html/kotlin-unsigned"
0 commit comments