* SDK form

* implement feedback

* code review

* make callout more readable
This commit is contained in:
Allie Sadler 2023-01-09 14:31:19 +00:00 committed by GitHub
parent 26470ce400
commit d1bbdaff4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
> Already built an extension?
>
> Let us know about your experience using the [feedback form](https://docs.docker.com/feedback/extension/).
{: .important}

View File

@ -550,3 +550,7 @@
"https://hub.docker.com/_/zookeeper/": "https://hub.docker.com/_/zookeeper/":
- /samples/zookeeper - /samples/zookeeper
- /samples/library/zookeeper - /samples/library/zookeeper
# feedback
"https://docs.google.com/forms/d/e/1FAIpQLSenjK8KiBiOrwCpq06u_iVEZGv4tfTEpfmY_cQDmsqJrHL9Gw/viewform":
- /feedback/extension/

View File

@ -41,3 +41,6 @@ Docker extensions published in the marketplace will benefit from update notifica
### Extension support and user feedback ### Extension support and user feedback
In addition to provide a description of you extension features, and screenshots, you should also specify additional URLs in [extension labels](labels.md). This will direct users to your website for reporting bugs and feedback, and accessing documentation and support. In addition to provide a description of you extension features, and screenshots, you should also specify additional URLs in [extension labels](labels.md). This will direct users to your website for reporting bugs and feedback, and accessing documentation and support.
{% include extensions-form.md %}

View File

@ -21,6 +21,9 @@ For further details, see the [architecture page](architecture/index.md).
Extensions are distributed through the Docker Hub. Extensions are distributed through the Docker Hub.
Development of extensions can be done locally without the need to push the extension to Docker Hub. See [Extensions distribution](extensions/DISTRIBUTION.md) for further details. Development of extensions can be done locally without the need to push the extension to Docker Hub. See [Extensions distribution](extensions/DISTRIBUTION.md) for further details.
{% include extensions-form.md %}
<div class="component-container"> <div class="component-container">
<!--start row--> <!--start row-->
<div class="row"> <div class="row">

View File

@ -30,6 +30,8 @@ All extensions submitted to the Extension Marketplace are reviewed and approved
If you want your extension to be published in the Marketplace, you can submit your extension [here](https://www.docker.com/products/extensions/submissions/){:target="_blank" rel="noopener" class="_"}. Well 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. If you want your extension to be published in the Marketplace, you can submit your extension [here](https://www.docker.com/products/extensions/submissions/){:target="_blank" rel="noopener" class="_"}. Well 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.
{% include extensions-form.md %}
## Whats next? ## Whats next?
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md). If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).

View File

@ -79,6 +79,7 @@ To remove the extension, run:
```console ```console
$ docker extension rm <name-of-your-extension> $ docker extension rm <name-of-your-extension>
``` ```
{% include extensions-form.md %}
## What's next ## What's next