mirror of https://github.com/docker/docs.git
SDK form (#16456)
* SDK form * implement feedback * code review * make callout more readable
This commit is contained in:
parent
26470ce400
commit
d1bbdaff4b
|
@ -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}
|
|
@ -550,3 +550,7 @@
|
|||
"https://hub.docker.com/_/zookeeper/":
|
||||
- /samples/zookeeper
|
||||
- /samples/library/zookeeper
|
||||
|
||||
# feedback
|
||||
"https://docs.google.com/forms/d/e/1FAIpQLSenjK8KiBiOrwCpq06u_iVEZGv4tfTEpfmY_cQDmsqJrHL9Gw/viewform":
|
||||
- /feedback/extension/
|
||||
|
|
|
@ -41,3 +41,6 @@ Docker extensions published in the marketplace will benefit from update notifica
|
|||
### 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.
|
||||
|
||||
{% include extensions-form.md %}
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@ For further details, see the [architecture page](architecture/index.md).
|
|||
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.
|
||||
|
||||
{% include extensions-form.md %}
|
||||
|
||||
|
||||
<div class="component-container">
|
||||
<!--start row-->
|
||||
<div class="row">
|
||||
|
|
|
@ -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="_"}. 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.
|
||||
|
||||
{% include extensions-form.md %}
|
||||
|
||||
## What’s next?
|
||||
|
||||
If you want to get up and running quickly with a Docker Extension, see the [Quickstart guide](quickstart.md).
|
||||
|
|
|
@ -79,6 +79,7 @@ To remove the extension, run:
|
|||
```console
|
||||
$ docker extension rm <name-of-your-extension>
|
||||
```
|
||||
{% include extensions-form.md %}
|
||||
|
||||
## What's next
|
||||
|
||||
|
|
Loading…
Reference in New Issue