Skip to content

Commit 67ca77e

Browse files
committed
Minor style updates
1 parent 7b98812 commit 67ca77e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/source/routing/cloud/migrate-to-self-hosted.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Migrate all Apollo GraphOS cloud graphs (Serverless and Dedicated)
66

77
The Serverless and Dedicated plans end on [TODO SUNSET DATE]. After this date, cloud routers are no longer available.
88

9-
If you are on a Serverless or Dedicated plan, you will need to migrate your graphs to use self-hosted routers by [TODO SUNSET DATE]. After migration, move your organization to a [supported plan](https://www.apollographql.com/pricing).
9+
If you are on a Serverless or Dedicated plan, ymigrate your graphs to use self-hosted routers by [TODO SUNSET DATE]. After migrating your graphs, move your organization to a [supported plan](https://www.apollographql.com/pricing).
1010

1111
During the migration window, your cloud router continues to receive traffic, schema updates, and configuration updates. The migration window ends on [TODO SUNSET DATE].
1212

@@ -32,7 +32,7 @@ In Studio, navigate to your graph's **Cloud Router** page and click the **Router
3232

3333
[TODO SCREENSHOT]
3434

35-
If you cannot access the Cloud Router page (for example, if you have already changed your graph's hosting mode), use the Rover CLI to export the configuration.
35+
If you can't access the Cloud Router page (for example, if you have already changed your graph's hosting mode), use the Rover CLI to export the configuration.
3636

3737
#### Using the Rover CLI
3838

@@ -79,21 +79,21 @@ After you migrate all graphs to self-hosted mode, navigate to [TODO] to move you
7979

8080
## Frequently asked questions
8181

82-
### What happens to my running cloud routers when I change my graph's hosting mode?
82+
### What happens to your running cloud routers when you change your graph's hosting mode?
8383

84-
Changing a graph's hosting mode does not affect running cloud routers. Cloud routers continue to receive traffic, emit telemetry, and receive schema and configuration updates until a [shutdown event occurs for Serverless routers](/graphos/routing/cloud/serverless#automatic-deletion-of-unused-routers) or the migration period ends on [TODO SUNSET DATE].
84+
Changing a graph's hosting mode doesn't affect running cloud routers. Cloud routers continue to receive traffic, emit telemetry, and receive schema and configuration updates until a [shutdown event occurs for Serverless routers](/graphos/routing/cloud/serverless#automatic-deletion-of-unused-routers) or the migration period ends on [TODO SUNSET DATE].
8585

86-
### How do I retrieve and update the configuration of my running cloud routers after converting to self-hosted mode?
86+
### How do you retrieve and update the configuration of your running cloud routers after converting to self-hosted mode?
8787

88-
Use the [Rover CLI's `cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
88+
Use the [`cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch) to fetch your cloud router configuration:
8989

9090
```bash showLineNumbers={false}
9191
rover cloud config fetch <GRAPH_REF> > router.yaml
9292
```
9393

94-
Use the [Rover CLI's `cloud config update` command](/rover/commands/cloud#cloud-config-update) to update your running cloud routers' configuration. For example, to apply changes from a local `router.yaml`:
94+
Use the [`cloud config update` command](/rover/commands/cloud#cloud-config-update) to update your running cloud routers' configuration. For example, to apply changes from a local `router.yaml`:
9595

96-
```bash
96+
```bash showLineNumbers={false}
9797
rover cloud config update --file router.yaml <GRAPH_REF>
9898
```
9999

0 commit comments

Comments
 (0)