Skip to content

Commit b71eac8

Browse files
committed
DOC-3313_V2: updating naming conventions.
1 parent 7020d8a commit b71eac8

File tree

5 files changed

+25
-16
lines changed

5 files changed

+25
-16
lines changed

modules/ROOT/pages/cloud-quick-start.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
= Quick start
2-
:navtitle: Quick start
1+
= Quick start: {productname} with {cloudname}
2+
:navtitle: Quick start: Cloud
33
:description_short: Setup a basic {productname} {productmajorversion} editor using the {cloudname}.
44
:description: Get an instance of {productname} {productmajorversion} up and running using the {cloudname}.
55
:keywords: tinymce, script, textarea
@@ -28,13 +28,16 @@ Adding this content to an HTML file and opening it in a web browser will load a
2828

2929
liveDemo::default[]
3030

31-
== Add your API key
31+
== Update the "no-api-key" placeholder with your API key
3232

3333
To remove the notice:
3434

35+
[WARNING]
36+
====
3537
**This domain is not registered with {cloudname}. Please see the quick start guide or create an account.**
38+
====
3639

37-
Replace `+no-api-key+` in the source script (`+<script src=...+`) with a {cloudname} API key, which is created when signing up to the link:{accountsignup}/[{cloudname}].
40+
Update the `+no-api-key+` placeholder in the source script (`+<script src=...+`) with your {cloudname} API key, which is created when signing up to the link:{accountsignup}/[{cloudname}].
3841

3942
Signing up for a {cloudname} API key will also provide a trial of the xref:plugins.adoc#premium-plugins[Premium Plugins].
4043

modules/ROOT/pages/installation-cloud.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
:description: Get started with TinyMCE using the Tiny Cloud CDN - the fastest way to get {productname} up and running.
44
:keywords: tinymce cloud, cdn, cloud hosting
55

6-
== Quick start guide
6+
== Cloud quick start guide
77

88
[cols=2*a]
99
|===
1010

1111
|
1212
[.lead]
13-
xref:cloud-quick-start.adoc[Quick start guide]
13+
xref:cloud-quick-start.adoc[Cloud quick start guide]
1414

1515
Get started with {productname} using the {cloudname} in minutes.
1616
|

modules/ROOT/pages/installation-self-hosted.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
|
1212
[.lead]
13-
xref:npm-projects.adoc[Quick start guide]
13+
xref:npm-projects.adoc[Quick start: NPM/Yarn]
1414

15-
Install and configure {productname} in NPM-based projects.
15+
Install and configure {productname} using NPM or Yarn.
1616
|
1717
|===
1818

modules/ROOT/pages/npm-projects.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
= Installing {productname} from NPM
2-
:navtitle: NPM projects
1+
= Quick start: {productname} from NPM or Yarn
2+
:navtitle: Quick start: NPM/Yarn
33
:description: Learn how to install {productname} from NPM using NPM and Yarn.
44
:keywords: yarn, npm, javascript, install
55

66
== Install {productname} using NPM or Yarn
77

88
{productname} {productmajorversion} is a powerful and flexible rich text editor that can be embedded in web applications. This quick start covers how to add a {productname} editor to a web page using NPM or Yarn.
99

10-
To add {productname} to a project:
10+
== Prerequisites
1111

12-
* Using npm, run the following on a command line:
12+
This procedure requires https://nodejs.org/[Node.js (and npm)] to be installed. Ensure you have a project directory with a `+package.json+` file. If you don't have a project yet, initialize one by running `+npm init+` or `+yarn init+` in your project directory.
13+
14+
== Install {productname}
15+
16+
To add {productname} to your project, navigate to your project directory and run one of the following commands:
17+
18+
* *NPM:*
1319
+
1420
[source,sh,subs="attributes+"]
1521
----
1622
npm install tinymce@^{productmajorversion}
1723
----
18-
* Using Yarn, run the following on a command line:
24+
* *Yarn:*
1925
+
2026
[source,sh,subs="attributes+"]
2127
----

modules/ROOT/pages/zip-install.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
= Using {productname} from a .zip file
2-
:navtitle: {productname} .zip deployments
1+
= Quick start: {productname} from .zip
2+
:navtitle: Quick start: ZIP
33
:description: Learn how to use {productname} from a .zip archive.
44
:keywords: zip, archive, unzip, install
55

66
== Install {productname} using a .zip package
77

88
{productname} {productmajorversion} is a powerful and flexible rich text editor that can be embedded in web applications. This quick start covers how to add a {productname} editor to a web page using a {productname} .zip package.
99

10-
To deploy {productname} from a .zip archive:
10+
== Deploy {productname} from a .zip archive
1111

1212
include::partial$integrations/download-tinymce-zip.adoc[]
1313

0 commit comments

Comments
 (0)