Skip to content

[Messenger] Replace the tables by definition lists #20330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

javiereguiluz
Copy link
Member

As a general rule, we should never use tables for list of options with long descriptions. The tables look ugly and the option names are unreadable:

image

In this PR, I propose to replace all tables with definition lists, which we use in all the other docs.

Copy link
Contributor

@mdoutreluingne mdoutreluingne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @javiereguiluz !

It will be easier to read :)

Little review...

messenger.rst Outdated
Comment on lines 1707 to 1708
``auto_setup`` (default: ``true``)
Create the Redis group automatically?
Copy link
Contributor

@mdoutreluingne mdoutreluingne Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that here it should be a description and not a question, what do you think?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. I renamed it as Whether to create the Redis group automatically. Thanks.

@javiereguiluz javiereguiluz merged commit eb3cff9 into symfony:6.4 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants