Skip to content

Commit 82fee2b

Browse files
authored
DOC-3517: Clarify service vs plugin distinction in on-premises service docs (#4159)
* DOC-3517: Clarify service vs plugin distinction in on-premises service docs Rewrite overview sections for all five on-premises service pages to clearly distinguish between the server-side service and the editor plugin it supports. Services with APIs (Export to PDF, Import/Export Word) now document both plugin-backed and direct API usage paths. Affected pages: - Hyperlinking service - Image Proxy service - Spelling service - Export to PDF service - Import from Word and Export to Word service * DOC-3517: Clarify Hyperlinking and Image Proxy service responsibilities Attribute link validation and media embed resolution to their respective plugins for the Hyperlinking service, and correct the Image Proxy overview to state it only fetches image content, performs no editing, and does not resolve media embeds.
1 parent aa56814 commit 82fee2b

10 files changed

Lines changed: 37 additions & 28 deletions

modules/ROOT/pages/individual-export-to-pdf-on-premises.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} {pluginname} service server-side component using Docker (individually licensed)
1+
= Deploy the {productname} {pluginname} server-side service using Docker (individually licensed)
22
:navtitle: Export to PDF
3-
:description: Setting up Export to PDF using Docker.
3+
:description: Deploy the Export to PDF server-side service using Docker.
44
:keywords: server-side, docker, export-to-pdf, on-premises
55
:pluginname: Export to PDF
66

modules/ROOT/pages/individual-hyperlinking-container.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} Hyperlinking server-side component using Docker
1+
= Deploy the {productname} Hyperlinking server-side service using Docker
22
:navtitle: Hyperlinking service
3-
:description: How-to deploy the {productname} Hyperlinking server-side component using Docker.
3+
:description: Deploy the {productname} Hyperlinking server-side service using Docker.
44
:shbundledockerfiles: false
55
:linkcheckerplugin: Link Checker
66
:mediaembedplugin: Enhanced Media Embed

modules/ROOT/pages/individual-image-proxy-container.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} Image Proxy service server-side component using Docker
1+
= Deploy the {productname} Image Proxy server-side service using Docker
22
:navtitle: Image Proxy service
3-
:description: How-to deploy the {productname} Image Proxy service server-side component using Docker.
3+
:description: Deploy the {productname} Image Proxy server-side service using Docker.
44
:shbundledockerfiles: false
55
:pluginname: Image Editing
66

modules/ROOT/pages/individual-import-from-word-and-export-to-word-on-premises.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} {pluginname} service server-side component using Docker (individually licensed)
1+
= Deploy the {productname} {pluginname} server-side service using Docker (individually licensed)
22
:navtitle: Import from Word and Export to Word
3-
:description: Setting up Import from Word and Export to Word using Docker.
3+
:description: Deploy the Import from Word and Export to Word server-side service using Docker.
44
:keywords: server-side, docker, import-from-word, export-to-word, on-premises
55
:pluginname: Import from Word and Export to Word
66

modules/ROOT/pages/individual-spelling-container.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} Spelling server-side component using Docker
1+
= Deploy the {productname} Spelling server-side service using Docker
22
:navtitle: Spelling service
3-
:description: How-to deploy the {productname} Spelling server-side component using Docker.
3+
:description: Deploy the {productname} Spelling server-side service using Docker.
44
:shbundledockerfiles: false
55
:pluginname: Spell Checker
66

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[overview]]
22
== Overview
33

4-
The On-Premises version of the link:https://www.tiny.cloud/tinymce/features/link-checker/[{linkcheckerplugin}^] and link:https://www.tiny.cloud/tinymce/features/enhanced-media-embed/[{mediaembedplugin}^] is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud.
4+
The Hyperlinking service is a server-side component that provides both link validation and media embed resolution. It runs on-premises within the host infrastructure and powers the link:https://www.tiny.cloud/tinymce/features/link-checker/[{linkcheckerplugin}^] plugin, which validates links, and the link:https://www.tiny.cloud/tinymce/features/enhanced-media-embed/[{mediaembedplugin}^] plugin, which resolves media URLs into embeddable content, in the {productname} editor. Once deployed, each plugin must be configured separately to connect to this service.
55

6-
The only requirement to run these services On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
6+
The only requirement to run the Hyperlinking service on-premises is a container runtime or orchestration tool, such as Docker, Kubernetes, or Podman.
77

8-
A valid access token is required to access the Tiny Cloud Docker registry and pull the Docker image. Contact link:https://www.tiny.cloud/contact/[{companyname} Support^] to request the access token.
8+
A valid access token is required to access the {companyname} Cloud Docker registry and pull the Docker image. Contact link:https://www.tiny.cloud/contact/[{companyname} Support^] to request the access token.
99

10-
include::partial$misc/admon-dont-push-docker-images.adoc[]
10+
include::partial$misc/admon-dont-push-docker-images.adoc[]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[overview]]
22
== Overview
33

4-
The On-Premises version of link:https://www.tiny.cloud/docs/tinymce/latest/editimage/[{pluginname}] is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud.
4+
The Image Proxy service is a server-side component that fetches and serves image content for the {productname} editor. It runs on-premises within the host infrastructure and provides the back-end capabilities used by the link:https://www.tiny.cloud/docs/tinymce/latest/editimage/[{pluginname}] plugin. The service only retrieves image content; image editing is performed in the browser, and the service does not resolve media embeds.
55

6-
The only requirement to run this service On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
6+
The only requirement to run the Image Proxy service on-premises is a container runtime or orchestration tool, such as Docker, Kubernetes, or Podman.
77

88
A valid access token is required to access the {companyname} Cloud Docker registry and pull the Docker image. Contact link:https://www.tiny.cloud/contact/[{companyname} Support^] to request the access token.
99

10-
include::partial$misc/admon-dont-push-docker-images.adoc[]
10+
include::partial$misc/admon-dont-push-docker-images.adoc[]
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[overview]]
22
== Overview
33

4-
The On-Premises version of the link:https://www.tiny.cloud/tinymce/features/spell-checker/[{pluginname}^] is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud.
4+
The Spelling service is a server-side component that provides spell checking and language processing capabilities. It runs on-premises within the host infrastructure and powers the link:https://www.tiny.cloud/tinymce/features/spell-checker/[{pluginname}^] plugin in the {productname} editor.
55

6-
The only requirement to run these services On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
6+
The only requirement to run the Spelling service on-premises is a container runtime or orchestration tool, such as Docker, Kubernetes, or Podman.
77

8-
A valid access token is required to access the {companyname} Cloud Docker registry and pull the Docker image. Contact link:https://www.tiny.cloud/contact/[{companyname} Support^] to request the access token.
8+
A valid access token is required to access the {companyname} Cloud Docker registry and pull the Docker image. Contact link:https://www.tiny.cloud/contact/[{companyname} Support^] to request the access token.
99

10-
include::partial$misc/admon-dont-push-docker-images.adoc[]
10+
include::partial$misc/admon-dont-push-docker-images.adoc[]
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[[overview]]
22
== Overview
33

4-
The On-Premises version of the {pluginname} Converter is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud. It contains all the features of the {pluginname} Converter available as SaaS.
4+
The Export to PDF service is a server-side component that converts HTML content into PDF files. It runs on-premises within the host infrastructure and can be used in two ways:
5+
6+
* As the back end for the xref:exportpdf.adoc[{pluginname}] plugin in the {productname} editor.
7+
* Directly via its REST API, independent of the editor.
58

69
[IMPORTANT]
710
====
@@ -10,6 +13,6 @@ To use {productname} 8.4.0 or newer with the Export to PDF plugin, the on-premis
1013

1114
A valid service license key is required to run the {pluginname} Converter on-premises service. This key is separate from the {productname} editor license key. An access token is also required to access the {companyname} Cloud Docker registry and pull the Docker image. See xref:service-license-keys.adoc[Service license keys] for more information.
1215

13-
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial service license key and Docker access token.
16+
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial service license key and Docker access token.
1417

15-
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
18+
The only requirement to run the {pluginname} service on-premises is a container runtime or orchestration tool, such as Docker, Kubernetes, or Podman.
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
[[overview]]
22
== Overview
33

4-
{pluginname} is a set of two converter services that allow for both exporting a structured HTML content (e.g. created with {productname} WYSIWYG editor) into a `.docx` Microsoft Word file and for importing content from `.docx` and `.dotx` files and converting it into a styled HTML document.
4+
The {pluginname} service is a set of two server-side converter components that run on-premises within the host infrastructure. They provide:
5+
6+
* Export: converting structured HTML content (such as content created with the {productname} editor) into `.docx` Microsoft Word files.
7+
* Import: converting content from `.docx` and `.dotx` files into styled HTML.
8+
9+
These services can be used in two ways:
10+
11+
* As the back end for the xref:importword.adoc[Import from Word] and xref:exportword.adoc[Export to Word] plugins in the {productname} editor.
12+
* Directly via the REST API, independent of the editor.
513

614
A valid service license key is required to run the {pluginname} on-premises service. This key is separate from the {productname} editor license key. An access token is also required to access the {companyname} Cloud Docker registry and pull the Docker image. See xref:service-license-keys.adoc[Service license keys] for more information.
715

816
To get started, link:https://www.tiny.cloud/contact/[Contact Tiny Support] for a trial service license key and Docker access token.
917

10-
The documentation in this section refers to a simplified version of the {pluginname} On-Premises which was designed to be easy to set up and maintain (while preserving all the features). It also lowers the running costs by reducing the number of servers required to run the whole application to the minimum.
11-
12-
The only requirement to run {pluginname} On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
18+
The only requirement to run the {pluginname} service on-premises is a container runtime or orchestration tool, such as Docker, Kubernetes, or Podman.

0 commit comments

Comments
 (0)