[codex] Loosen enterprise docs alert copy#6505
Conversation
adhami3310
left a comment
There was a problem hiding this comment.
while this technically fixes the issue, i would have expected a fix to the line height
Merging this PR will not alter performance
Comparing Footnotes
|
Greptile SummaryThis PR tightens the copy in the Enterprise overview alert block. The accordion title is shortened to reduce visual crowding in the collapsed state, while the full badge explanation is preserved in the alert body alongside the existing link.
Confidence Score: 5/5Documentation-only change with no logic impact; safe to merge. The change edits a single markdown alert block in the enterprise overview docs. All original information is preserved — the badge description and the link to the built-with-reflex page are both retained. The only other change is adding a trailing newline at EOF. No code paths, API surfaces, or configs are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Alert Block (collapsed)"] -->|"Before"| B["Long title: 'Despite being an enterprise package, free users can use the components...'"]
A -->|"After"| C["Short title: 'Enterprise components are available to free users.'"]
C --> D["Alert body (expanded)"]
D --> E["Badge explanation: 'Built with Reflex' badge in bottom right corner"]
D --> F["Link: /docs/enterprise/built-with-reflex/"]
Reviews (1): Last reviewed commit: "Loosen enterprise docs alert copy" | Re-trigger Greptile |
Summary
Why
The previous alert used the full badge explanation as the accordion title, which made the notice feel cramped in its collapsed state.
Validation
uv run --project docs/app pytest tests/test_doc_links.pyuv run --project docs/app pytest tests/test_routes.pyhttp://localhost:3001/docs/enterprise/overview/that the collapsed alert uses the shorter title and the expanded body contains the badge details/link.