Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/concepts/authentication/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Authentication with alternative package indexes

See the [alternative indexes integration guide](../../guides/integration/alternative-indexes.md) for
details on authentication with popular alternative Python package indexes.
See the dedicated guides for authentication with popular alternative Python package indexes:

- [Azure Artifacts](../../guides/integration/azure.md)
- [Google Artifact Registry](../../guides/integration/google.md)
- [AWS CodeArtifact](../../guides/integration/aws.md)
- [JFrog Artifactory](../../guides/integration/jfrog.md)

## Hugging Face support

Expand Down
7 changes: 5 additions & 2 deletions docs/concepts/indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ password (or access token).

!!! tip

See the [alternative index guide](../guides/integration/alternative-indexes.md) for details on
authenticating with specific private index providers, e.g., from AWS, Azure, or GCP.
See the dedicated guides for authenticating with specific private index providers:
[Azure Artifacts](../guides/integration/azure.md),
[Google Artifact Registry](../guides/integration/google.md),
[AWS CodeArtifact](../guides/integration/aws.md), and
[JFrog Artifactory](../guides/integration/jfrog.md).

### Providing credentials directly

Expand Down
Loading
Loading