Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,17 @@
**** xref:bundling-localization.adoc[UI localizations]
**** xref:bundling-themes.adoc[Themes]
** xref:upgrading.adoc[Upgrading {productname}]
** xref:migration-from-7x.adoc[Migrating from {productname} 7]
** xref:migration-from-froala.adoc[Migrating from Froala]
** xref:migration-guides.adoc[Migration guides]
*** Direct Migration Guides to Latest Major Version (8)
**** xref:migration-from-4x-to-8x.adoc[Migrating from 4 to 8]
**** xref:migration-from-5x-to-8x.adoc[Migrating from 5 to 8]
**** xref:migration-from-6x-to-8x.adoc[Migrating from 6 to 8]
**** xref:migration-from-7x.adoc[Migrating from 7 to 8]
*** Legacy Step-by-Step Migration Guides
**** xref:migration-from-4x.adoc[Migrating from 4 to 7]
**** xref:migration-from-5x.adoc[Migrating from 5 to 7]
**** xref:migration-from-6x.adoc[Migrating from 6 to 7]
*** xref:migration-from-froala.adoc[Migrating from Froala]
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
** xref:understanding-editor-loads.adoc[Understanding editor loads]
* xref:examples.adoc[Examples]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/creating-an-icon-pack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An icon pack only **requires** the custom icons to be included; the default {pro
{productname} loads icon packs from the path `+TINYMCE_BASE/icons/${iconPackName}/icons.js+`, where:

* `TINYMCE_BASE` is the {productname} root directory (the directory containing `tinymce.min.js`).
* `${iconPackName}` is the name of the icon pack.
* `+${iconPackName}+` is the name of the icon pack.

**Example Directory Structure:**
----
Expand Down
Loading