-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade the getting started section to be easier to read and follow. #33
base: master
Are you sure you want to change the base?
Conversation
Deploy PreviewDeploy-Preview complete!
|
Could you also add the |
… into update-getting-started
We have dedicated library development and wiki development channels on our [Discord server](https://discord.gg/0hMr4ce0tIl3SLv5), where you can ask questions or suggest ideas. | ||
|
||
## Dependencies | ||
This project requires **Java 8**.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say you can use higher versions too
## Docs | ||
You can find the [latest Javadocs](https://ci.dv8tion.net/job/JDA5/javadoc/) and the [legacy Javadocs](https://ci.dv8tion.net/job/JDA/javadoc/) on the Jenkins server. | ||
|
||
For other versions of JDA, the javadocs jar can be downloaded from the version's page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really do not recommend downloading any kind of javadocs jar
For example, the v4.2.0_200 javadocs can be found at: | ||
<https://ci.dv8tion.net/job/JDA/200/>, which can be extracted for its docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you should mention JDA 4 in this wiki
} | ||
``` | ||
Remember to replace the `VERSION` with the version you would like to use. Version information can be found from | ||
[JDA Discord Server](https://discord.gg/0hMr4ce0tIk3pSjp), [JDA GitHub](https://github.com/DV8FromTheWorld/JDA/releases) or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JDA Discord Server](https://discord.gg/0hMr4ce0tIk3pSjp), [JDA GitHub](https://github.com/DV8FromTheWorld/JDA/releases) or | |
[JDA Discord Server](https://discord.gg/jda), [JDA GitHub](https://github.com/DV8FromTheWorld/JDA/releases) or |
[JDA Discord Server](https://discord.gg/0hMr4ce0tIk3pSjp), [JDA GitHub](https://github.com/DV8FromTheWorld/JDA/releases) or | ||
[Maven Central](https://mvnrepository.com/artifact/net.dv8tion/JDA/). | ||
|
||
[![Download](https://img.shields.io/maven-central/v/net.dv8tion/JDA?color=blue)](https://ci.dv8tion.net/job/JDA5/lastSuccessfulBuild/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not a link to maven central, pointing to latest ? The CI server could be going down at some point
No description provided.