diff --git a/website/docs/docs/build/environment-variables.md b/website/docs/docs/build/environment-variables.md
index 99129cea8c9..a35f6662a89 100644
--- a/website/docs/docs/build/environment-variables.md
+++ b/website/docs/docs/build/environment-variables.md
@@ -51,7 +51,7 @@ You may have multiple jobs that run in the same environment, and you'd like the
When setting up or editing a job, you will see a section where you can override environment variable values defined at the environment or project level.
-
+
Every job runs in a specific, deployment environment, and by default, a job will inherit the values set at the environment level (or the highest precedence level set) for the environment in which it runs. If you'd like to set a different value at the job level, edit the value to override it.
@@ -83,7 +83,7 @@ If you change the value of an environment variable mid-session while using the I
To refresh the IDE mid-development, click on either the green 'ready' signal or the red 'compilation error' message at the bottom right corner of the IDE. A new modal will pop up, and you should select the Refresh IDE button. This will load your environment variables values into your development environment.
-
+
There are some known issues with partial parsing of a project and changing environment variables mid-session in the IDE. If you find that your dbt project is not compiling to the values you've set, try deleting the `target/partial_parse.msgpack` file in your dbt project which will force dbt to re-compile your whole project.
diff --git a/website/docs/reference/commands/clone.md b/website/docs/reference/commands/clone.md
index b80f9f779c8..77ea93c78d6 100644
--- a/website/docs/reference/commands/clone.md
+++ b/website/docs/reference/commands/clone.md
@@ -49,7 +49,7 @@ You can clone nodes between states in dbt Cloud using the `dbt clone` command. T
- Set up your **Production environment** and have a successful job run.
- Enable **Defer to production** by toggling the switch in the lower-right corner of the command bar.
-
+
- Run the `dbt clone` command from the command bar.
diff --git a/website/static/img/docs/dbt-cloud/defer-toggle.png b/website/static/img/docs/dbt-cloud/defer-toggle.png
new file mode 100644
index 00000000000..3bc43a2b18a
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/defer-toggle.png differ
diff --git a/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override.png b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override.png
index 8ca589e8a5e..af9028e93a7 100644
Binary files a/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override.png and b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override.png differ
diff --git a/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override1.png b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override1.png
new file mode 100644
index 00000000000..91bddc20cc7
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/job-override1.png differ
diff --git a/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/refresh-ide.png b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/refresh-ide.png
new file mode 100644
index 00000000000..be2f1ca527b
Binary files /dev/null and b/website/static/img/docs/dbt-cloud/using-dbt-cloud/Environment Variables/refresh-ide.png differ