symfony-docs icon indicating copy to clipboard operation
symfony-docs copied to clipboard

The Emoji component should have its dedicated documentation

Open stof opened this issue 1 year ago • 2 comments

currently, the documentation for the Emoji component is a section in the documentation page of the string component: https://symfony.com/doc/current/string.html#working-with-emojis

This is quite confusing given that this component does not rely on symfony/string (its input is a PHP string) nor has shortcuts in symfony/string at all (except in the Slugger, but this has a separate dedicated section in the page).

This documentation should be moved to a dedicated page (that could then become the documentation link used on https://symfony.com/components/Emoji)

stof avatar Aug 14 '24 10:08 stof

When we created the component, I made a PR with such a page (before its content was moved/fusionned in String)

Nothing amazing, but It could probably be a good starting point.

smnandre avatar Aug 16 '24 23:08 smnandre

Update: found it https://github.com/symfony/symfony-docs/pull/19489

smnandre avatar Aug 17 '24 20:08 smnandre

Closing as fixed in #20216.

javiereguiluz avatar Dec 12 '24 15:12 javiereguiluz