Skip to content

Commit 66a49e3

Browse files
committed
DOC-3136: Remove license key notes in docs for Spelling service using docker
1 parent b059d14 commit 66a49e3

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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 (individually licensed)
1+
= Deploy the {productname} Spelling server-side component using Docker
22
:navtitle: Spelling service
3-
:description: How-to deploy the {productname} Spelling server-side component using Docker (individually licensed).
3+
:description: How-to deploy the {productname} Spelling server-side component using Docker.
44
:shbundledockerfiles: false
55
:pluginname: Spell Checker
66

modules/ROOT/partials/docker/spelling-service/spelling-service-installation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
== Installation
33

44
[NOTE]
5-
A valid xref:license-key.adoc[License Key] is **required** in order to install {pluginname} On-Premises.
6-
link:https://www.tiny.cloud/contact/[Contact us] for a trial xref:license-key.adoc[License Key].
5+
Valid credentials (username and password) are **required** in order to retrieve On-Premises services images from our Docker Registry.
6+
link:https://www.tiny.cloud/contact/[Contact us] to request credentials.
77

88
=== Retrieve Docker Image
99

@@ -189,7 +189,7 @@ To check the service is running, use:
189189
+
190190
[source, sh]
191191
----
192-
curl <http://localhost:18080/version>
192+
curl http://localhost:18080/version
193193
----
194194

195195
+
@@ -201,7 +201,7 @@ To confirm that a request is being sent to the {pluginname} service, use:
201201
+
202202
[source, sh]
203203
----
204-
curl <http://localhost:18080/2/check> -d '{"words": ["teh"], "language": "en_US"}' -H "Origin: <http://good.com>" -H "Content-Type: application/json"
204+
curl http://localhost:18080/2/check -d '{"words": ["teh"], "language": "en_US"}' -H "Origin: http://good.com" -H "Content-Type: application/json"
205205
----
206206

207207
+
@@ -210,7 +210,7 @@ Finally, to verify if a request is unauthorized and originates from an incorrect
210210
+
211211
[source, sh]
212212
----
213-
curl <http://localhost:18080/2/check> -d '{"words": ["teh"], "language": "en_US"}' -H "Origin: <http://bad.com>" -H "Content-Type: application/json"
213+
curl http://localhost:18080/2/check -d '{"words": ["teh"], "language": "en_US"}' -H "Origin: http://bad.com" -H "Content-Type: application/json"
214214
----
215215

216216
+

modules/ROOT/partials/docker/spelling-service/spelling-service-overview.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
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.
55

6-
A valid xref:license-key.adoc[License Key] is required in order to install {pluginname} On-Premises. link:https://www.tiny.cloud/contact/[Contact Tiny Support] to request a trial xref:license-key.adoc[License Key].
7-
86
The only requirement to run these services On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
97

108
Once your subscription is enabled for the service, an access token will be provided to access the Tiny Cloud Docker registry and pull the Docker image.

0 commit comments

Comments
 (0)