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

+ + +