Skip to content

Commit 566ff09

Browse files
DOC-2547: update documentation for Doc Converters service url's. (#3473)
* DOC-2547: update documentation for Doc Converters service url's. * Update modules/ROOT/partials/configuration/exportpdf.adoc Co-authored-by: shirqa <[email protected]> * Update modules/ROOT/partials/configuration/exportword.adoc Co-authored-by: shirqa <[email protected]> * Update modules/ROOT/partials/configuration/importword-service-url.adoc Co-authored-by: shirqa <[email protected]> --------- Co-authored-by: shirqa <[email protected]>
1 parent d24fbab commit 566ff09

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

modules/ROOT/partials/configuration/exportpdf.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ The {pluginname} uses the HTML to PDF converter service to generate the `documen
55

66
The {pluginname} feature is currently only available exclusively for `on-premise` setups, requiring a self-hosted HTML to PDF converter service and the `exportpdf_service_url` option to be properly configured. If you require access to this feature, please link:https://www.tiny.cloud/contact/[contact us]. Refer to our xref:individual-export-to-pdf-on-premises.adoc[on-premises documentation] for detailed instructions on deploying the {pluginname} service server-side component using Docker.
77

8+
89
[TIP]
9-
Update the `exportpdf_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v1/convert`.
10+
Configure the `exportpdf_service_url` setting in your {productname} instance to match your custom host. For example, if your host is `mycustomhost.com`, set the URL to `https://mycustomhost.com/`.
1011

1112
*Type:* `+String+`
1213

modules/ROOT/partials/configuration/exportword.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ The {pluginname} feature is currently only available exclusively for `on-premise
99
NOTE: The {pluginname} feature is currently only available `on-premise` and requires the `exportword_service_url` option to be configured. link:https://www.tiny.cloud/contact/[Contact us] if you require this feature.
1010

1111
[TIP]
12-
Update the `exportword_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v2/convert/html-docx`.
12+
Configure the `exportword_service_url` setting in your {productname} instance to match your custom host. For example, if your host is `mycustomhost.com`, set the URL to `https://mycustomhost.com/`.
13+
1314

1415
*Type:* `+String+`
1516

modules/ROOT/partials/configuration/importword-service-url.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This option is used for setting the URL endpoint for the DOCX to HTML conversion
55

66
The {pluginname} feature is currently only available exclusively for `on-premise` setups, requiring a self-hosted version of the DOCX to HTML conversion service and the `importword_service_url` option to be properly configured. If you require access to this feature, please link:https://www.tiny.cloud/contact/[contact us]. Refer to our xref:individual-import-from-word-and-export-to-word-on-premises.adoc[on-premises documentation] for detailed instructions on deploying the {pluginname} service server-side component using Docker.
77

8+
89
[TIP]
9-
Update the `importword_service_url` configuration in your {productname} setup to point to your host. For instance, if your host is `mycustomhost.com`, the URL will be `https://mycustomhost.com/v2/convert/docx-html`.
10+
Configure the `importword_service_url` setting in your {productname} instance to match your custom host. For example, if your host is `mycustomhost.com`, set the URL to `https://mycustomhost.com/`.
1011

1112
*Type:* `+String+`
1213

0 commit comments

Comments
 (0)