diff --git a/docs/source/drivers-clients/example-apps.md b/docs/source/drivers-clients/example-apps.md new file mode 100644 index 00000000..e66cffea --- /dev/null +++ b/docs/source/drivers-clients/example-apps.md @@ -0,0 +1,5 @@ +# Example Apps + +There are some example BigchainDB apps (i.e. apps which use BigchainDB) in [the GitHub repository named bigchaindb-examples](https://github.com/bigchaindb/bigchaindb-examples). + +As noted there, the examples are for demonstration purposes only and should not be used as-is for production. diff --git a/docs/source/drivers-clients/index.rst b/docs/source/drivers-clients/index.rst index adafd59b..8ab061d9 100644 --- a/docs/source/drivers-clients/index.rst +++ b/docs/source/drivers-clients/index.rst @@ -9,4 +9,5 @@ BigchainDB Drivers & Clients http-client-server-api python-driver-api-examples + example-apps \ No newline at end of file