Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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_.


Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/partials/integrations/vue-quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Comment thread
kemister85 marked this conversation as resolved.
Outdated
** 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 `+<script>+` tag.
Expand Down