Fixed internal links in basic usage

This commit is contained in:
Lana 2020-05-13 21:38:44 +07:00
parent 434922d1e0
commit 9f127044e9
4 changed files with 8 additions and 2 deletions

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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