-
Notifications
You must be signed in to change notification settings - Fork 11
/
docfx.json
77 lines (77 loc) · 2 KB
/
docfx.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
{
"build": {
"content": [
{
"files": [
"*.yml"
],
"src": "Azure Information Protection",
"version": "azureipps",
"dest": "module/aip"
},
{
"files": [
"**/*.yml"
],
"src": "Azure Information Protection",
"version": "azureipps",
"exclude": [
"docs-conceptual/**"
],
"dest": "module"
},
{
"files": [
"**/*.yml",
"**/*.md"
],
"src": "Azure Information Protection/docs-conceptual",
"version": "azureipps",
"dest": "azure/aip"
},
{
"files": [
"azureps-cmdlets-docs/**/*.md"
]
}
],
"versions": {
"azureipps": {
"dest": "azureipps"
}
},
"filemetadata": {
"ms.author": {
"Azure Information Protection/**/*.yml": "aashishr"
},
"author": {
"Azure Information Protection/**/*.yml": "aashishr"
},
"ms.manager": {
"Azure Information Protection/**/*.yml": "aashishr"
},
"ms.service": {
"Azure Information Protection/**/*.yml": "rights-management"
}
},
"globalMetadata": {
"showPowerShellPicker": "true",
"hideEdit": true,
"apiPlatform": "powershell",
"brand": "azure",
"uhfHeaderId": "Azure",
"searchScope": [
"Azure"
],
"feedback_system": "Standard",
"feedback_product_url": "https://feedbackportal.microsoft.com/feedback/forum/5ad50ce6-8a83-ec11-8d21-0022482fa693",
"feedback_help_link_url": "https://learn.microsoft.com/en-us/answers/tags/24/azure-information-protection",
"feedback_help_link_type": "get-help-at-qna",
"breadcrumb_path": "/powershell/bread/toc.json",
"ms.devlang": "powershell",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/c900d0ba-7127-44a2-8ba8-afc4f786377d"]
},
"dest": "azureps-aip",
"markdownEngineName": "markdig"
}
}