diff --git a/docs/source/corda-networks-index.rst b/docs/source/corda-networks-index.rst index 9315a2de09..a380bf6b8c 100644 --- a/docs/source/corda-networks-index.rst +++ b/docs/source/corda-networks-index.rst @@ -4,7 +4,7 @@ Corda networks .. toctree:: :maxdepth: 1 - setting-up-a-corda-network + corda-test-networks permissioning network-map versioning diff --git a/docs/source/setting-up-a-corda-network.rst b/docs/source/corda-test-networks.rst similarity index 96% rename from docs/source/setting-up-a-corda-network.rst rename to docs/source/corda-test-networks.rst index 89621ce23c..f6a0588761 100644 --- a/docs/source/setting-up-a-corda-network.rst +++ b/docs/source/corda-test-networks.rst @@ -1,7 +1,7 @@ .. _log4j2: http://logging.apache.org/log4j/2.x/ -Setting up a Corda network -========================== +Corda networks +============== A Corda network consists of a number of machines running nodes. These nodes communicate using persistent protocols in order to create and validate transactions. @@ -16,8 +16,8 @@ as services, and one node may run several of them. * Regular node: All nodes have a vault and may start protocols communicating with other nodes, notaries and oracles and evolve their private ledger -Setting up your own network ---------------------------- +Bootstrap your own test network +------------------------------- Certificates ~~~~~~~~~~~~