mirror of https://github.com/docker/docs.git
scout: move artifactory page to integration section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
09819f2821
commit
dba4f991a9
|
@ -1944,8 +1944,6 @@ manuals:
|
||||||
title: Advanced image analysis
|
title: Advanced image analysis
|
||||||
- path: /scout/dashboard/
|
- path: /scout/dashboard/
|
||||||
title: Dashboard
|
title: Dashboard
|
||||||
- path: /scout/artifactory/
|
|
||||||
title: Artifactory integration
|
|
||||||
- path: /scout/advisory-db-sources/
|
- path: /scout/advisory-db-sources/
|
||||||
title: Advisory Database
|
title: Advisory Database
|
||||||
- path: /scout/data-handling/
|
- path: /scout/data-handling/
|
||||||
|
@ -1954,6 +1952,10 @@ manuals:
|
||||||
section:
|
section:
|
||||||
- title: Overview
|
- title: Overview
|
||||||
path: /scout/integrations/
|
path: /scout/integrations/
|
||||||
|
- sectiontitle: Container registries
|
||||||
|
section:
|
||||||
|
- title: Artifactory
|
||||||
|
path: /scout/integrations/registry/artifactory/
|
||||||
- sectiontitle: Continuous integration
|
- sectiontitle: Continuous integration
|
||||||
section:
|
section:
|
||||||
- title: GitHub Actions
|
- title: GitHub Actions
|
||||||
|
|
|
@ -580,7 +580,7 @@
|
||||||
"/scout/":
|
"/scout/":
|
||||||
- /go/scout/
|
- /go/scout/
|
||||||
- /go/docker-scout/
|
- /go/docker-scout/
|
||||||
"/scout/artifactory":
|
"/scout/integrations/registry/artifactory":
|
||||||
- /go/scout-artifactory/
|
- /go/scout-artifactory/
|
||||||
|
|
||||||
# Telepresence
|
# Telepresence
|
||||||
|
|
|
@ -123,7 +123,7 @@ The integration described here connects your local Docker Desktop client with Ar
|
||||||
You can browse, filter, save, and pull images in the Artifactory instance you configure.
|
You can browse, filter, save, and pull images in the Artifactory instance you configure.
|
||||||
|
|
||||||
You may also want to consider activating automatic image analysis for your Artifactory repositories.
|
You may also want to consider activating automatic image analysis for your Artifactory repositories.
|
||||||
Learn more about [Artifactory integration with Docker Scout](../../scout/artifactory.md).
|
Learn more about [Artifactory integration with Docker Scout](../../scout/integrations/registry/artifactory.md).
|
||||||
|
|
||||||
#### Connect an Artifactory registry
|
#### Connect an Artifactory registry
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ aren't hosted on Docker Hub.
|
||||||
|
|
||||||
The following container registry integrations are available:
|
The following container registry integrations are available:
|
||||||
|
|
||||||
- [Artifactory](../artifactory.md)
|
- [Artifactory](./registry/artifactory.md)
|
||||||
- Amazon ECR (coming soon)
|
- Amazon ECR (coming soon)
|
||||||
|
|
||||||
### Continuous Integration
|
### Continuous Integration
|
||||||
|
|
Loading…
Reference in New Issue