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
|
||||
- path: /scout/dashboard/
|
||||
title: Dashboard
|
||||
- path: /scout/artifactory/
|
||||
title: Artifactory integration
|
||||
- path: /scout/advisory-db-sources/
|
||||
title: Advisory Database
|
||||
- path: /scout/data-handling/
|
||||
|
@ -1954,6 +1952,10 @@ manuals:
|
|||
section:
|
||||
- title: Overview
|
||||
path: /scout/integrations/
|
||||
- sectiontitle: Container registries
|
||||
section:
|
||||
- title: Artifactory
|
||||
path: /scout/integrations/registry/artifactory/
|
||||
- sectiontitle: Continuous integration
|
||||
section:
|
||||
- title: GitHub Actions
|
||||
|
|
|
@ -580,7 +580,7 @@
|
|||
"/scout/":
|
||||
- /go/scout/
|
||||
- /go/docker-scout/
|
||||
"/scout/artifactory":
|
||||
"/scout/integrations/registry/artifactory":
|
||||
- /go/scout-artifactory/
|
||||
|
||||
# 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 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
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ aren't hosted on Docker Hub.
|
|||
|
||||
The following container registry integrations are available:
|
||||
|
||||
- [Artifactory](../artifactory.md)
|
||||
- [Artifactory](./registry/artifactory.md)
|
||||
- Amazon ECR (coming soon)
|
||||
|
||||
### Continuous Integration
|
||||
|
|
Loading…
Reference in New Issue