From ad4a16cc4e1213785c26fb9827f23610481500a7 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 31 Oct 2019 17:03:51 +0100 Subject: [PATCH] adding community clients section --- build/docs/content/02-clients.md | 4 ++++ docs/index.html | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/build/docs/content/02-clients.md b/build/docs/content/02-clients.md index 64de1e23..dedef210 100644 --- a/build/docs/content/02-clients.md +++ b/build/docs/content/02-clients.md @@ -23,3 +23,7 @@ Then the PHP client: ```bash $ composer require thecodingmachine/gotenberg-php-client ``` + +## Community clients + +* [JavaScript/TypeScript client](https://github.com/yumauri/gotenberg-js-client) by [yumauri](https://github.com/yumauri) diff --git a/docs/index.html b/docs/index.html index 79c8d652..e71b0f4a 100755 --- a/docs/index.html +++ b/docs/index.html @@ -216,6 +216,14 @@ Gotenberg API is available at http://localhost:3
$ composer require thecodingmachine/gotenberg-php-client
 
+

Community clients

+ + +