Merge pull request #1155 from RangerOfFire/fix/docs_api_link

Docs: Stop the API pages being orphaned without a menu
This commit is contained in:
Clinton 2017-08-03 14:40:10 +01:00 committed by GitHub
commit 2060a81636

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>`.