Skip to content

Commit

Permalink
Update header comment to say @3.x instead of @rc
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Jul 7, 2021
1 parent 76344b6 commit 81ae16f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ExpansionPanel,
} from 'gatsby-theme-apollo-docs/src/components/expansion-panel';

> **Apollo Server 3 is currently available as a release candidate.** To install the current release candidate, specify `@rc` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@rc`).
> **Apollo Server 3 has been released, but is not yet installed by default.** To install Apollo Server 3, specify `@3.x` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@3.x`).
> This tutorial walks you through installing and configuring Apollo Server.
> If you're just getting started with GraphQL or the Apollo
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction to Apollo Server
sidebar_title: Introduction
---

> **Apollo Server 3 is currently available as a release candidate.** To install the current release candidate, specify `@rc` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@rc`).
> **Apollo Server 3 has been released, but is not yet installed by default.** To install Apollo Server 3, specify `@3.x` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@3.x`).
**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](https://www.apollographql.com/docs/react). It's the best way to build a production-ready, self-documenting GraphQL API that can use data from any source.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/integrations/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_title: Choosing which package to use
description: Use the right package for your project
---

> **Apollo Server 3 is currently available as a release candidate.** To install the current release candidate, specify `@rc` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@rc`).
> **Apollo Server 3 has been released, but is not yet installed by default.** To install Apollo Server 3, specify `@3.x` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@3.x`).
Apollo Server is distributed as a collection of different packages for different environments and web frameworks. You can choose which package to use based on your project.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ExpansionPanel } from 'gatsby-theme-apollo-docs';
Apollo Server 3 is generally available.
-->

> **Apollo Server 3 is currently available as a release candidate.** To install the current release candidate, specify `@rc` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@rc`).
> **Apollo Server 3 has been released, but is not yet installed by default.** To install Apollo Server 3, specify `@3.x` after the name of the Apollo Server package you are installing (for example, `npm install apollo-server@3.x`).

The focus of this major-version release is to provide a lighter, nimbler core library as a foundation for future features and improved extensibility.

Expand Down

0 comments on commit 81ae16f

Please sign in to comment.