Skip to content

Commit 7722990

Browse files
committed
DOC-3234: Create an index page for all TinyMCE upgrade guides.
1 parent 3a74565 commit 7722990

File tree

4 files changed

+48
-6
lines changed

4 files changed

+48
-6
lines changed

modules/ROOT/nav.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,11 @@
209209
**** xref:bundling-localization.adoc[UI localizations]
210210
**** xref:bundling-themes.adoc[Themes]
211211
** xref:upgrading.adoc[Upgrading {productname}]
212-
** xref:migration-from-4x.adoc[Migrating from {productname} 4]
213-
** xref:migration-from-5x.adoc[Migrating from {productname} 5]
214-
** xref:migration-from-6x.adoc[Migrating from {productname} 6]
215-
** xref:migration-from-froala.adoc[Migrating from Froala]
212+
** xref:migration-guides.adoc[Migration guides]
213+
*** xref:migration-from-4x.adoc[Migrating from {productname} 4]
214+
*** xref:migration-from-5x.adoc[Migrating from {productname} 5]
215+
*** xref:migration-from-6x.adoc[Migrating from {productname} 6]
216+
*** xref:migration-from-froala.adoc[Migrating from Froala]
216217
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
217218
** xref:understanding-editor-loads.adoc[Understanding editor loads]
218219
* xref:examples.adoc[Examples]

modules/ROOT/pages/migration-from-5x.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Migrating from {productname} 5 to {productname} 7
1+
= Migrating from {productname} 5 to {productname} {release-version}
22
:navtitle: Migrating from TinyMCE 5
33
:description: Guidance for migrating from TinyMCE 5 to TinyMCE 7
44
:keywords: migration, considerations, premigration, pre-migration

modules/ROOT/pages/migration-from-6x.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Migrating from {productname} 6 to {productname} 7
1+
= Migrating from {productname} 6 to {productname} {release-version}
22
:navtitle: Migrating from TinyMCE 6
33
:description: Guidance for migrating from TinyMCE 6 to TinyMCE 7
44
:keywords: migration, considerations, premigration, pre-migration
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
= TinyMCE Migration Guides
2+
:description: Comprehensive guides for upgrading between TinyMCE versions (4.x, 5.x, 6.x) and migrating from other rich text editors
3+
:keywords: migration, upgrade, version, tinymce 4, tinymce 5, tinymce 6, froala
4+
:title_nav: Migration Guides
5+
:toc: macro
6+
:toclevels: 2
7+
:toc-title: Version Migration Guides
8+
:toc-placement: preamble
9+
:toc-type: flat
10+
11+
[cols="1,1"]
12+
|===
13+
14+
a|
15+
[.lead]
16+
xref:migration-from-6x.adoc[Migrating from TinyMCE 6]
17+
18+
Guide for upgrading from TinyMCE 6 to TinyMCE 7, covering configuration changes and UI component updates.
19+
20+
a|
21+
[.lead]
22+
xref:migration-from-5x.adoc[Migrating from TinyMCE 5]
23+
24+
Guide for upgrading from TinyMCE 5 to TinyMCE 7, including architectural improvements and security updates.
25+
26+
a|
27+
[.lead]
28+
xref:migration-from-4x.adoc[Migrating from TinyMCE 4]
29+
30+
Guide for upgrading from TinyMCE 4 to TinyMCE 7, detailing major architectural changes and modern UI improvements.
31+
32+
a|
33+
[.lead]
34+
xref:migration-from-froala.adoc[Migrating from Froala]
35+
36+
Guide for migrating from Froala Editor to TinyMCE, with equivalent feature mappings and configuration guidance.
37+
38+
// Empty cell to even out rows
39+
a|
40+
41+
|===

0 commit comments

Comments
 (0)