Skip to content

Commit 79caaea

Browse files
authored
Revert "add videos to extension pages (docker#15292)"
This reverts commit 7bc42c7.
1 parent 7bc42c7 commit 79caaea

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

desktop/extensions-sdk/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ For further inspiration, see the other examples in the [samples folder](https://
5757
Docker Desktop displays published extensions in the Extensions Marketplace. If you want your extension to be published in the Marketplace, you can submit your extension [here](https://www.docker.com/products/extensions/submissions/). We’ll review your submission and provide feedback if changes are needed before we can validate and publish it to make it available to all Docker Desktop users.
5858

5959
## What’s next?
60-
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).
60+
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).
6161

62-
Alternatively, get started with Part one: Build for more in-depth information about each step of the extension creation process.
63-
64-
For an in-depth tutorial of the entire build process, we recommend the following video walkthrough from DockerCon 2022:
65-
66-
<iframe src="https://www.youtube.com/watch?v=Yv7OG-EGJsg&t=7s" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
62+
Alternatively, get started with Part one: Build for more in-depth information about each step of the extension creation process.

desktop/extensions.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ toc_min: 1
66
toc_max: 2
77
---
88

9-
> **Beta**
10-
>
11-
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
12-
139
Docker Extensions lets you use third-party tools within Docker Desktop to extend its functionality. There is no limit to the number of extensions you can install.
1410

15-
![extenstions](images/extensions-marketplace.PNG){:width="750px"}
16-
1711
You can explore the list of available extensions in [Docker Hub](https://hub.docker.com/search?q=&type=extension) or in the Extensions Marketplace within Docker Desktop.
1812

1913
Docker Community members and partners can use our [SDK](extensions-sdk/index.md) to create new extensions.
2014

21-
To find out more about Docker Extensions, we recommend the video walkthrough from DockerCon 2022:
15+
> **Beta**
16+
>
17+
> The Docker Extensions feature is currently in Beta. We recommend that you do not use Extensions in production environments.
2218
23-
<iframe src="https://www.youtube.com/watch?v=3rAGXS8pszQ" style="max-width: 100%; aspect-ratio: 16 / 9;" width="560" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
19+
![extenstions](images/extensions-marketplace.PNG){:width="750px"}
2420

2521
## Prerequisites
2622

0 commit comments

Comments
 (0)