ckeditor5
ckeditor5 copied to clipboard
Create migration guide after entity re-naming.
The guide should contain the table with all renames:
- It should include all the names with packages and source file path,
- It should understood by AI tools (to help rename),
- It should be accurate (compare to what we actually did, not planned to do).
The guild (or other docs) should tell, that:
- Things marked as internal and with
_prefix - we believe they're internal. In case someone uses it (by currently importing directly from the source file), we expect they tell us (by creating an issue), so we can make it nicely named non-internal export.
Done in https://github.com/ckeditor/ckeditor5/pull/18753.