Skip to content

Commit 6945cfa

Browse files
author
Mike Diarmid
authored
docs: Add missing images (invertase#7)
1 parent e025aaf commit 6945cfa

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

docs/assets/deployments.png

212 KB
Loading

docs/assets/new-env-variable.png

195 KB
Loading

docs/assets/project-settings.png

206 KB
Loading

docs/assets/redeploy.png

216 KB
Loading

docs/deployments.build-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Build Settings
66

77
Build settings allow you to configure how your project is build during a new deployment. You can configure your build settings via the dashboard: **Project** -> **Settings** -> **General**.
88

9-
![Project Settings](/docs/project-settings.png)
9+
![Project Settings](/assets/project-settings.png)
1010

1111
## Settings
1212

docs/deployments.environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ different values for different environments, such as development, preview, and p
1111

1212
To create a new environment variable, navigate to the **Environment Variables** tab in the **Settings** section of the project on the dashboard. Click the **Add Variable** button.
1313

14-
![New Environment Variable](/docs/new-env-variable.png)
14+
![New Environment Variable](/assets/new-env-variable.png)
1515

1616
Enter the name and value of your variable. All values are encrypted, and can only be viewed by a specifically viewing it on the dashboard.
1717

docs/deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A deployment can be triggered when you wish to deploy new code to your Globe pro
88
When a Production deployment has successfully built, your domains will be updated automatically to point to the new deployment. Preview deployments on the other are accessible
99
via a URL unique to the deployment. This allows you to test and share your changes on a live environment before deploying to production.
1010

11-
![Deployments](/docs/deployments.png)
11+
![Deployments](/assets/deployments.png)
1212

1313
Once deployments have successfully built, you can access the unique URL from the Globe dashboard.
1414

docs/deployments.redeployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Redeployments apply any new build settings and environment variables you might h
1212

1313
To redeploy from the dashboard, click the **Redeploy** button on the deployment you want to redeploy:
1414

15-
![Redeployments](/docs/redeploy.png)
15+
![Redeployments](/assets/redeploy.png)
1616

1717
## Redeploying other redeployments
1818

0 commit comments

Comments
 (0)