Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/cloud-quick-start.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= Quick start: {productname} from {cloudname}
:navtitle: Quick start: Cloud
:description_short: Setup a basic {productname} {productmajorversion} editor using the {cloudname}.
:description: Get an instance of {productname} {productmajorversion} up and running using the {cloudname}.
:keywords: tinymce, script, textarea
:description: Get an instance of {productname} {productmajorversion} up and running using the {cloudname}. Initialize the editor on a textarea element using its ID with tinymce.init and the selector option.
:keywords: tinymce, script, textarea, selector, id, #mytextarea, tinymce.init, initialize, quick start
:productSource: cloud


Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/dotnet-projects.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installing {productname} for .NET
:navtitle: .NET projects
:description: Learn how to install {productname} from NuGet.
:keywords: nuget .net install
:keywords: nuget, .net, install, selector, textarea, id, tinymce.init

== Install {productname} using NuGet

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/npm-projects.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Quick start: {productname} from NPM or Yarn
:navtitle: Quick start: NPM/Yarn
:description: Learn how to install {productname} from NPM using NPM and Yarn, including premium plugins for commercial customers.
:keywords: yarn, npm, javascript, install, premium plugins, tinymce-premium
:keywords: yarn, npm, javascript, install, premium plugins, tinymce-premium, selector, textarea, id, tinymce.init

== Install {productname} using NPM or Yarn

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/php-projects.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installing {productname} with Composer
:navtitle: PHP projects
:description: Learn how to install {productname} from Packagist using Composer.
:keywords: php, composer, packagist, install
:keywords: php, composer, packagist, install, selector, textarea, id, tinymce.init

== Install {productname} using the Composer package manager

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/zip-install.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Quick start: {productname} from .zip
:navtitle: Quick start: ZIP
:description: Learn how to use {productname} from a .zip archive.
:keywords: zip, archive, unzip, install
:keywords: zip, archive, unzip, install, selector, textarea, id, tinymce.init

== Install {productname} using a .zip package

Expand Down
Loading