From c618b4996c2c312aec5a19e0b5268795948af599 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 27 Apr 2026 15:20:15 +1000 Subject: [PATCH] Docs: DOC-3497 - Add canonical URL overrides for v6 pages restructured in v8 The template and export pages were renamed in v8 (to advanced-templates and exportpdf respectively). Without explicit canonical URLs, Antora falls back to self-referencing canonicals on these v6 pages. Adds :page-canonical-url: attributes to 2 affected pages. --- modules/ROOT/pages/export.adoc | 1 + modules/ROOT/pages/template.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/ROOT/pages/export.adoc b/modules/ROOT/pages/export.adoc index d7d1405062..dfb8a948b1 100644 --- a/modules/ROOT/pages/export.adoc +++ b/modules/ROOT/pages/export.adoc @@ -1,4 +1,5 @@ = Export plugin +:page-canonical-url: https://www.tiny.cloud/docs/tinymce/latest/exportpdf/ :navtitle: Export :description: Export content from TinyMCE, into various formats. :keywords: plugin, export, pdf diff --git a/modules/ROOT/pages/template.adoc b/modules/ROOT/pages/template.adoc index 7eb7d7ad9a..d1257d2445 100644 --- a/modules/ROOT/pages/template.adoc +++ b/modules/ROOT/pages/template.adoc @@ -1,4 +1,5 @@ = Template plugin +:page-canonical-url: https://www.tiny.cloud/docs/tinymce/latest/advanced-templates/ :navtitle: Template :description: Custom templates for your content. :keywords: insert, template_cdate_classes, template_cdate_format, template_mdate_classes, template_mdate_format, template_replace_values, template_selected_content_classes, template_preview_replace_values