Skip to content

Docs: Update Readme #317

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

Merged
merged 2 commits into from
Oct 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/Drivers/Java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

The official ArangoDB Java Driver.

It can be used synchronously as well as asynchronously. The formerly separate async
driver with the same API as the synchronous driver, except that it returned a
`CompletableFuture<T>` instead of the result `T` directly, was merged into this
driver in version 6.2.0. See
[async examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/async/example){:target="_blank"}.

- [Getting Started](GettingStarted/README.md)
- [Reference](Reference/README.md)

Expand All @@ -10,5 +16,5 @@ The official ArangoDB Java Driver.
- [ChangeLog](https://raw.githubusercontent.com/arangodb/arangodb-java-driver/master/ChangeLog.md)
- [Examples](https://github.com/arangodb/arangodb-java-driver/tree/master/src/test/java/com/arangodb/example)
- [Tutorial](https://www.arangodb.com/tutorials/tutorial-sync-java-driver/)
- [JavaDoc](http://arangodb.github.io/arangodb-java-driver/javadoc-4_3/index.html)
- [JavaDoc](http://arangodb.github.io/arangodb-java-driver/javadoc-6_3/index.html)
- [JavaDoc VelocyPack](http://arangodb.github.io/java-velocypack/javadoc-1_0/index.html)