diff --git a/docs/source/api.rst b/docs/source/api-index.rst similarity index 82% rename from docs/source/api.rst rename to docs/source/api-index.rst index e456d7f86f..b50e7be53a 100644 --- a/docs/source/api.rst +++ b/docs/source/api-index.rst @@ -1,5 +1,5 @@ -API overview -============ +API +=== This section describes the APIs that are available for the development of CorDapps: diff --git a/docs/source/api-persistence.rst b/docs/source/api-persistence.rst index 5c2b786db2..120063b73f 100644 --- a/docs/source/api-persistence.rst +++ b/docs/source/api-persistence.rst @@ -1,5 +1,11 @@ -Persistence -=========== +.. highlight:: kotlin +.. raw:: html + + + + +API: Persistence +================ Corda offers developers the option to expose all or some part of a contract state to an *Object Relational Mapping* (ORM) tool to be persisted in a RDBMS. The purpose of this is to assist *vault* development by effectively indexing @@ -11,9 +17,9 @@ The ORM mapping is specified using the `Java Persistence API