Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
> Apollo Server 5 is a small upgrade focused largely on adjusting which dependency versions are supported. [Upgrading from v4 to v5](/apollo-server/migration/) usually only takes a few minutes. Because the behavior of Apollo Server has changed minimally between v4 and v5, these docs document both versions.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@mabuyo I just want to confirm that you think this paragraph still makes sense as written

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes I think it still stands! We are going to discuss possibly splitting off v4 and v5 though to further reduce confusion on v4 being EOL.

>
> Still on Apollo Server 3? AS3 has been end-of-life since October 2024. We've got a [full migration guide for upgrading directly from v3 to v5](/apollo-server/migration-from-v3/). Docs for v3 are [available here](/apollo-server/v3/).
> We recommend that all users of [previous versions](./previous-versions) of Apollo Server upgrade to Apollo Server 5 as soon as possible. Apollo Server 4 has been end-of-life since January 26, 2026. Refer to the [migration guide for upgrading from v4](/apollo-server/migration/) or [upgrading from v3](/apollo-server/migration-from-v3/).

Check warning on line 11 in docs/source/index.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/index.mdx#L11

**Framing Apollo Products**: Use simpler language like 'move' or 'adopt' instead of 'upgrade' or 'migration' where possible. **Framing**: Use 'Apollo' instead of 'We' to clearly identify the entity making the recommendation. **Structural Elements**: Use a <Caution> admonition for highly important information like end-of-life warnings instead of a blockquote. **Text Formatting**: Avoid using vague phrases like 'previous versions' as link text; use a rich noun phrase instead. **Verb Tense and Voice**: Use active voice to describe the status of Apollo Server 4. **Voice**: Use a more authoritative and encouraging tone rather than just recommending. **Word and Symbol Usage**: Avoid using 'since' as a synonym for 'because'. ```suggestion > We recommend that all users of [previous versions](./previous-versions) of Apollo Server move to Apollo Server 5 as soon as possible. Apollo Server 4 has been end-of-life since January 26, 2026. Refer to the [adoption guide for v4](/apollo-server/migration/) or [v3](/apollo-server/migration-from-v3/). ```

**Apollo Server is an [open-source](https://github.com/apollographql/apollo-server), spec-compliant GraphQL server** that's compatible with any GraphQL client, including [Apollo Client](/react). It's the best way to build a production-ready, self-documenting GraphQL API that can use data from any source.

Expand Down