Skip to content

Commit 3fcd5d1

Browse files
committed
DOC-3218: Update antora-playbook.yml to include tinymce/8 branch.
1 parent 2f68e23 commit 3fcd5d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
branches: HEAD
99
start_path: ./
1010
- url: https://github.com/tinymce/tinymce-docs.git
11-
branches: [ tinymce/5, tinymce/6 ]
11+
branches: [ tinymce/5, tinymce/6, tinymce/8 ]
1212
urls:
1313
html_extension_style: indexify
1414
latest_version_segment: latest

modules/ROOT/partials/integrations/blazor-quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ endif::[]
113113
dotnet watch run
114114
----
115115
+
116-
This will start a local development server accessible at `http://localhost:{PORT}`, where `{PORT}` is specified in the project's `+Properties/launchSettings.json+` file.
116+
This will start a local development server accessible at `+http://localhost:{PORT}+`, where `+{PORT}+` is specified in the project's `+Properties/launchSettings.json+` file.
117117
* To stop the development server, select on the command line or command prompt and press _Ctrl+C_.
118118

119119

modules/ROOT/partials/integrations/vue-quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ import Editor from '@tinymce/tinymce-vue'
241241
----
242242
+
243243
. {productname} can be self-hosted by either:
244-
** xref:deploying-tinymce-independent.adoc[Deploying {productname} independent of the Vue.js application],
244+
** xref:deploying-tinymce-independent[Deploying {productname} independent of the Vue.js application],
245245
** xref:zip-install.adoc[{productname} .zip deployments].
246246

247247
* [[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 `+<script>+` tag.

0 commit comments

Comments
 (0)