diff --git a/docs/source/corda-nodes-index.rst b/docs/source/corda-nodes-index.rst index 45d9f0fd03..a3c888565d 100644 --- a/docs/source/corda-nodes-index.rst +++ b/docs/source/corda-nodes-index.rst @@ -10,7 +10,6 @@ Nodes node-commandline node-administration deploying-a-node - docker-image node-database node-database-access-h2 shell diff --git a/docs/source/docker.rst b/docs/source/docker.rst new file mode 100644 index 0000000000..3315b5cb57 --- /dev/null +++ b/docs/source/docker.rst @@ -0,0 +1,7 @@ +Docker +===== + +.. toctree:: + :maxdepth: 1 + + docker-image diff --git a/docs/source/index.rst b/docs/source/index.rst index b0602c9293..a0b17c7890 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,6 +55,7 @@ We look forward to seeing what you can do with Corda! corda-nodes-index.rst corda-networks-index.rst + docker.rst azure-vm.rst aws-vm.rst loadtesting.rst @@ -95,7 +96,7 @@ We look forward to seeing what you can do with Corda! :caption: Participate :maxdepth: 2 :if_tag: htmlmode - + contributing-index.rst corda-repo-layout.rst deterministic-modules.rst