Skip to content

Commit b65d729

Browse files
committed
DOC-3305_v2: version x to 8 migration guides.
1 parent 561463e commit b65d729

10 files changed

+2363
-36
lines changed

modules/ROOT/nav.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,16 @@
209209
**** xref:bundling-themes.adoc[Themes]
210210
** xref:upgrading.adoc[Upgrading {productname}]
211211
** xref:migration-guides.adoc[Migration guides]
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-7x.adoc[Migrating from {productname} 7]
216-
** xref:migration-from-froala.adoc[Migrating from Froala]
212+
*** Direct Migration Guides to Latest Major Version (8)
213+
**** xref:migration-from-4x-to-8x.adoc[Migrating from 4 to 8]
214+
**** xref:migration-from-5x-to-8x.adoc[Migrating from 5 to 8]
215+
**** xref:migration-from-6x-to-8x.adoc[Migrating from 6 to 8]
216+
**** xref:migration-from-7x.adoc[Migrating from 7 to 8]
217+
*** Legacy Step-by-Step Migration Guides
218+
**** xref:migration-from-4x.adoc[Migrating from 4 to 7]
219+
**** xref:migration-from-5x.adoc[Migrating from 5 to 7]
220+
**** xref:migration-from-6x.adoc[Migrating from 6 to 7]
221+
*** xref:migration-from-froala.adoc[Migrating from Froala]
217222
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
218223
** xref:understanding-editor-loads.adoc[Understanding editor loads]
219224
* xref:examples.adoc[Examples]

modules/ROOT/pages/creating-an-icon-pack.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An icon pack only **requires** the custom icons to be included; the default {pro
3131
{productname} loads icon packs from the path `+TINYMCE_BASE/icons/${iconPackName}/icons.js+`, where:
3232
3333
* `TINYMCE_BASE` is the {productname} root directory (the directory containing `tinymce.min.js`).
34-
* `${iconPackName}` is the name of the icon pack.
34+
* `+${iconPackName}+` is the name of the icon pack.
3535
3636
**Example Directory Structure:**
3737
----

0 commit comments

Comments
 (0)