You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/09/23 10:03:18 UTC

svn commit: r1704768 - /olingo/site/trunk/content/doc/odata4/index.mdtext

Author: chrish
Date: Wed Sep 23 08:03:15 2015
New Revision: 1704768

URL: http://svn.apache.org/viewvc?rev=1704768&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/index.mdtext

Modified: olingo/site/trunk/content/doc/odata4/index.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/index.mdtext?rev=1704768&r1=1704767&r2=1704768&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/index.mdtext (original)
+++ olingo/site/trunk/content/doc/odata4/index.mdtext Wed Sep 23 08:03:15 2015
@@ -18,15 +18,19 @@ Notice:    Licensed to the Apache Softwa
 
 # Documentation OData 4.0 Java Library
 
-### How to Start
+## General Documentation
+
+  * [Documentation](/doc/odata4/overview.html)
+
+## How to Start
 
   * [Maven Dependencies](/doc/odata4/dependencies.html)
   * [QuickStart with an existing sample service](/doc/odata4/tutorials/od4_quick_start_sample.html)
 
 
-### Tutorials (OData 4.0)
+## Tutorials (OData 4.0)
 
-##### Olingo for Server usage
+### Olingo for Server usage
 
   * Basic Tutorial: Create an OData V4 Service with Olingo
     * [Prerequisites for all tutorial parts](http://olingo.staging.apache.org/doc/odata4/tutorials/prerequisites/prerequisites.html)
@@ -41,19 +45,19 @@ Notice:    Licensed to the Apache Softwa
         * [Tutorial Part 5.3: Add system query options support (`$orderby`) to the service (with Eclipse)](/doc/odata4/tutorials/sqo_o/tutorial_sqo_o.html)
         * [Tutorial Part 5.4: Add system query options support (`$filter`) to the service (with Eclipse)](/doc/odata4/tutorials/sqo_f/tutorial_sqo_f.html)
 
-### Javadoc
+## Javadoc
 
   * [Javadoc for OData 4.0 Library](/javadoc/odata4/index.html)
 
 
-### Olingo Project Setup (Contributors)
+## Olingo Project Setup (Contributors)
 
   * [Git and Maven Support](/doc/odata4/maven.html)
   * [Eclipse IDE Support](/doc/odata4/eclipse.html)
   * [Release Documentation](/doc/odata4/release.html)
 
 
-### External Articles, Blog-Entries and Tutorials
+## External Articles, Blog-Entries and Tutorials
 
   * Series of blog articles which show a tutorial on how to use Olingo as client library
     * [Accessing data of OData v4 services with Olingo](http://templth.wordpress.com/2014/12/03/accessing-odata-v4-service-with-olingo/)