mirror of https://github.com/docker/docs.git
Update extension publishers' feedback form link (#16637)
* Change the feedback form link * Move the extension security page under the architecture section
This commit is contained in:
parent
e6458ebce9
commit
c4aaf47add
|
@ -1207,6 +1207,8 @@ manuals:
|
|||
path: /desktop/extensions-sdk/architecture/
|
||||
- title: Metadata
|
||||
path: /desktop/extensions-sdk/architecture/metadata/
|
||||
- title: Security
|
||||
path: /desktop/extensions-sdk/architecture/security/
|
||||
- sectiontitle: "Design and UI styling"
|
||||
section:
|
||||
- title: UI styling guidelines
|
||||
|
@ -1227,8 +1229,6 @@ manuals:
|
|||
path: /desktop/extensions-sdk/guides/kubernetes/
|
||||
- title: Authentication
|
||||
path: /desktop/extensions-sdk/guides/oauth2-flow/
|
||||
- title: Security
|
||||
path: /desktop/extensions-sdk/guides/security/
|
||||
- sectiontitle: Developer SDK tools
|
||||
section:
|
||||
- title: "Test and debug"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
> Already built an extension?
|
||||
>
|
||||
> Let us know about your experience using the [feedback form](https://docs.docker.com/feedback/extension/).
|
||||
> Let us know about your experience using the [feedback form](https://survey.alchemer.com/s3/7184948/Publishers-Feedback-Form).
|
|
@ -2,6 +2,8 @@
|
|||
title: Security
|
||||
description: Aspects of the security model of extensions
|
||||
keywords: Docker, extensions, sdk, security
|
||||
redirect_from:
|
||||
- /desktop/extensions-sdk/guides/security/
|
||||
---
|
||||
|
||||
## Extension capabilities
|
Loading…
Reference in New Issue