Skip to content

Commit 34ce431

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

File tree

4 files changed

+54
-7
lines changed

4 files changed

+54
-7
lines changed

modules/ROOT/nav.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@
5353
**** xref:dotnet-projects.adoc[.NET projects]
5454
**** xref:bower-projects.adoc[Bower projects]
5555
**** xref:zip-install.adoc[{productname} .zip deployments]
56-
** xref:upgrading.adoc[Upgrading {productname}]
56+
// ** xref:migration-guide.adoc[Migration guides]
57+
// *** xref:migration-from-6x.adoc[Migrating from TinyMCE 6]
58+
// *** xref:migration-from-5x.adoc[Migrating from TinyMCE 5]
59+
// *** xref:migration-from-4x.adoc[Migrating from TinyMCE 4]
60+
// *** xref:migration-from-froala.adoc[Migrating from Froala]
61+
// *** xref:upgrading.adoc[General upgrade information]
5762
* xref:how-to-guides.adoc[How-to guides]
5863
** Learn the basics
5964
*** xref:basic-setup.adoc[Basic setup]
@@ -209,10 +214,11 @@
209214
**** xref:bundling-localization.adoc[UI localizations]
210215
**** xref:bundling-themes.adoc[Themes]
211216
** 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]
217+
** xref:migration-guide.adoc[Migration guides]
218+
*** xref:migration-from-4x.adoc[Migrating from {productname} 4]
219+
*** xref:migration-from-5x.adoc[Migrating from {productname} 5]
220+
*** xref:migration-from-6x.adoc[Migrating from {productname} 6]
221+
*** xref:migration-from-froala.adoc[Migrating from Froala]
216222
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
217223
** xref:understanding-editor-loads.adoc[Understanding editor loads]
218224
* 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)