diff --git a/docs/source/building-a-cordapp-index.rst b/docs/source/building-a-cordapp-index.rst index bbad288ee5..c8c376bd29 100644 --- a/docs/source/building-a-cordapp-index.rst +++ b/docs/source/building-a-cordapp-index.rst @@ -6,6 +6,7 @@ CorDapps cordapp-overview writing-a-cordapp + upgrade-notes cordapp-build-systems building-against-master api-index diff --git a/docs/source/release-process-index.rst b/docs/source/release-process-index.rst index eb81e833f0..1b59977668 100644 --- a/docs/source/release-process-index.rst +++ b/docs/source/release-process-index.rst @@ -6,6 +6,5 @@ Release process release-notes changelog - upgrade-notes codestyle testing \ No newline at end of file diff --git a/docs/source/tutorials-index.rst b/docs/source/tutorials-index.rst index 15e0682e57..5ac8f6836f 100644 --- a/docs/source/tutorials-index.rst +++ b/docs/source/tutorials-index.rst @@ -1,11 +1,23 @@ Tutorials ========= +This section is split into two parts. + +The Hello, World tutorials should be followed in sequence and show how to extend the Java or Kotlin CorDapp Template +into a full CorDapp. + .. toctree:: :maxdepth: 1 hello-world-introduction tut-two-party-introduction + +The remaining tutorials cover individual platform features in isolation. They don't depend on the code from the Hello, +World tutorials, and can be read in any order. + +.. toctree:: + :maxdepth: 1 + tutorial-contract tutorial-test-dsl contract-upgrade diff --git a/docs/source/upgrade-notes.rst b/docs/source/upgrade-notes.rst index efc928835f..a6b5f829e3 100644 --- a/docs/source/upgrade-notes.rst +++ b/docs/source/upgrade-notes.rst @@ -1,5 +1,5 @@ -Upgrade notes -============= +Upgrading a CorDapp to a new version +==================================== These notes provide instructions for upgrading your CorDapps from previous versions, starting with the upgrade from our first public Beta (:ref:`Milestone 12 `), to :ref:`V1.0 `.