adding community clients section

This commit is contained in:
Julien Neuhart
2019-10-31 17:03:51 +01:00
parent 1e1cb8fe57
commit ad4a16cc4e
2 changed files with 12 additions and 0 deletions

View File

@@ -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)

View File

@@ -216,6 +216,14 @@ Gotenberg API is available at <a href="http://localhost:3000">http://localhost:3
<pre class="chroma">$ composer require thecodingmachine/gotenberg-php-client
</pre>
<h2 class="Heading"><a class="Anchor" aria-hidden="true" id="clients.community_clients" href="#clients.community_clients">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>
</a>Community clients</h2>
<ul>
<li><a href="https://github.com/yumauri/gotenberg-js-client">JavaScript/TypeScript client</a> by <a href="https://github.com/yumauri">yumauri</a></li>
</ul>
</div>
<div class="Page" id="environment_variables">