Put response cache in GA and remove preview_ prefix - #8678
Style Review Completed
The pull request has 2 style issues.
Duration: 777ms
PR URL: #8678
Review Comments: The AI has posted 2 inline comments with suggestions
Summary of changes:
The documentation has been updated to use title casing for all titles. Additionally, bold text is now reserved for UI elements and specific exceptions, and will no longer be used for step summaries or general emphasis.
Annotations
Check notice on line 3 in docs/shared/config/response_cache.mdx
apollo-librarian / AI Style Review
docs/shared/config/response_cache.mdx#L3
Use title casing for titles.
```suggestion
<ExpansionPanel title="response_cache YAML Snippet">
```
Check warning on line 96 in docs/source/routing/performance/caching/response-caching/faq.mdx
apollo-librarian / AI Style Review
docs/source/routing/performance/caching/response-caching/faq.mdx#L96
Bold text is reserved for UI elements and specific exceptions. It should not be used for step summaries or emphasis.
```suggestion
1. Update the plugin name: Replace `preview_entity_cache` with `response_cache` in your router configuration.
```