Skip to content

Commit 5c2dd5f

Browse files
committed
added tutorial
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent 7c445dd commit 5c2dd5f

5 files changed

Lines changed: 19 additions & 235 deletions

File tree

build-html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ asciidoctor -n -D html doc/index.adoc
33
asciidoctor -n -D html/server-workbench-console doc/server-workbench-console/index.adoc
44
asciidoctor -n -D html/migration doc/migration/index.adoc
55
asciidoctor -n -D html/programming doc/programming/index.adoc
6+
asciidoctor -n -D html/getting-started doc/getting-started/index.adoc
67
cp -r doc/images html/
78
cp -r doc/css html/

doc/index.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22
:stylesdir: css/
33
:stylesheet: rdf4j.css
44
:linkcss:
5+
:toc: right
56
include::header.adoc[]
67

78
:numbered!:
89
== Eclipse RDF4J Documentation
910

1011
Welcome to the Eclipse RDF4J documentation site. This is a work in progress.
1112

13+
== Tutorials
14+
15+
- link:getting-started[Getting Started with RDF4J, Maven, and Eclipse]
16+
17+
== Reference Documentation
18+
1219
- link:migration[Sesame to RDF4J Migration Guide]
1320
- link:programming[Programming with RDF4J]
1421
- link:server-workbench-console[RDF4J Server, Workbench, and Console]
22+
23+
== Javadoc
24+
25+
- http://rdf4j.org/javadoc/latest[RDF4J API Javadoc]
26+
- older versions: [http://rdf4j.org/javadoc/1.0[1.0]]
27+
28+
29+
== Sesame Archives
30+
31+
If you are looking for documentation belonging to the (now deprecated) Sesame project, you can go to the http://archive.rdf4j.org/[archive website].
32+

doc/migration/docinfo.html

Lines changed: 0 additions & 77 deletions
This file was deleted.

doc/programming/docinfo.html

Lines changed: 0 additions & 81 deletions
This file was deleted.

doc/server-workbench-console/docinfo.html

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)