forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.whatsnew.json
118 lines (117 loc) · 2.44 KB
/
.whatsnew.json
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
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Azure DevOps",
"rootDirectory": "docs/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/devops/"
},
"inclusionCriteria": {
"additionalMicrosoftOrgs": [
"GitHub"
],
"minAdditionsToFile": 62
},
"areas": [
{
"names": ["."],
"heading": "Miscellaneous"
},
{
"names": ["artifacts"],
"heading": "Artifacts"
},
{
"names": ["boards"],
"heading": "Azure Boards"
},
{
"names": ["cli"],
"heading": "CLI"
},
{
"names": ["demo-gen"],
"heading": "Demo-gen"
},
{
"names": ["deploy-azure"],
"heading": "Deploy-azure"
},
{
"names": ["dev-resources"],
"heading": "Dev-resources"
},
{
"names": ["extend"],
"heading": "Extend"
},
{
"names": ["get-started"],
"heading": "Get started"
},
{
"names": ["integrate"],
"heading": "Integrate"
},
{
"names": ["java"],
"heading": "Java"
},
{
"names": ["marketplace"],
"heading": "Marketplace"
},
{
"names": ["marketplace-extensibility"],
"heading": "Marketplace extensibility"
},
{
"names": ["migrate"],
"heading": "Migrate"
},
{
"names": ["notifications"],
"heading": "Notifications"
},
{
"names": ["organizations"],
"heading": "Administration"
},
{
"names": ["pipelines"],
"heading": "Azure Pipelines"
},
{
"names": ["project"],
"heading": "Project"
},
{
"names": ["reference"],
"heading": "Reference"
},
{
"names": ["report"],
"heading": "Azure DevOps Reporting and Analytics service"
},
{
"names": ["repos"],
"heading": "Azure Repos"
},
{
"names": ["security-access-billing"],
"heading": "Security-access-billing"
},
{
"names": ["service-hooks"],
"heading": "Service-hooks"
},
{
"names": ["test"],
"heading": "Azure Test Plans"
},
{
"names": ["user-guide"],
"heading": "User guide"
}
]
}