From e80f5939b2e1a62a6f71b48fce6422313f4d807c Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 1 May 2020 12:58:11 +0200 Subject: [PATCH] Updating markdown files according to some users PRs --- build/docs/content/01-install.md | 3 ++- build/docs/content/04-html.md | 2 +- build/docs/content/12-scalability.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build/docs/content/01-install.md b/build/docs/content/01-install.md index 9aad5834..c1a27401 100644 --- a/build/docs/content/01-install.md +++ b/build/docs/content/01-install.md @@ -38,7 +38,7 @@ version: '3' services: - # your others services + # your other services gotenberg: image: thecodingmachine/gotenberg:6 @@ -65,6 +65,7 @@ securityContext: ## Cloud Run (Google Cloud) If you're looking for cost savings, you might be interested by [Cloud Run](https://cloud.google.com/run). +However, according to some users, doing asynchronous conversion (with a webhook) might not working. In the following examples, we will assume your Gotenberg API is available at [http://localhost:3000](http://localhost:3000). diff --git a/build/docs/content/04-html.md b/build/docs/content/04-html.md index a2501ae6..688b8ae4 100644 --- a/build/docs/content/04-html.md +++ b/build/docs/content/04-html.md @@ -157,7 +157,7 @@ You may also send additional files. For instance: images, fonts, stylesheets and The only requirement is to make sure that their paths are on the same level as the `index.html` file. -In others words, this will work: +In other words, this will work: ```html diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index b1a062fc..9c35545e 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -37,7 +37,7 @@ version: '3' services: - # your others services + # your other services gotenberg: image: thecodingmachine/gotenberg:6