Skip to content

Fix llms-full.txt URL in generated llms.txt#4004

Merged
kemister85 merged 1 commit intotinymce/8from
fix/llms-full-url
Mar 4, 2026
Merged

Fix llms-full.txt URL in generated llms.txt#4004
kemister85 merged 1 commit intotinymce/8from
fix/llms-full-url

Conversation

@kemister85
Copy link
Contributor

Summary

Fixes the llms-full.txt link in llms.txt which was pointing to the wrong URL.

Current (wrong): https://www.tiny.cloud/docs/tinymce/latest/llms-full.txt
Correct: https://www.tiny.cloud/docs/llms-full.txt

The llms-full.txt file is served at the docs root, not under tinymce/latest/.

Changes

  • Add DOCS_ROOT_URL constant to generate-llm-files.js for docs-root-level URLs
  • Use DOCS_ROOT_URL for the llms-full.txt link in generated output
  • Update README-llm-files.md with correct URL
  • Fix current llms.txt attachment

JIRA

DOC-3379

The llms-full.txt link was incorrectly pointing to
https://www.tiny.cloud/docs/tinymce/latest/llms-full.txt

It should point to https://www.tiny.cloud/docs/llms-full.txt
since llms-full.txt is served at the docs root.

- Add DOCS_ROOT_URL constant for docs-root-level URLs
- Use DOCS_ROOT_URL for llms-full.txt link in generated output
- Update README-llm-files.md with correct URL
- Fix current llms.txt attachment
@kemister85 kemister85 requested review from a team and soritaheng as code owners March 4, 2026 07:52
@kemister85 kemister85 requested review from a team, EkimChau, ShiridiGandham, kimwoodfield, ltrouton, tiny-ben-tran and tiny-james and removed request for a team March 4, 2026 07:52
@kemister85 kemister85 merged commit 0ce5228 into tinymce/8 Mar 4, 2026
4 checks passed
@kemister85 kemister85 deleted the fix/llms-full-url branch March 4, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants