-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathindex.yml
167 lines (163 loc) · 6.3 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
### YamlMime:Landing
title: Azure Artifacts documentation
summary: Create, host, and share NuGet, npm, Maven, Python, Cargo, and Universal Packages with Azure Artifacts for seamless package management and collaboration across projects and organizations.
metadata:
title: Azure Artifacts documentation
description: Create, host, and share NuGet, npm, Maven, Python, Cargo, and Universal Packages with Azure Artifacts for seamless package management and collaboration across projects and organizations.
ms.service: azure-devops-artifacts
ms.topic: landing-page
ms.author: rabououn
author: ramiMSFT
ms.date: 02/11/2025
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
# Schema location: https://static.docs.com/ui/latest/schemas/Landing.schema.json
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: Get started
linkLists:
- linkListType: concept
links:
- text: What is Azure Artifacts?
url: ./start-using-azure-artifacts.md
- text: Limits on package sizes and counts
url: reference/limits.md
- text: Best practices
url: ./concepts/best-practices.md
- text: Key concepts
url: artifacts-key-concepts.md
- linkListType: quickstart
links:
- text: Publish your first package
url: get-started-artifacts-ai.md
- text: Monitor Artifacts storage
url: artifact-storage.md
- text: Search packages across your feeds
url: ../project/search/functional-package-search.md?toc=/azure/devops/artifacts/toc.json
- title: Feeds
linkLists:
- linkListType: concept
links:
- text: What are feeds?
url: ./concepts/feeds.md
- text: What are feed views?
url: ./concepts/views.md
- linkListType: quickstart
links:
- text: Promote packages and manage views
url: feeds/views.md
- text: Use public feeds to share your packages publicly
url: tutorials/share-packages-publicly.md
- title: Publish
linkLists:
- linkListType: how-to-guide
links:
- text: NuGet
url: nuget/publish.md
- text: dotnet
url: nuget/dotnet-exe.md
- text: npm
url: npm/publish.md
- text: Gradle
url: maven/publish-with-gradle.md
- text: Python
url: quickstarts/python-cli.md
- text: Universal Packages
url: quickstarts/universal-packages.md
- text: Cargo
url: get-started-cargo.md
- title: Restore
linkLists:
- linkListType: how-to-guide
links:
- text: NuGet
url: nuget/restore-nuget-packages-nuget-exe.md
- text: dotnet
url: nuget/restore-nuget-packages-dotnet.md
- text: npm
url: npm/publish.md
- text: Maven
url: maven/install.md
- text: Python
url: quickstarts/install-python-packages.md
- text: Universal Packages
url: quickstarts/download-universal-packages.md
- text: Cargo
url: get-started-cargo.md
- title: Upstream sources
linkLists:
- linkListType: overview
links:
- text: Upstream sources overview
url: concepts/upstream-sources.md
- linkListType: how-to-guide
links:
- text: Set up upstream sources
url: how-to/set-up-upstream-sources.md
- text: Use upstream sources with public feeds
url: how-to/public-feeds-upstream-sources.md
- text: Search for packages in upstream sources
url: how-to/search-upstream.md
- text: Use packages from NuGet.org
url: nuget/upstream-sources.md
- text: Use packages from npmjs.com
url: npm/upstream-sources.md
- text: Use packages from Maven Central
url: maven/upstream-sources.md
- text: Use packages from PyPi
url: python/use-packages-from-pypi.md
- text: Universal Packages upstream sources
url: universal-packages/universal-packages-upstream.md
- text: Use packages from Crates.io
url: cargo/cargo-upstream-source.md
- title: Security
linkLists:
- linkListType: concept
links:
- text: Manage permissions
url: feeds/feed-permissions.md
- text: Safeguard against malicious public packages
url: concepts/upstream-behavior.md
- title: Artifacts in Azure Pipelines
linkLists:
- linkListType: overview
links:
- text: Overview
url: ../pipelines/artifacts/artifacts-overview.md
- linkListType: quickstart
links:
- text: Publish and download pipeline artifacts
url: ../pipelines/artifacts/pipeline-artifacts.md
- text: Publish and download build artifacts
url: ../pipelines/artifacts/build-artifacts.md
- text: Use the .artifactignore file
url: reference/artifactignore.md
- text: NuGet
url: ../pipelines/artifacts/nuget.md
- text: npm
url: ../pipelines/artifacts/npm.md
- text: Maven
url: ../pipelines/artifacts/publish-maven-artifacts.md
- text: Gradle
url: ../pipelines/artifacts/build-publish-artifacts-gradle.md
- text: Python
url: ../pipelines/artifacts/pypi.md
- text: Cargo
url: ../pipelines/artifacts/cargo-pipelines.md
- text: Universal Packages
url: ../pipelines/artifacts/universal-packages.md
- title: Symbols
linkLists:
- linkListType: concept
links:
- text: What are symbol files?
url: ./concepts/symbols.md
- linkListType: how-to-guide
links:
- text: Debug with Visual Studio
url: ./symbols/debug-with-symbols-visual-studio.md
- text: Debug with WinDbg
url: ./symbols/debug-with-symbols-windbg.md
- text: Publish symbols with Azure Pipelines
url: ../pipelines/artifacts/symbols.md