mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed internal links in basic usage
This commit is contained in:
parent
434922d1e0
commit
9f127044e9
@ -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).
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user