Skip to content

Commit 51caacf

Browse files
committed
Adds screenshot
1 parent 60be656 commit 51caacf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
791 KB
Loading

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,19 @@ Export your cloud router configuration using one of the following methods:
3030

3131
In Studio, navigate to your graph's **Cloud Router** page and click the **Router configuration YAML** tab to download the configuration.
3232

33-
[TODO SCREENSHOT]
33+
<img
34+
className="screenshot"
35+
alt="Cloud Router configuration in GraphOS Studio"
36+
src="../../images/router/cloud-router-config.jpg"
37+
/>
3438

3539
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.
3640

3741
#### Using the Rover CLI
3842

3943
Use the [`cloud config fetch` command](/rover/commands/cloud#cloud-config-fetch). [Install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.
4044

41-
Replace the `<GRAPH_REF>` placeholder in the following command with your own graph ref to download the router configuration YAML to a local `router.yaml` file.
45+
Replace the `<GRAPH_REF>` placeholder in the following command with your graph ref to download the router configuration YAML to a local `router.yaml` file.
4246

4347
```bash showLineNumbers={false}
4448
rover cloud config fetch <GRAPH_REF> > router.yaml

0 commit comments

Comments
 (0)