Skip to content

Conversation

paoloredis
Copy link
Collaborator

Tailwind is currently generating css from this comment on this page:

# Format: redis+sentinel://[username:password@]host1:port1,host2:port2/service_name[/db]

into

.\[username\:password\@\] {
  username: password@;
}

The comment doesn't exist for versions earlier than 0.9.0, which is why the css generated for those versions has a different hash.

The fix is to prevent tailwind from generating unwanted css.

Copy link
Contributor

github-actions bot commented Oct 21, 2025

DOC-5835

Copy link
Contributor

@andy-stark-redis andy-stark-redis left a comment

Choose a reason for hiding this comment

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

Well done! Definitely approved :-)

@paoloredis paoloredis merged commit 6307d0b into main Oct 21, 2025
8 checks passed
@paoloredis paoloredis deleted the DOC-5835 branch October 21, 2025 09:21
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.

2 participants