From 3fcd5d160d3bab89fc04c7346a6e6b5b6c0fcbfd Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 15 May 2025 14:30:23 +1000 Subject: [PATCH 1/2] DOC-3218: Update antora-playbook.yml to include tinymce/8 branch. --- antora-playbook.yml | 2 +- modules/ROOT/partials/integrations/blazor-quick-start.adoc | 2 +- modules/ROOT/partials/integrations/vue-quick-start.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index c5fc872959..f9a7efe82a 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -8,7 +8,7 @@ content: branches: HEAD start_path: ./ - url: https://github.com/tinymce/tinymce-docs.git - branches: [ tinymce/5, tinymce/6 ] + branches: [ tinymce/5, tinymce/6, tinymce/8 ] urls: html_extension_style: indexify latest_version_segment: latest diff --git a/modules/ROOT/partials/integrations/blazor-quick-start.adoc b/modules/ROOT/partials/integrations/blazor-quick-start.adoc index 8532fc5627..9bdcf7c974 100644 --- a/modules/ROOT/partials/integrations/blazor-quick-start.adoc +++ b/modules/ROOT/partials/integrations/blazor-quick-start.adoc @@ -113,7 +113,7 @@ endif::[] dotnet watch run ---- + -This will start a local development server accessible at `http://localhost:{PORT}`, where `{PORT}` is specified in the project's `+Properties/launchSettings.json+` file. +This will start a local development server accessible at `+http://localhost:{PORT}+`, where `+{PORT}+` is specified in the project's `+Properties/launchSettings.json+` file. * To stop the development server, select on the command line or command prompt and press _Ctrl+C_. diff --git a/modules/ROOT/partials/integrations/vue-quick-start.adoc b/modules/ROOT/partials/integrations/vue-quick-start.adoc index ddc2c94423..26f534e9f5 100644 --- a/modules/ROOT/partials/integrations/vue-quick-start.adoc +++ b/modules/ROOT/partials/integrations/vue-quick-start.adoc @@ -241,7 +241,7 @@ import Editor from '@tinymce/tinymce-vue' ---- + . {productname} can be self-hosted by either: -** xref:deploying-tinymce-independent.adoc[Deploying {productname} independent of the Vue.js application], +** xref:deploying-tinymce-independent[Deploying {productname} independent of the Vue.js application], ** xref:zip-install.adoc[{productname} .zip deployments]. * [[deploying-tinymce-independent]] Deploying {productname} independent of the Vue.js application. To use a {productname} instance that has been deployed independent of the Vue.js application, use an HTML `+