Skip to content

Commit f862e2b

Browse files
authored
DOC-3395: Improve quickstart keywords for selector/ID discoverability (#4059)
Add selector, textarea, id, tinymce.init keywords to all quickstart pages (cloud, npm, php, .net, zip) to address Context7 benchmark Q1 (62/100).
1 parent eb4c397 commit f862e2b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Quick start: {productname} from {cloudname}
22
:navtitle: Quick start: Cloud
33
:description_short: Setup a basic {productname} {productmajorversion} editor using the {cloudname}.
4-
:description: Get an instance of {productname} {productmajorversion} up and running using the {cloudname}.
5-
:keywords: tinymce, script, textarea
4+
: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.
5+
:keywords: tinymce, script, textarea, selector, id, #mytextarea, tinymce.init, initialize, quick start
66
:productSource: cloud
77

88

modules/ROOT/pages/dotnet-projects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installing {productname} for .NET
22
:navtitle: .NET projects
33
:description: Learn how to install {productname} from NuGet.
4-
:keywords: nuget .net install
4+
:keywords: nuget, .net, install, selector, textarea, id, tinymce.init
55

66
== Install {productname} using NuGet
77

modules/ROOT/pages/npm-projects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Quick start: {productname} from NPM or Yarn
22
:navtitle: Quick start: NPM/Yarn
33
:description: Learn how to install {productname} from NPM using NPM and Yarn, including premium plugins for commercial customers.
4-
:keywords: yarn, npm, javascript, install, premium plugins, tinymce-premium
4+
:keywords: yarn, npm, javascript, install, premium plugins, tinymce-premium, selector, textarea, id, tinymce.init
55

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

modules/ROOT/pages/php-projects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installing {productname} with Composer
22
:navtitle: PHP projects
33
:description: Learn how to install {productname} from Packagist using Composer.
4-
:keywords: php, composer, packagist, install
4+
:keywords: php, composer, packagist, install, selector, textarea, id, tinymce.init
55

66
== Install {productname} using the Composer package manager
77

modules/ROOT/pages/zip-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Quick start: {productname} from .zip
22
:navtitle: Quick start: ZIP
33
:description: Learn how to use {productname} from a .zip archive.
4-
:keywords: zip, archive, unzip, install
4+
:keywords: zip, archive, unzip, install, selector, textarea, id, tinymce.init
55

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

0 commit comments

Comments
 (0)