Skip to content

Commit f95861a

Browse files
fix wistia videos (#9799)
1 parent a45f1b7 commit f95861a

File tree

12 files changed

+45
-15
lines changed

12 files changed

+45
-15
lines changed

source/content/contribute.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ integration: [--]
1313

1414
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!
1515

16-
<Wistia src="b0zcwncjx6" />
16+
<Wistia src="b0zcwncjx6">
17+
18+
</Wistia>
1719

1820
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).
1921

source/content/guides/autopilot/01-introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ integration: [--]
2020

2121
[Autopilot](https://pantheon.io/autopilot?docs) automatically detects, performs, and deploys updates for WordPress and Drupal. Autopilot also features automated visual regression testing (VRT) to ensure that your site's user experience (UX) is consistent while securing your site and implementing new features.
2222

23-
<Wistia src="g6syd1p6ed" />
23+
<Wistia src="g6syd1p6ed">
24+
25+
</Wistia>
2426

2527
## What Autopilot Does
2628

source/content/guides/autopilot/03-enable-autopilot.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ integration: [--]
2121

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

24-
<Wistia src="c15eoj3eca" />
24+
<Wistia src="c15eoj3eca">
25+
26+
</Wistia>
2527

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

@@ -54,7 +56,9 @@ Autopilot can be enabled for individual sites, or in bulk, within each eligible
5456
The Autopilot setup wizard automatically displays after you click **Customize** when you activate Autopilot for a single site. You must complete all items in the Configuration, Schedule, and Visual Review steps.
5557

5658
### Configuration
57-
<Wistia src="158bo3jnms" />
59+
<Wistia src="158bo3jnms">
60+
61+
</Wistia>
5862

5963
1. Use the **On**/**Off** toggles to choose which features and elements should be tracked or excluded from updates.
6064

@@ -262,7 +266,9 @@ Some premium and paid plugins require the license to be explicitly activated on
262266
1. Provide Autopilot with access if the plugin requires it (this varies by plugin) and/or configure the plugin as needed.
263267

264268
## Enable Autopilot Email Notifications
265-
<Wistia src="7o76jael2w" />
269+
<Wistia src="7o76jael2w">
270+
271+
</Wistia>
266272

267273
Configure email notifications for Autopilot alerts and activity digests in your Personal Workspace settings:
268274

source/content/guides/autopilot/04-tests-results.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ integration: [quicksilver]
1919

2020
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.
2121

22-
<Wistia src="67b5343pz4" />
22+
<Wistia src="67b5343pz4">
23+
24+
</Wistia>
2325

2426
## View Test Results
2527

source/content/guides/getstarted/05-team.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ editpath: getstarted/05-team.md
1818
image: getting-started-Largethumb.png
1919
---
2020

21-
<Wistia src="jdhn2naeu2" />
21+
<Wistia src="jdhn2naeu2">
22+
23+
</Wistia>
2224

2325
<Alert title="Note" type="info" >
2426

source/content/guides/getstarted/06-addsite.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ There are dozens of ways to add a site on Pantheon. This section covers the most
2323
## Create a New CMS Site
2424
Pantheon CMS site contains three components: code, files, and a database containing the content and configurations of your Content Management System (CMS). When you create a site, you are creating each of these components in the Dev environment. Then, when you are ready, you will create your Test and Live environments.
2525

26-
<Wistia src="kprkgaikos" />
26+
<Wistia src="kprkgaikos">
27+
28+
</Wistia>
2729

2830
### Create the Dev Environment
2931
To create a CMS site:

source/content/guides/migrate/guided/01-introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ permalink: docs/guides/guided
1515
editpath: migrate/guided/01-introduction.md
1616
reviewed: "2022-12-13"
1717
---
18-
<Wistia src="n8tnwnrkn6" />
18+
<Wistia src="n8tnwnrkn6">
19+
20+
</Wistia>
1921

2022
Welcome to Pantheon! We want to make it easy for you to move a site from another hosting provider to Pantheon. Use the following instructions and you'll be good to go!
2123

source/content/guides/multidev/01-introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ permalink: docs/guides/multidev
1717

1818
<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.
1919

20-
<Wistia src="qh7j9p5vv0" />
20+
<Wistia src="qh7j9p5vv0">
21+
22+
</Wistia>
2123

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

source/content/guides/multidev/02-create-multidev.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ permalink: docs/guides/multidev/create-multidev
1717

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

20-
<Wistia src="5fncfu9ygh" />
20+
<Wistia src="5fncfu9ygh">
21+
22+
</Wistia>
2123

2224
## Create in the Dashboard
2325

source/content/guides/multidev/04-clone-content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ permalink: docs/guides/multidev/clone-content
1616
---
1717

1818
This section provides steps on how to clone content in your Multidev.
19-
<Wistia src="d3vw8r3ooi" />
19+
<Wistia src="d3vw8r3ooi">
20+
21+
</Wistia>
2022

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

0 commit comments

Comments
 (0)