From 9f127044e9dbf87fafaee25f8cf5ff5e9cf208c8 Mon Sep 17 00:00:00 2001 From: Lana Date: Wed, 13 May 2020 21:38:44 +0700 Subject: [PATCH] Fixed internal links in basic usage --- docs/root/source/basic-usage.md | 4 ++-- docs/root/source/installation/index.rst | 2 ++ docs/root/source/installation/network-setup/index.rst | 2 ++ docs/root/source/installation/node-setup/index.rst | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/root/source/basic-usage.md b/docs/root/source/basic-usage.md index 37f0b32b..a0503b45 100644 --- a/docs/root/source/basic-usage.md +++ b/docs/root/source/basic-usage.md @@ -126,6 +126,6 @@ things. We documented those things in a post on *The BigchainDB Blog*: ### Example Transactions There are example BigchainDB transactions in -[the HTTP API documentation](https://docs.bigchaindb.com/projects/server/en/latest/http-client-server-api.html) +[the HTTP API documentation](./installation/api/http-client-server-api) and -[the Python Driver documentation](https://docs.bigchaindb.com/projects/py-driver/en/latest/usage.html). +[the Python Driver documentation](./drivers/index). diff --git a/docs/root/source/installation/index.rst b/docs/root/source/installation/index.rst index 1c3d1302..b16c9eda 100644 --- a/docs/root/source/installation/index.rst +++ b/docs/root/source/installation/index.rst @@ -7,6 +7,8 @@ Installation ============ +You can install a single node to test out BigchainDB, connect it to a network or setup a network of nodes. + .. toctree:: :maxdepth: 1 diff --git a/docs/root/source/installation/network-setup/index.rst b/docs/root/source/installation/network-setup/index.rst index 73cf69e6..45adf98e 100644 --- a/docs/root/source/installation/network-setup/index.rst +++ b/docs/root/source/installation/network-setup/index.rst @@ -7,6 +7,8 @@ Network setup ============= +There are several ways to setup a network. You can use the Kubernetes deployment template in this section, or use the Ansible solution in the Contributing section. Also, you can setup a single node on your machine and connect to an existing network. + .. toctree:: :maxdepth: 1 diff --git a/docs/root/source/installation/node-setup/index.rst b/docs/root/source/installation/node-setup/index.rst index e1e7e923..109bb06f 100644 --- a/docs/root/source/installation/node-setup/index.rst +++ b/docs/root/source/installation/node-setup/index.rst @@ -7,6 +7,8 @@ Node setup ========== +You can use the all-in-one docker solution, or install Tendermint, MongoDB, and BigchainDB step by step. For more advanced users and for development, the second option is recommended. + .. toctree:: :maxdepth: 1