[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: This section describes the APIs that are available for the development of CorDapps:
* :doc:`api-states` .. toctree::
* :doc:`api-persistence` :maxdepth: 1
* :doc:`api-contracts`
* :doc:`api-vault-query` api-states
* :doc:`api-transactions` api-persistence
* :doc:`api-flows` api-contracts
* :doc:`api-core-types` 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>`. Before reading this page, you should be familiar with the :doc:`key concepts of Corda <key-concepts>`.