Skip to content

Commit 4a17c5a

Browse files
authored
Enhance documentation with collapsible references section
Added a collapsible section for references in the Azure DevOps Agents documentation.
1 parent 3f59241 commit 4a17c5a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

0_Azure/4_AzureDevOps/demos/1_AzureDevOpsAgents.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Last updated: 2025-07-17
1212

1313
> To build your code or deploy your software using Azure Pipelines
1414
15-
## Wiki
15+
<details>
16+
<summary><b>List of References</b> (Click to expand)</summary>
1617

1718
- [Azure Pipelines Agents - Azure Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops)
1819
- [Pipeline runs - Azure Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/runs?view=azure-devops)
@@ -22,6 +23,8 @@ Last updated: 2025-07-17
2223
- [Microsoft-hosted agents](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml)
2324
- [Self-hosted agent authentication options](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agent-authentication-options?view=azure-devops)
2425

26+
</details>
27+
2528
> `Agents` are the workers that run your build and deployment jobs.
2629
2730
There are two main types of agents:

0 commit comments

Comments
 (0)