Skip to content

Commit

Permalink
update docs, push to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimss committed Jul 19, 2022
1 parent c129547 commit 5db5e60
Show file tree
Hide file tree
Showing 260 changed files with 20,143 additions and 13,619 deletions.
6 changes: 3 additions & 3 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id("org.jetbrains.dokka") version "1.4.20"
id("org.jetbrains.dokka") version "1.7.10"
id("maven-publish")
id("java-library")
}

apply(plugin = "maven-publish")
apply(plugin = "org.jetbrains.dokka")

version = "0.7"
version = "0.8"

tasks.dokkaHtml {
outputDirectory.set(file("$projectDir/docs"))
Expand All @@ -17,7 +17,7 @@ tasks.dokkaHtml {
samples.from(file("$projectDir/../example/src/main/kotlin"))
samples.from(file("$projectDir/../bukkit/src/main/kotlin"))
externalDocumentationLink {
//url = uri("https://hub.spigotmc.org/javadocs/spigot/")
url.set(uri("https://hub.spigotmc.org/javadocs/spigot/").toURL())
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions api/docs/images/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions api/docs/images/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions api/docs/images/theme-toggle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
257 changes: 257 additions & 0 deletions api/docs/index.html

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

Loading

0 comments on commit 5db5e60

Please sign in to comment.