From 6c1a46aee5c114c15bf707f5a19c88b28f5fc675 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 5 Jun 2020 15:56:07 +0200 Subject: [PATCH] minor update of the documentation --- build/docs/content/01-install.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docs/content/01-install.md b/build/docs/content/01-install.md index c1a27401..a3758fdf 100644 --- a/build/docs/content/01-install.md +++ b/build/docs/content/01-install.md @@ -24,7 +24,7 @@ For instance: ```bash $ git clone https://github.com/thecodingmachine/gotenberg.git -$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0 +$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=version ``` > `master` branch is always up-to-date with the latest version of the API. diff --git a/docs/index.html b/docs/index.html index 1ad30e01..d0db910f 100755 --- a/docs/index.html +++ b/docs/index.html @@ -154,7 +154,7 @@

For instance:

$ git clone https://github.com/thecodingmachine/gotenberg.git
-$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0
+$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=version