Skip to content

Commit

Permalink
Relocate videos under intro paragraphs throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Dec 21, 2023
1 parent 9e31435 commit 67307e0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion source/content/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ audience: [--]
product: [--]
integration: [--]
---
<Wistia src="b0zcwncjx6" />

Become one of our [contributors](/contributors)! Help us create relevant and useful content for developers like yourself. See something you'd like to add or change? We love pull requests!

<Wistia src="b0zcwncjx6" />

Pantheon's documentation is a static site built by [Gatsby](https://www.gatsbyjs.com/docs/glossary/static-site-generator/) from files maintained in a public [GitHub repository](https://github.com/pantheon-systems/documentation).

Get involved by:
Expand Down
3 changes: 2 additions & 1 deletion source/content/guides/autopilot/03-enable-autopilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ audience: [development]
product: [autopilot]
integration: [--]
---
<Wistia src="c15eoj3eca" />

## Enable Autopilot

Autopilot can be enabled for individual sites, or in bulk, within each eligible Workspace.

<Wistia src="c15eoj3eca" />

1. [Switch to the Workspace](/guides/new-dashboard/workspaces#switch-between-workspaces) for the site's Organization to work with Autopilot before you continue.

![Autopilot Overview page shows sites available for Autopilot](../../../images/autopilot/autopilot-sites-overview.png)
Expand Down
3 changes: 2 additions & 1 deletion source/content/guides/autopilot/04-tests-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ audience: [development]
product: [autopilot]
integration: [quicksilver]
---
<Wistia src="67b5343pz4" />

Autopilot updates and visually tests a copy of your site on a [Multidev](/guides/multidev) so it can detect issues before it applies updates to your Dev, Test or Live environment. Autopilot does this by taking before and after screenshots to check for changes. Before screenshots are taken from the Dev environment and After screenshots are taken from the Multidev environment. You also have the option to pull down your site's live content to the Dev environment before taking the Before screenshot so that it is in parity with your Live environment.

<Wistia src="67b5343pz4" />

## View Test Results

1. Navigate to your Autopilot **Overview** page and click the VRT results under **Autopilot Sites**. This section displays which sites passed testing and are up to date, as well as sites that need your manual review.
Expand Down
3 changes: 2 additions & 1 deletion source/content/guides/multidev/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev
---
<Wistia src="qh7j9p5vv0" />

<dfn id="multidev">Multidevs</dfn> are development environments for teams. A Multidev environment allows a developer to fork the entire stack (code and content), work independently, and then merge the code changes back into the main `master` site. Each forked branch has its own separate development environment, including database and files. Each branch environment can be independently set to use either SFTP or Git mode for code changes.

<Wistia src="qh7j9p5vv0" />

Each site has a limit of 10 Multidev environments. Elite sites can request additional Multidev environments [from support](/guides/support/contact-support/) as needed.

Multidev is available for the following accounts:
Expand Down
3 changes: 2 additions & 1 deletion source/content/guides/multidev/02-create-multidev.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/create-multidev
---
<Wistia src="5fncfu9ygh" />

This section provides steps on how to create a new Multidev.

<Wistia src="5fncfu9ygh" />

## Create in the Dashboard

You can create a new fork in a Pantheon environment by using the code from the Dev environment.
Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/multidev/04-clone-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/clone-content
---
<Wistia src="d3vw8r3ooi" />

This section provides steps on how to clone content in your Multidev.
<Wistia src="d3vw8r3ooi" />

1. Select the environment that will contain the cloned content (files and database).

Expand Down
3 changes: 2 additions & 1 deletion source/content/guides/multidev/05-edit-multidev.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ contributors: [whitneymeredith]
showtoc: true
permalink: docs/guides/multidev/edit-multidev
---
<Wistia src="2lyxgxgkfw" />

This section provides steps on how to make edits, merge code in your Multidev environments, and rename a branch.

<Wistia src="2lyxgxgkfw" />

## Edit Code

You can edit your code locally in one of two ways:
Expand Down

0 comments on commit 67307e0

Please sign in to comment.