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
10 changes: 9 additions & 1 deletion code-review/integrations/github-gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ First, make sure that your organization has an active GitHub, GitLab, or Azure D
</Card>
<Card
title="Set up Azure DevOps"
icon="/images/azure-devops.svg"
icon={
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
fill="currentColor"
>
<path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" />
</svg>
}
href="/platform/repositories/azure-devops"
>
Connect Azure DevOps and choose the repositories to review.
Expand Down
6 changes: 5 additions & 1 deletion code-review/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ You also need permission to connect your Git provider. For more details, choose
</Card>
<Card
title="Azure DevOps"
icon="/images/azure-devops.svg"
icon={
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor">
<path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" />
</svg>
}
href="/platform/repositories/azure-devops"
>
Connect Azure DevOps Services or Server to review pull requests.
Expand Down
1 change: 0 additions & 1 deletion images/azure-devops.svg

This file was deleted.

6 changes: 5 additions & 1 deletion platform/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ description: "Connect SCM, project management, and communication tools to the Ha
</Card>
<Card
title="Azure DevOps"
icon="/images/azure-devops.svg"
icon={
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor">
<path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" />
</svg>
}
href="/platform/repositories/azure-devops"
>
Azure DevOps Services or Server
Expand Down
6 changes: 5 additions & 1 deletion platform/repositories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ You need to be a Hacktron organization admin to connect and configure repositori
</Card>
<Card
title="Azure DevOps"
icon="/images/azure-devops.svg"
icon={
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="currentColor">
<path d="M17,4v9.74l-4,3.28-6.2-2.26V17L3.29,12.41l10.23.8V4.44Zm-3.41.49L7.85,1V3.29L2.58,4.84,1,6.87v4.61l2.26,1V6.57Z" />
</svg>
}
href="/platform/repositories/azure-devops"
>
Configure repositories from Azure DevOps Services or Server.
Expand Down