From 5b5295e397622747be4bd03989717196256ad436 Mon Sep 17 00:00:00 2001 From: Georgi Boyvalenkov Date: Fri, 26 Aug 2022 12:22:22 +0300 Subject: [PATCH] [#97] Wrong property data types in Suite Bootstraping reference guide - improved descriptions Signed-off-by: Georgi Boyvalenkov --- .../references/connectivity/suite-bootstrapping-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/site/content/docs/references/connectivity/suite-bootstrapping-config.md b/web/site/content/docs/references/connectivity/suite-bootstrapping-config.md index a1b152ac..a6a887f4 100644 --- a/web/site/content/docs/references/connectivity/suite-bootstrapping-config.md +++ b/web/site/content/docs/references/connectivity/suite-bootstrapping-config.md @@ -12,9 +12,9 @@ To control all aspects of the suite bootstrapping behavior. | Property | Type | Default | Description | | - | - | - | - | -| preBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional parameters that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` | +| preBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed before a bootstrapping request, optionally producing a `preBootstrapFile` | | preBootstrapFile | string | | Path to the file used as a bootstrapping request data | -| postBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional parameters that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` | +| postBootstrapScript | string[] | | Path to the script/command with an optional sequence of additional flags/parameters that is executed after a bootstrapping response, optionally consuming a `postBootstrapFile` | | postBootstrapFile | string | | Path to the file used for a bootstrapping response data | | bootstrapProvisioningFile | string | | Path to the file that stores the provisioning information from a bootstrapping response | | maxChunkSize | int | 46080 | Maximum chunk size of the request data in bytes |