[dxm-367] clarify licensing discrepancy in docs#8726
Style Review Completed
The pull request has 5 style issues.
Duration: 523ms
PR URL: #8726
Review Comments: The AI has posted 5 inline comments with suggestions
Summary of changes:
The documentation was updated to align with the style guide regarding plan names, specifically "Team plan" and "Enterprise plan" instead of "Developer" and "Standard". "Apollo Router" is now used instead of "routers" and "apply to" has replaced "apply on".
Annotations
Check warning on line 12 in docs/source/routing/operations/subscriptions/configuration.mdx
apollo-librarian / AI Style Review
docs/source/routing/operations/subscriptions/configuration.mdx#L12
The style guide lists 'Team plan' and 'Enterprise plan' as standard plan names. Verify if 'Developer' and 'Standard' are correct.
```suggestion
- Subscription pricing applies on Team and Enterprise plans.
```
Check warning on line 13 in docs/source/routing/operations/subscriptions/configuration.mdx
apollo-librarian / AI Style Review
docs/source/routing/operations/subscriptions/configuration.mdx#L13
The style guide lists 'Team plan' and 'Enterprise plan' as standard plan names. Verify if 'Developer' and 'Standard' are correct.
```suggestion
- Team and Enterprise plans require Apollo Router v2.6.0 or later.
```
Check notice on line 10 in docs/source/routing/operations/subscriptions/overview.mdx
apollo-librarian / AI Style Review
docs/source/routing/operations/subscriptions/overview.mdx#L10
Use the specific product name "Apollo Router" instead of the generic "routers".
```suggestion
Subscriptions are available on all plans with the self-hosted Apollo Router:
```
Check warning on line 11 in docs/source/routing/operations/subscriptions/overview.mdx
apollo-librarian / AI Style Review
docs/source/routing/operations/subscriptions/overview.mdx#L11
Use "apply to" instead of "apply on" when referring to rules or limits affecting a subject.
```suggestion
- Rate limits apply to the Free plan.
```
Check warning on line 12 in docs/source/routing/operations/subscriptions/overview.mdx
apollo-librarian / AI Style Review
docs/source/routing/operations/subscriptions/overview.mdx#L12
Use "apply to" instead of "apply on" when referring to rules or limits affecting a subject.
```suggestion
- Subscription pricing applies to Developer and Standard plans.
```