mirror of
https://github.com/corda/corda.git
synced 2025-02-06 02:59:15 +00:00
Joel reflect docs changes.
* Moves upgrade notes to be more visible. * Clarifies that only the first two tutorials are related and form a sequence.
This commit is contained in:
parent
70fe8bef98
commit
2383424a17
@ -6,6 +6,7 @@ CorDapps
|
|||||||
|
|
||||||
cordapp-overview
|
cordapp-overview
|
||||||
writing-a-cordapp
|
writing-a-cordapp
|
||||||
|
upgrade-notes
|
||||||
cordapp-build-systems
|
cordapp-build-systems
|
||||||
building-against-master
|
building-against-master
|
||||||
api-index
|
api-index
|
||||||
|
@ -6,6 +6,5 @@ Release process
|
|||||||
|
|
||||||
release-notes
|
release-notes
|
||||||
changelog
|
changelog
|
||||||
upgrade-notes
|
|
||||||
codestyle
|
codestyle
|
||||||
testing
|
testing
|
@ -1,11 +1,23 @@
|
|||||||
Tutorials
|
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::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
hello-world-introduction
|
hello-world-introduction
|
||||||
tut-two-party-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-contract
|
||||||
tutorial-test-dsl
|
tutorial-test-dsl
|
||||||
contract-upgrade
|
contract-upgrade
|
||||||
|
@ -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
|
These notes provide instructions for upgrading your CorDapps from previous versions, starting with the upgrade from our
|
||||||
first public Beta (:ref:`Milestone 12 <changelog_m12>`), to :ref:`V1.0 <changelog_v1>`.
|
first public Beta (:ref:`Milestone 12 <changelog_m12>`), to :ref:`V1.0 <changelog_v1>`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user