[fix] stop the API pages being orphaned away from the menu

This commit is contained in:
Michael Hinstridge 2017-08-01 17:04:16 +01:00
parent 85accf93e8
commit 095e1ca6fe

View File

@ -3,13 +3,16 @@ API
This section describes the APIs that are available for the development of CorDapps:
* :doc:`api-states`
* :doc:`api-persistence`
* :doc:`api-contracts`
* :doc:`api-vault-query`
* :doc:`api-transactions`
* :doc:`api-flows`
* :doc:`api-core-types`
.. toctree::
:maxdepth: 1
api-states
api-persistence
api-contracts
api-vault-query
api-transactions
api-flows
api-core-types
Before reading this page, you should be familiar with the :doc:`key concepts of Corda <key-concepts>`.