ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.65k stars 3.71k forks source link

[Docs] Feature digest rows ids should be more descriptive. #17498

Open pszczesniak opened 1 week ago

pszczesniak commented 1 week ago

📝 Provide a description of requested docs changes

Would be good to include in id of sub-features, the main feature as a prefix or suffix?

For example it looks ok for nested lists https://github.com/ckeditor/ckeditor5/blob/28a4dbafa11195b5cecc5d39d49df4dbd145de4a/docs/features/feature-digest.md?plain=1#L450

But not enough descriptive for table nesting: https://github.com/ckeditor/ckeditor5/blob/28a4dbafa11195b5cecc5d39d49df4dbd145de4a/docs/features/feature-digest.md?plain=1#L595

The main goal is to have more descriptive URL, for example instead of:

http://127.0.0.1:8080/ckeditor5/latest/features/feature-digest.html#nesting

we could have:

http://127.0.0.1:8080/ckeditor5/latest/features/feature-digest.html#tables-nesting

⚠ Those changes will affect also on the other domains so when done please ping the @ckeditor/websites. ⚠