Skip to content

Commit 5d4867a

Browse files
committed
Replace instances of TinyMCE with productname var.
1 parent f4139db commit 5d4867a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+123
-404
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1-
Ticket: DOC-<num>
1+
**Ticket:** DOC-<num>
22

3-
Site: [Staging branch](http://docs-<hotfix|feature>-8-doc-<num>.staging.tiny.cloud/docs/tinymce/latest/)
3+
**Site:** [Staging branch](http://docs-<hotfix|feature|release>-<ver>-doc-<num>.staging.tiny.cloud/docs/tinymce/latest/)
44

5-
Changes:
5+
**Changes:**
66
* <placeholder-text>
77

8-
Pre-checks:
9-
- [ ] Branch prefixed with `feature/8/` or `hotfix/8/`
10-
- [ ] `modules/ROOT/nav.adoc` has been updated `(if applicable)`
11-
- [ ] Files has been included where required `(if applicable)`
12-
- [ ] Files removed have been deleted, not just excluded from the build `(if applicable)`
13-
- [ ] Files added for `New product features`, and included a `release note` entry.
8+
---
149

15-
Review:
16-
- [ ] Documentation Team Lead has reviewed
10+
### **Pre-checks:**
11+
12+
- [ ] Branch is correctly prefixed:
13+
- **Feature:** `feature/<version>/DOC-XXXX` (e.g., `feature/8.0.0/DOC-1234`)
14+
- **Hotfix:** `hotfix/<version>/DOC-XXXX` (e.g., `hotfix/8.0.0/DOC-1234`)
15+
- **EPIC:** `release/<ver>` (e.g., `release/8.0.0` for major releases)
16+
17+
- [ ] `modules/ROOT/nav.adoc` has been updated (if applicable).
18+
- [ ] Files have been included where required (if applicable).
19+
- [ ] Files removed have been deleted, not just excluded from the build (if applicable).
20+
- [ ] Files added for **New product features** include a `release note` entry.
21+
- [ ] Major or minor version changes have updated the `supported-versions.adoc` table.
22+
- [ ] Build passes without console errors, warnings, or issues.
23+
24+
---
25+
26+
### **Review:**
27+
28+
- [ ] Documentation Team Lead has reviewed.

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
**** xref:bundling-localization.adoc[UI localizations]
210210
**** xref:bundling-themes.adoc[Themes]
211211
** xref:upgrading.adoc[Upgrading {productname}]
212-
** xref:migration-from-6x.adoc[Migrating from {productname} 6]
212+
** xref:migration-from-7x.adoc[Migrating from {productname} 7]
213213
** xref:migration-from-froala.adoc[Migrating from Froala]
214214
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
215215
** xref:understanding-editor-loads.adoc[Understanding editor loads]

modules/ROOT/pages/ai-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The proxy adds a layer of flexibility by allowing extra processing before the re
3737
.Sign up for the {productname} {pluginname}
3838
[%collapsible]
3939
====
40-
The TinyMCE {pluginname} provides the end user Ui interaction components and workflows. This enables end users to make AI requests, modify, fine tune results and insert enhanced content back into the editor. The plugin also provides the server request component that sends user requests to the AI LLM service.
40+
The {productname} {pluginname} provides the end user Ui interaction components and workflows. This enables end users to make AI requests, modify, fine tune results and insert enhanced content back into the editor. The plugin also provides the server request component that sends user requests to the AI LLM service.
4141
4242
Sign-up details are available link:{aipricingurl}[here].
4343
====

modules/ROOT/pages/angular-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Using TinyMCE from the Tiny Cloud CDN with the Angular framework
1+
= Using {productname} from the Tiny Cloud CDN with the Angular framework
22
:navtitle: Angular
33
:description: A guide on integrating TinyMCE from the Tiny Cloud into the Angular framework.
44
:keywords: integration, integrate, angular

modules/ROOT/pages/angular-pm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Using the TinyMCE package with the Angular framework
1+
= Using the {productname} package with the Angular framework
22
:navtitle: Using a package manager
33
:description: A guide on integrating the TinyMCE package into the Angular framework.
44
:keywords: integration, integrate, angular

modules/ROOT/pages/angular-ref.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= TinyMCE Angular integration technical reference
1+
= {productname} Angular integration technical reference
22
:navtitle: Technical reference
33
:description: Technical reference for the TinyMCE Angular integration
44
:keywords: integration, integrate, angular

modules/ROOT/pages/angular-zip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Using the TinyMCE .zip package with the Angular framework
1+
= Using the {productname} .zip package with the Angular framework
22
:navtitle: Using a .zip package
33
:description: A guide on integrating a .zip version of TinyMCE into the Angular framework.
44
:keywords: integration, integrate, angular

modules/ROOT/pages/available-menu-items.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Menu Items Available for TinyMCE
1+
= Menu Items Available for {productname}
22
:navtitle: Available Menu Items
33
:description_short: Complete list of menu items available for the menu bar and context menus.
44
:description: Complete list of menu items available for the menu bar and context menus.

modules/ROOT/pages/basic-setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tinymce.init({
9393
});
9494
----
9595

96-
For a full list of plugins and their options, see: xref:plugins.adoc[Add plugins to TinyMCE].
96+
For a full list of plugins and their options, see: xref:plugins.adoc[Add plugins to {productname}].
9797

9898
[[toolbar-configuration]]
9999
== Toolbar configuration

modules/ROOT/pages/blazor-zip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Using the TinyMCE .zip package with the Blazor framework
1+
= Using the {productname} .zip package with the Blazor framework
22
:navtitle: Using a .zip package
33
:description: A guide on integrating a .zip version of TinyMCE into the Blazor framework.
44
:keywords: integration, integrate, blazor, blazorapp

0 commit comments

Comments
 (0)