Skip to content

Commit d74c4ce

Browse files
authored
DOC-2371: Add missing index pages (#3230)
1 parent b08eb8d commit d74c4ce

27 files changed

+373
-63
lines changed

modules/ROOT/nav.adoc

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
* Getting started
2-
** xref:introduction-to-tinymce.adoc[What is TinyMCE?]
1+
* xref:getting-started.adoc[Getting started]
2+
** xref:introduction-to-tinymce.adoc[What is {productname}?]
33
** xref:installation.adoc[Installation]
44
*** Cloud
55
**** xref:cloud-quick-start.adoc[Quick start]
@@ -52,12 +52,12 @@
5252
**** xref:php-projects.adoc[PHP projects]
5353
**** xref:dotnet-projects.adoc[.NET projects]
5454
**** xref:bower-projects.adoc[Bower projects]
55-
**** xref:zip-install.adoc[TinyMCE .zip deployments]
56-
** xref:upgrading.adoc[Upgrading TinyMCE]
57-
* How-to guides
55+
**** xref:zip-install.adoc[{productname} .zip deployments]
56+
** xref:upgrading.adoc[Upgrading {productname}]
57+
* xref:how-to-guides.adoc[How-to guides]
5858
** Learn the basics
5959
*** xref:basic-setup.adoc[Basic setup]
60-
*** xref:work-with-plugins.adoc[Using plugins to extend TinyMCE]
60+
*** xref:work-with-plugins.adoc[Using plugins to extend {productname}]
6161
*** xref:filter-content.adoc[Content filtering]
6262
*** xref:localize-your-language.adoc[Localization]
6363
*** xref:spell-checking.adoc[Spell checking]
@@ -119,8 +119,8 @@
119119
*** xref:php-projects.adoc[PHP projects]
120120
*** xref:dotnet-projects.adoc[.NET projects]
121121
*** xref:bower-projects.adoc[Bower projects]
122-
*** xref:zip-install.adoc[TinyMCE .zip deployments]
123-
** Cloud deployment guide
122+
*** xref:zip-install.adoc[{productname} .zip deployments]
123+
** xref:cloud-deployment-guide.adoc[Cloud deployment guide]
124124
*** xref:editor-and-features.adoc[Cloud deployment of editor & plugins]
125125
*** xref:features-only.adoc[Cloud deployment of plugins Only]
126126
*** xref:editor-plugin-version.adoc[Specify editor & plugin versions]
@@ -153,7 +153,7 @@
153153
** Images Guide
154154
*** xref:upload-images.adoc[Image uploads]
155155
*** xref:php-upload-handler.adoc[PHP image upload handler]
156-
** Creating custom UI components
156+
** xref:ui-components.adoc[Creating custom UI components]
157157
*** Toolbar Buttons
158158
**** xref:custom-toolbarbuttons.adoc[Toolbar buttons]
159159
**** xref:custom-basic-toolbar-button.adoc[Basic toolbar button]
@@ -188,7 +188,7 @@
188188
*** xref:events.adoc[Available Events]
189189
*** xref:editor-icon-identifiers.adoc[Available Icons]
190190
*** xref:annotations.adoc[Using the Annotations API]
191-
** Bundling TinyMCE
191+
** Bundling {productname}
192192
*** xref:introduction-to-bundling-tinymce.adoc[Introduction]
193193
*** Webpack
194194
**** xref:webpack-es6-npm.adoc[ES6 and npm]
@@ -211,8 +211,8 @@
211211
**** xref:bundling-models.adoc[Models]
212212
**** xref:bundling-localization.adoc[UI localizations]
213213
**** xref:bundling-themes.adoc[Themes]
214-
** xref:upgrading.adoc[Upgrading TinyMCE]
215-
** xref:migration-from-5x.adoc[Migrating from TinyMCE 5]
214+
** xref:upgrading.adoc[Upgrading {productname}]
215+
** xref:migration-from-5x.adoc[Migrating from {productname} 5]
216216
** xref:migration-from-froala.adoc[Migrating from Froala]
217217
** xref:generate-rsa-key-pairs.adoc[Generate public key pairs]
218218
** xref:understanding-editor-loads.adoc[Understanding editor loads]
@@ -238,7 +238,7 @@
238238
*** xref:outside-demo.adoc[Outside Demo]
239239
*** xref:small-demo.adoc[Small Icons Demo]
240240
*** xref:snow-demo.adoc[Snow Demo]
241-
* Initial configuration
241+
* xref:initial-configuration.adoc[Initial configuration]
242242
** xref:editor-important-options.adoc[Integration options]
243243
** xref:editor-size-options.adoc[Size]
244244
** xref:editor-save-and-submit.adoc[Save and submit]
@@ -250,11 +250,11 @@
250250
*** xref:use-tinymce-distraction-free.adoc[Distraction-free editing mode]
251251
*** xref:inline-editor-options.adoc[Inline editor options]
252252
*** xref:multiple-editors.adoc[Multiple editors in a page]
253-
*** xref:tinymce-for-mobile.adoc[TinyMCE for mobile]
253+
*** xref:tinymce-for-mobile.adoc[{productname} for mobile]
254254
** Editor appearance
255255
*** xref:editor-skin.adoc[Skins]
256256
*** xref:editor-icons.adoc[Icons]
257-
*** xref:premium-skins-and-icons.adoc[Tiny Skins and Icon Packs]
257+
*** xref:enhanced-skins-and-icon-packs.adoc[Tiny Skins and Icon Packs]
258258
*** xref:editor-theme.adoc[Themes]
259259
** Menus
260260
*** xref:menus-configuration-options.adoc[Options]
@@ -396,62 +396,62 @@
396396
*** xref:wordcount.adoc[Word Count]
397397
* Accessibility
398398
** xref:tinymce-and-screenreaders.adoc[Accessibility Guide]
399-
** xref:keyboard-shortcuts.adoc[TinyMCE Keyboard shortcuts]
399+
** xref:keyboard-shortcuts.adoc[{productname} Keyboard shortcuts]
400400
* Security
401401
** xref:security.adoc[Security guide]
402-
*** xref:security.adoc#reporting-tinymce-security-issues[Reporting TinyMCE security issues]
403-
*** xref:security.adoc#xref:what-we-do-to-maintain-security-for-tinymce[What we do to maintain security for TinyMCE]
404-
*** xref:security.adoc#configuring-content-security-policy-csp-for-tinymce[Configuring Content Security Policy (CSP) for TinyMCE]
402+
*** xref:security.adoc#reporting-tinymce-security-issues[Reporting {productname} security issues]
403+
*** xref:security.adoc#xref:what-we-do-to-maintain-security-for-tinymce[What we do to maintain security for {productname}]
404+
*** xref:security.adoc#configuring-content-security-policy-csp-for-tinymce[Configuring Content Security Policy (CSP) for {productname}]
405405
*** xref:security.adoc#general-security-risks-for-user-input-elements[General security risks for user input elements]
406406
** xref:tinymce-and-csp.adoc[Content Security Policies (CSP)]
407407
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
408408
* Release information
409-
** xref:release-notes.adoc[Release notes for TinyMCE 6]
410-
*** TinyMCE 6.8.3
409+
** xref:release-notes.adoc[Release notes for {productname} 6]
410+
*** {productname} 6.8.3
411411
**** xref:6.8.3-release-notes.adoc#overview[Overview]
412412
**** xref:6.8.3-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
413413
**** xref:6.8.3-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
414414
**** xref:6.8.3-release-notes.adoc#bug-fixes[Bug fixes]
415415
**** xref:6.8.3-release-notes.adoc#security-fix[Security fix]
416-
*** TinyMCE 6.8.2
416+
*** {productname} 6.8.2
417417
**** xref:6.8.2-release-notes.adoc#overview[Overview]
418418
**** xref:6.8.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
419419
**** xref:6.8.2-release-notes.adoc#bug-fixes[Bug fixes]
420-
*** TinyMCE 6.8.1
420+
*** {productname} 6.8.1
421421
**** xref:6.8.1-release-notes.adoc#overview[Overview]
422422
**** xref:6.8.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
423423
**** xref:6.8.1-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
424424
**** xref:6.8.1-release-notes.adoc#improvements[Improvements]
425425
**** xref:6.8.1-release-notes.adoc#additions[Additions]
426426
**** xref:6.8.1-release-notes.adoc#bug-fixes[Bug fixes]
427-
*** TinyMCE 6.7.3
427+
*** {productname} 6.7.3
428428
**** xref:6.7.3-release-notes.adoc#overview[Overview]
429429
**** xref:6.7.3-release-notes.adoc#security-fix[Security fix]
430-
*** TinyMCE 6.7.2
430+
*** {productname} 6.7.2
431431
**** xref:6.7.2-release-notes.adoc#overview[Overview]
432432
**** xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
433433
**** xref:6.7.2-release-notes.adoc#bug-fixes[Bug fixes]
434434
**** * xref:6.7.2-release-notes.adoc#security-fixes[Security fixes]
435-
*** TinyMCE 6.7.1
435+
*** {productname} 6.7.1
436436
**** xref:6.7.1-release-notes.adoc#overview[Overview]
437437
**** xref:6.7.1-release-notes.adoc#security-fix[Security fix]
438-
*** TinyMCE 6.7
438+
*** {productname} 6.7
439439
**** xref:6.7-release-notes.adoc#overview[Overview]
440440
**** xref:6.7-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
441441
**** xref:6.7-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
442442
**** xref:6.7-release-notes.adoc#improvements[Improvements]
443443
**** xref:6.7-release-notes.adoc#additions[Additions]
444444
**** xref:6.7-release-notes.adoc#changes[Changes]
445445
**** xref:6.7-release-notes.adoc#bug-fixes[Bug fixes]
446-
*** TinyMCE 6.6.2
446+
*** {productname} 6.6.2
447447
**** xref:6.6.2-release-notes.adoc#overview[Overview]
448448
**** xref:6.6.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
449449
**** xref:6.6.2-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
450450
**** xref:6.6.2-release-notes.adoc#improvement[Improvement]
451451
**** xref:6.6.2-release-notes.adoc#addition[Addition]
452452
**** xref:6.6.2-release-notes.adoc#change[Change]
453453
**** xref:6.6.2-release-notes.adoc#bug-fixes[Bug fixes]
454-
*** TinyMCE 6.6
454+
*** {productname} 6.6
455455
**** xref:6.6-release-notes.adoc#overview[Overview]
456456
**** xref:6.6-release-notes.adoc#new-premium-plugin[New Premium Plugin]
457457
**** xref:6.6-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
@@ -460,7 +460,7 @@
460460
**** xref:6.6-release-notes.adoc#changes[Changes]
461461
**** xref:6.6-release-notes.adoc#bug-fixes[Bug fixes]
462462
**** xref:6.6-release-notes.adoc#known-issue[Known issue]
463-
*** TinyMCE 6.5.1
463+
*** {productname} 6.5.1
464464
**** xref:6.5.1-release-notes.adoc#overview[Overview]
465465
**** xref:6.5.1-release-notes.adoc#new-open-source-plugin[New Open Source Plugin]
466466
**** xref:6.5.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
@@ -471,12 +471,12 @@
471471
**** xref:6.5.1-release-notes.adoc#changes[Changes]
472472
**** xref:6.5.1-release-notes.adoc#bug-fixes[Bug fixes]
473473
**** xref:6.5.1-release-notes.adoc#known-issues[Known issues]
474-
*** TinyMCE 6.4.2
474+
*** {productname} 6.4.2
475475
**** xref:6.4.2-release-notes.adoc#overview[Overview]
476476
**** xref:6.4.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
477477
**** xref:6.4.2-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
478478
**** xref:6.4.2-release-notes.adoc#bug-fixes[Bug fixes]
479-
*** TinyMCE 6.4.1
479+
*** {productname} 6.4.1
480480
**** xref:6.4.1-release-notes.adoc#overview[Overview]
481481
**** xref:6.4.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
482482
**** xref:6.4.1-release-notes.adoc#accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium Plugin end-of-life announcement]
@@ -486,12 +486,12 @@
486486
**** xref:6.4.1-release-notes.adoc#changes[Changes]
487487
**** xref:6.4.1-release-notes.adoc#bug-fixes[Bug fixes]
488488
**** xref:6.4.1-release-notes.adoc#known-issues[Known issues]
489-
*** TinyMCE 6.3.2
489+
*** {productname} 6.3.2
490490
**** xref:6.3.2-release-notes.adoc#overview[Overview]
491491
**** xref:6.3.2-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
492492
**** xref:6.3.2-release-notes.adoc#bug-fix[Bug fix]
493493
**** xref:6.3.2-release-notes.adoc#security-fixes[Security fixes]
494-
*** TinyMCE 6.3
494+
*** {productname} 6.3
495495
**** xref:6.3-release-notes.adoc#overview[Overview]
496496
**** xref:6.3-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
497497
**** xref:6.3-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
@@ -501,7 +501,7 @@
501501
**** xref:6.3-release-notes.adoc#bug-fixes[Bug fixes]
502502
**** xref:6.3-release-notes.adoc#security-fixes[Security fixes]
503503
**** xref:6.3-release-notes.adoc#known-issues[Known issues]
504-
*** TinyMCE 6.2
504+
*** {productname} 6.2
505505
**** xref:6.2-release-notes.adoc#overview[Overview]
506506
**** xref:6.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
507507
**** xref:6.2-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
@@ -513,11 +513,11 @@
513513
**** xref:6.2-release-notes.adoc#security-fixes[Security fixes]
514514
**** xref:6.2-release-notes.adoc#deprecated[Deprecated]
515515
**** xref:6.2-release-notes.adoc#known-issues[Known issues]
516-
*** TinyMCE 6.1.2
516+
*** {productname} 6.1.2
517517
**** xref:6.1.2-release-notes.adoc#overview[Overview]
518518
**** xref:6.1.2-release-notes.adoc#bug-fixes[Bug fixes]
519519
**** xref:6.1.2-release-notes.adoc#known-issues[Known issues]
520-
*** TinyMCE 6.1
520+
*** {productname} 6.1
521521
**** xref:6.1-release-notes.adoc#overview[Overview]
522522
**** xref:6.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
523523
**** xref:6.1-release-notes.adoc#accompanying-premium-skins-and-icon-packs-changes[Accompanying Premium Skins and Icon Packs changes]
@@ -526,16 +526,16 @@
526526
**** xref:6.1-release-notes.adoc#changes[Changes]
527527
**** xref:6.1-release-notes.adoc#bug-fixes[Bug fixes]
528528
**** xref:6.1-release-notes.adoc#known-issues[Known issues]
529-
*** TinyMCE 6.0.3
529+
*** {productname} 6.0.3
530530
**** xref:6.0.3-release-notes.adoc#overview[Overview]
531531
**** xref:6.0.3-release-notes.adoc#general-bug-fixes[Core changes]
532532
**** xref:6.0.3-release-notes.adoc#known-issues[Known issues]
533-
*** TinyMCE 6.0.2
533+
*** {productname} 6.0.2
534534
**** xref:6.0.2-release-notes.adoc#overview[Overview]
535535
**** xref:6.0.2-release-notes.adoc#general-bug-fixes[Core changes]
536536
**** xref:6.0.2-release-notes.adoc#accompanying-premium-plugin-changes[Premium changes]
537537
**** xref:6.0.2-release-notes.adoc#known-issues[Known issues]
538-
*** TinyMCE 6.0
538+
*** {productname} 6.0
539539
**** xref:6.0-release-notes-overview.adoc[Overview]
540540
**** xref:6.0-release-notes-core-changes.adoc[Core changes]
541541
**** xref:6.0-release-notes-premium-changes.adoc[Premium changes]

modules/ROOT/pages/6.0-release-notes-known-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ The expected behavior is for there to be no overlap between the editor content a
3939
Workaround::
4040
Use a toolbar mode other than the default floating mode. For details, see the xref:toolbar-configuration-options.adoc#toolbar_mode[`+toolbar_mode+` option].
4141
+
42-
Otherwise, use a different premium skin than noted above. For details, see: xref:premium-skins-and-icons.adoc[Tiny Skins and Icon Packs].
42+
Otherwise, use a different premium skin than noted above. For details, see: xref:enhanced-skins-and-icon-packs.adoc[Tiny Skins and Icon Packs].
4343

4444
// end::known-issues[]

modules/ROOT/pages/6.0-release-notes-premium-changes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,15 @@ The {productname} 6.0 release includes an accompanying release of the *Premium S
361361
//
362362
// Add description here.
363363

364-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
364+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
365365

366366
//=== Premium Skins and Icon Packs Bug fixes
367367
//
368368
//The *Premium Skins and Icon Packs* release includes the following bug fixes:
369369
//
370370
// Add description here.
371371
//
372-
//For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
372+
//For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
373373

374374
[[accompanying-premium-self-hosted-server-side-component-changes]]
375375
== Accompanying Premium self-hosted server-side component changes

modules/ROOT/pages/6.0.2-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The **Premium Skins and Icon Packs** release includes the following bug fixes:
4242
* Added background and additional spacing for the text labeled buttons in the toolbar to improve visual clarity.
4343
* Toolbar split buttons with text used an incorrect width on touch devices.
4444

45-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
45+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
4646

4747

4848
[[general-bug-fixes]]

modules/ROOT/pages/6.1-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ The **Premium Skins and Icon Packs** release includes the following update:
445445

446446
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.1 skin, Oxide.
447447

448-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
448+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
449449

450450

451451

modules/ROOT/pages/6.2-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Two new icons were added to all icon packs: `addtag` and `footnote`.
149149

150150
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.2 skin, Oxide.
151151

152-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
152+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
153153

154154
[[accompanying-premium-self-hosted-server-side-component-changes]]
155155
== Accompanying Premium self-hosted server-side component changes

modules/ROOT/pages/6.3-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ The **Premium Skins and Icon Packs** release includes the following updates:
286286

287287
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.3 skin, Oxide.
288288

289-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
289+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
290290

291291
[[improvements]]
292292
== Improvements

modules/ROOT/pages/6.4.1-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The **Premium Skins and Icon Packs** release includes the following updates:
266266

267267
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.4.1 skin, Oxide.
268268

269-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
269+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
270270

271271

272272
[[improvements]]

modules/ROOT/pages/6.4.2-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The **Premium Skins and Icon Packs** release includes the following updates:
2828

2929
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.4.2 skin, Oxide.
3030

31-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
31+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
3232

3333

3434
[[accompanying-premium-plugin-changes]]

modules/ROOT/pages/6.5.1-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ The **Premium Skins and Icon Packs** release includes the following updates:
455455

456456
The **Premium Skins and Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 6.5.1 skin, Oxide.
457457

458-
For information on using premium skins and icon packs, see: xref:premium-skins-and-icons.adoc[Premium Skins and Icon Packs].
458+
For information on using premium skins and icon packs, see: xref:enhanced-skins-and-icon-packs.adoc[Premium Skins and Icon Packs].
459459

460460

461461
[[improvements]]

0 commit comments

Comments
 (0)