-
Notifications
You must be signed in to change notification settings - Fork 14
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
Documentation Effort #155
Comments
TODO: add constrictions to all methods, add documentation for using all methods with futures |
Since the release of Java 18, code in the javadoc is a feature. Would it be possible to use it? |
Cool feature! I'm interested so long it doesn't cause any complications in the CI systems. |
Status: Began work. Updated OP. |
Status: To speed up the release of V2, I'd prefer to just have the quickstart pages be the only barrier before we can push out v2 and have eyes on whether or not people think they'll want to adopt it. |
Fully or mostly completed this quickstart page: https://github.com/ArcanePlugins/Treasury/wiki/Quickstart:-Economy-Consumer |
Written part of the Economy Provider quickstart guide. Reformatted the sidebar of the Wiki. Moved some of this issue's to-do list over to #280 since they aren't anywhere near as urgent as the quickstart guides. |
Wiki appears to be in a state suitable enough for launch. |
Why?
Treasury's documentation could be considered relatively good at this point, however, since we use a concurrency system, it is more difficult to use. Therefore we need to provide very solid documentation if we have any hopes of gaining adoption in the community.
Things to do
Wiki
Cover all the updates since 1.0.0
Basically update the wiki with all the changes that occurred afterwards (2.0.0 included).
Add 'Getting Started' page - short and concise version to get started with Treasury.
The average developer probably doesn't want to read all the details about the economy API, rather, just want to know how to do these simple operations:
Thank you to AlonsoAliaga for suggesting this.
Javadocs
Javadocs must be improved as a whole. See #250.
The text was updated successfully, but these errors were encountered: