Skip to content

Commit 375485e

Browse files
author
Mark
committed
changed docu
1 parent f77d3da commit 375485e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mvn clean install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B
5555
# Learn more
5656
* [ArangoDB](https://www.arangodb.com/)
5757
* [ChangeLog](ChangeLog)
58-
* [Driver-Documentation](docs/api_overview.md)
58+
* [Documentation](docs/api_overview.md)
5959
* [Examples](src/test/java/com/arangodb/example)
6060
* [Tutorial](https://www.arangodb.com/tutorial-java/)
6161

docs/api_overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
* [Driver Setup](docs/api_overview.md#driver-setup)
2+
* [Basic database operations](docs/api_overview.md#basic-database-operations)
3+
* [Multi document operations](docs/api_overview.md#multi-document-operations)
4+
* [AQL](docs/api_overview.md#aql)
5+
* [Graphs](docs/api_overview.md#graphs)
6+
* [Foxx](docs/api_overview.md#foxx)
7+
18

29
# Driver Setup
310

0 commit comments

Comments
 (0)