Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions -scripts/generate-llm-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function categorizeUrl(urlPath) {
if (urlPath.startsWith('bundle-') || urlPath.startsWith('bundling-') ||
urlPath.startsWith('webpack-') || urlPath.startsWith('rollup-') ||
urlPath.startsWith('browserify-') || urlPath.startsWith('vite-') ||
urlPath === 'bundle-intro-setup' || urlPath === 'plugin-editor-version-compatibility' ||
urlPath === 'bundle-intro-setup' ||
urlPath === 'introduction-to-bundling-tinymce') {
return { category: 'Customization & Development', subcategory: 'Bundling & Build Tools' };
}
Expand Down Expand Up @@ -775,13 +775,13 @@ async function generateLLMsFullTxt(urls) {
let content = `# TinyMCE Documentation - Complete Reference

## Overview
TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8, released in July 2025.
TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8.

## Current Version Information
- **Latest Stable Version**: TinyMCE 8
- **Version in CDN URLs**: Use \`tinymce@8\` or \`tinymce/8\`
- **Package Installation**: Always install \`tinymce@8\` for new projects
- **Legacy Versions**: TinyMCE 7, 6, and 5 are maintained for existing projects but new projects should use TinyMCE 8
- **Legacy Versions**: TinyMCE 7, 6, and 5 are in varying stages of end-of-support. For current support and end-of-support dates, see ${BASE_URL}/support/. New projects should use TinyMCE 8

## Getting Started

Expand Down
7 changes: 3 additions & 4 deletions modules/ROOT/attachments/llms-full.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# TinyMCE Documentation - Complete Reference

## Overview
TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8, released in July 2025.
TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8.

## Current Version Information
- **Latest Stable Version**: TinyMCE 8
- **Version in CDN URLs**: Use `tinymce@8` or `tinymce/8`
- **Package Installation**: Always install `tinymce@8` for new projects
- **Legacy Versions**: TinyMCE 7, 6, and 5 are maintained for existing projects but new projects should use TinyMCE 8
- **Legacy Versions**: TinyMCE 7, 6, and 5 are in varying stages of end-of-support. For current support and end-of-support dates, see https://www.tiny.cloud/docs/tinymce/latest/support/. New projects should use TinyMCE 8

## Getting Started

Expand Down Expand Up @@ -219,7 +219,7 @@ export default {

## Complete Documentation Index

This section provides a complete list of all 431 documentation pages available in TinyMCE 8, organized by category. This comprehensive index ensures LLMs have access to every documentation page, reducing the risk of hallucinations or missing important details.
This section provides a complete list of all 430 documentation pages available in TinyMCE 8, organized by category. This comprehensive index ensures LLMs have access to every documentation page, reducing the risk of hallucinations or missing important details.

### Getting Started & Installation

Expand Down Expand Up @@ -343,7 +343,6 @@ This section provides a complete list of all 431 documentation pages available i
- **Understanding editor loads**: https://www.tiny.cloud/docs/tinymce/latest/understanding-editor-loads/index.md
- **URL handling options**: https://www.tiny.cloud/docs/tinymce/latest/url-handling/index.md
- **Use multiple TinyMCE instances in a single page**: https://www.tiny.cloud/docs/tinymce/latest/multiple-editors/index.md
- **Version compatibility reference**: https://www.tiny.cloud/docs/tinymce/latest/plugin-editor-version-compatibility/index.md
- **Work with plugins to extend TinyMCE**: https://www.tiny.cloud/docs/tinymce/latest/work-with-plugins/index.md


Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/attachments/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ Add "use context7" to any prompt for live TinyMCE documentation lookups.

## Complete Documentation

For a complete list of all 431 documentation pages, see [llms-full.txt](https://www.tiny.cloud/docs/llms-full.txt).
For a complete list of all 430 documentation pages, see [llms-full.txt](https://www.tiny.cloud/docs/llms-full.txt).

1 change: 0 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
*** xref:editor-and-features.adoc[Cloud deployment of editor & plugins]
*** xref:features-only.adoc[Cloud deployment of plugins Only]
*** xref:editor-plugin-version.adoc[Specify editor version & plugins]
*** xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]
*** xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]
** Premium server-side services guides
*** xref:bundle-intro-setup.adoc[Introduction]
Expand Down
9 changes: 0 additions & 9 deletions modules/ROOT/pages/cloud-deployment-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,10 @@ xref:editor-plugin-version.adoc[Specify editor & plugins]

Specifying editor and plugins for Tiny Cloud deployments.

a|
[.lead]
xref:plugin-editor-version-compatibility.adoc[Version compatibility reference]

Matrix of compatibility between {productname} editor versions and premium plugins.

a|
[.lead]
xref:cloud-troubleshooting.adoc[Cloud Troubleshooting]

Troubleshooting errors shown by the Tiny Cloud.

// Empty cell to even out rows
a|

|===
3 changes: 3 additions & 0 deletions modules/ROOT/pages/editor-plugin-version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:description_short: Specifying editor version and plugins for {cloudname} deployments.
:description: Instructions on setting the {productname} editor version and plugins for {cloudname} deployments.
:keywords: tinymce, cloud, script, textarea, apiKey, hybrid, dev, testing, production
:page-aliases: plugin-editor-version-compatibility.adoc

[[specifying-the-tinymce-editor-version-deployed-from-cloud]]
== Specifying the {productname} Editor Version from {cloudname}
Expand Down Expand Up @@ -96,6 +97,8 @@ For more details, check out the xref:editor-and-features.adoc[{productname} edit

When self-hosting {productname}, integrators have the choice to host premium plugins or load them from {companyname} Cloud (a.k.a. hybrid mode). Depending on your requirements, you can use a combination of both approaches.

IMPORTANT: Ensure the plugins are supported in your editor version when deploying premium plugins only using xref:features-only.adoc[{cloudname}].

include::partial$misc/admon-script-tag-placement.adoc[]

{companyname} offers the following configuration scripts to assist:
Expand Down
35 changes: 0 additions & 35 deletions modules/ROOT/pages/plugin-editor-version-compatibility.adoc

This file was deleted.

Loading