From 095e1ca6fef846039d1f6cc4e0f1b808f4e9bd7e Mon Sep 17 00:00:00 2001 From: Michael Hinstridge Date: Tue, 1 Aug 2017 17:04:16 +0100 Subject: [PATCH] [fix] stop the API pages being orphaned away from the menu --- docs/source/api-index.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/source/api-index.rst b/docs/source/api-index.rst index 6ecc7de87e..962f0e66c6 100644 --- a/docs/source/api-index.rst +++ b/docs/source/api-index.rst @@ -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 `.