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 68ed34a commit 2dfdf24Copy full SHA for 2dfdf24
build.gradle
@@ -60,7 +60,7 @@ allprojects {
60
"https://stleary.github.io/JSON-java/",
61
"https://ci.dv8tion.net/job/JDA/javadoc/",
62
"https://docs.oracle.com/javase/8/docs/api/",
63
- //"https://docs.botblock.org/JavaBotBlockAPI/core/",
+ "https://docs.botblock.org/JavaBotBlockAPI/core/",
64
"https://docs.botblock.org/JavaBotBlockAPI/jda/",
65
"https://docs.botblock.org/JavaBotBlockAPI/request/"
66
)
docs/index.md
@@ -2,5 +2,5 @@
2
Below can you find the available Javadocs for the different Modules of this Project.
3
4
- [Core](core)
5
-- [JDA-Module](jda-module)
6
-- [Request-Module](request-module)
+- [JDA-Module](jda)
+- [Request-Module](request)
0 commit comments