Skip to content

Commit 9d840d8

Browse files
committed
JavaDocs overview: add some relevant links
1 parent 770a591 commit 9d840d8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

objectbox-java/src/web/overview.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
<HTML>
22
<BODY>
3-
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
43
<p>
5-
Additional documentation is available at <a href="https://docs.objectbox.io">docs.objectbox.io</a>.
4+
Welcome to the JavaDocs for <a href="https://objectbox.io">ObjectBox</a>, the super-fast database for objects.
5+
On these pages, you will find the API reference for the ObjectBox Java library.
6+
</p>
7+
<p>
8+
The <b>main documentation</b> is available at <a href="https://docs.objectbox.io">docs.objectbox.io</a> and offers
9+
a changelog, a <a href="https://docs.objectbox.io/getting-started">getting started guide</a>, and many more topics.
10+
</p>
11+
<p>
12+
GitHub links: <a href="https://github.com/objectbox/objectbox-java">ObjectBox Java</a>,
13+
<a href="https://github.com/objectbox/objectbox-examples">Examples for Java, Kotlin and Android</a>
14+
</p>
15+
616
</BODY>
717
</HTML>

0 commit comments

Comments
 (0)