Skip to content

Commit 9fc5177

Browse files
committed
fix warnings
1 parent 4ba0ed1 commit 9fc5177

File tree

10 files changed

+22
-152
lines changed

10 files changed

+22
-152
lines changed

docs/extend/develop/add-dashboard-widget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 08/07/2019
1414

1515
# Add a dashboard widget
1616

17-
Widgets on a dashboard are implemented as [contributions](./contributions-overview.md) in the [extension framework](../index.md).
17+
Widgets on a dashboard are implemented as [contributions](./contributions-overview.md) in the [extension framework](../overview.md).
1818
A single extension can have multiple contributions. In this article, learn how to create an extension with multiple widgets as contributions.
1919

2020
This guide is divided into three parts, each building on the previous - beginning with a simple widget and ending with a comprehensive widget.

docs/extend/overview.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ where they can be kept privately for you and your team or shared with the millio
3535
All of these are bundled up to make a Team Extensions Service Package (.vsix file) that is published to the Marketplace. From the Marketplace,
3636
extensions can be installed directly by Azure DevOps Services users.
3737

38-
3938
## What can you do with extensions?
4039

4140
There are dozens of places where you can add to the Azure DevOps Services user interface, and we're adding more every sprint. Learn about all of the places where you can add a hub in the [contributions reference](./reference/targets/overview.md).
@@ -46,6 +45,12 @@ There are dozens of places where you can add to the Azure DevOps Services user i
4645
- Create [your own hub](./develop/add-hub.md) to embed new capabilities within our Agile, code, build, and test experiences.
4746
- Develop [actions](./develop/add-action.md) that can be run on hubs, whether they're ours or ones you've created.
4847

48+
## Build an extension for your delivery pipeline
49+
You can develop an Azure DevOps Services extension for your continuous delivery pipeline as described in the following video.
50+
51+
<a href="https://www.youtube.com/watch?v=uzQFvYY0xiM&list=PLe14MLC-Nwy6saThL6NSv2rTtFNpkvfp3" target="_blank"><img src="_img/develop-extension-video.png" alt="Develop Extensions" width="200" /></a>
52+
53+
4954
## Extension building checklist
5055

5156
1. Familiarize yourself with an overview of our platform and what's possible with it

docs/extend/publish/publicize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The [Visual Studio Marketplace](https://marketplace.visualstudio.com/azuredevops
2020

2121
This page covers the required steps to make your integration or extension listing publicly available in the Marketplace.
2222

23-
* Learn more about developing an [extension for Azure DevOps](../index.md)
23+
* Learn more about developing an [extension for Azure DevOps](../overview.md)
2424
* Learn more about [packaging and publishing an extension to the Marketplace](./overview.md)
2525
* Learn more about [packaging and publishing an integration to the Marketplace](./integration.md)
2626

docs/extend/toc.yml

+9-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
- name: Develop Extensions
2-
href: index.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
31
- name: What are extensions?
4-
href: ./overview.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
2+
href: ./overview.md
53
- name: Quickstarts
64
items:
75
- name: Develop a web extension
8-
href: get-started/node.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
6+
href: get-started/node.md
97
- name: Tutorials
108
items:
119
- name: Create a custom pipelines task
12-
href: develop/add-build-task.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
10+
href: develop/add-build-task.md
1311
- name: Use a pipeline decorator
14-
href: develop/add-pipeline-decorator.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
12+
href: develop/add-pipeline-decorator.md
1513
- name: Samples
1614
items:
1715
- name: Azure DevOps Services extension samples
18-
href: develop/samples-overview.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
16+
href: develop/samples-overview.md
1917
- name: Concepts
2018
items:
2119
- name: Extensibility points
22-
href: reference/targets/overview.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
20+
href: reference/targets/overview.md
2321
- name: Contribution model
24-
href: develop/contributions-overview.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
22+
href: develop/contributions-overview.md
2523
- name: How-to Guides
2624
items:
2725
- name: Develop
@@ -37,9 +35,9 @@
3735
- name: Add a service hook
3836
href: develop/add-service-hook.md
3937
- name: Create a PR status server
40-
href: ../repos/git/create-pr-status-server.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
38+
href: ../repos/git/create-pr-status-server.md?toc=/azure/devops/marketplace-extensibility/toc.json&bc=/azure/devops/marketplace-extensibility/breadcrumb/toc.json
4139
- name: Use Azure Functions to create custom branch policies
42-
href: ../repos/git/create-pr-status-server-with-azure-functions.md?toc=/azure/devops/extend/toc.json&bc=/azure/devops/extend/breadcrumb/toc.json
40+
href: ../repos/git/create-pr-status-server-with-azure-functions.md?toc=/azure/devops/marketplace-extensibility/toc.json&bc=/azure/devops/marketplace-extensibility/breadcrumb/toc.json
4341
- name: Add a chart
4442
href: develop/add-chart.md
4543
- name: Store data and settings

docs/marketplace-extensibility/index-to-delete.md

-133
This file was deleted.

docs/organizations/accounts/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ Sign up for an organization, add users, and manage permissions and access.
9292
## Resources
9393

9494
- [Get started using Azure DevOps](../../get-started/index.yml)
95-
- [Marketplace & extensibility](../../marketplace-extensibility/index.md)
95+
- [Marketplace & extensibility](../../marketplace-extensibility/index.yml)

docs/organizations/billing/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Make some purchases for Azure DevOps Server on your monthly Azure bill.
8484
## Other resources
8585

8686
- [Get Started using Azure DevOps](../../get-started/index.yml)
87-
- [Marketplace & Extensibility](../../marketplace-extensibility/index.md)
87+
- [Marketplace & Extensibility](../../marketplace-extensibility/index.yml)
8888
- [Azure DevOps Server Administration](/azure/devops/server/server/index)
8989
- [Buy Visual Studio cloud subscriptions](/visualstudio/subscriptions/vscloud-overview)
9090

docs/organizations/projects/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Structure your projects by adding area paths, iteration paths, and teams.
7575
## Resources
7676

7777
- [Get Started using Azure DevOps](../../get-started/index.yml)
78-
- [Marketplace & Extensibility](../../marketplace-extensibility/index.md)
78+
- [Marketplace & Extensibility](../../marketplace-extensibility/index.yml)
7979
- [Public Projects](../public/index.md)
8080
- [Migrate from Azure DevOps Server to Azure DevOps Services](../../migrate/migrate-from-tfs.md)
8181

docs/organizations/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
- name: Security, access, & billing
118118
href: ../security-access-billing/index.yml
119119
- name: Marketplace & extensibility
120-
href: ../marketplace-extensibility/index.md
120+
href: ../marketplace-extensibility/index.yml
121121
- name: Public projects
122122
href: ./public/index.md
123123
- name: Azure Boards

docs/service-hooks/toc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Service Hooks
2-
href: index.md?toc=/azure/devops/service-hooks/toc.json&bc=/azure/devops/service-hooks/breadcrumb/toc.json
2+
href: index.md
33
- name: Integrate with service hooks
44
href: overview.md
55
- name: Quickstarts

0 commit comments

Comments
 (0)