From a24c0f429b9036dd1678d6921ad2dc4d23e13255 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 20 May 2019 21:11:01 +0200 Subject: [PATCH] Note the new C# driver in the server docs (#2644) Signed-off-by: Troy McConaghy --- docs/server/source/drivers-clients/index.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index 7fb59e22..ede28dde 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -6,15 +6,13 @@ Drivers & Tools =============== -Libraries and Tools Maintained by the BigchainDB Team ------------------------------------------------------ +These drivers were originally created by the original BigchainDB team: * `Python Driver `_ * `JavaScript / Node.js Driver `_ -* `Java driver `_ +* `Java Driver `_ -Community-Driven Libraries and Tools ------------------------------------- +These drivers and tools were created by the BigchainDB community: .. warning:: @@ -22,6 +20,7 @@ Community-Driven Libraries and Tools but may still be useful. Others might not work with the latest version of BigchainDB. +* `C# driver `_ (working as of May 2019) * `Haskell transaction builder `_ * `Go driver `_ * `Ruby driver `_