forked from MicrosoftDocs/azure-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
146 lines (146 loc) · 4.83 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**"
],
"src": "articles",
"dest": "."
},
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**"
],
"src": "bread",
"dest": "bread"
}
],
"resource": [
{
"files": [
"**/*.svg",
"**/*.png",
"**/*.jpg",
"**/*.jpeg",
"**/*.gif",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/_themes/**"
],
"src": "articles",
"dest": "."
},
{
"files": [
"includes/**/*.svg",
"includes/**/*.png",
"includes/**/*.jpg",
"includes/**/*.jpeg",
"includes/**/*.gif"
],
"exclude": [
"**/obj/**",
"**/_themes/**"
],
"src": null,
"dest": null
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/azure/bread/toc.json",
"brand": "azure",
"searchScope": ["Azure"],
"contributors_to_exclude": ["PRMerger5", "PRMerger4", "PRMerger3", "PRMerger-2","hexiaokai", "openpublishingbuild", "tysonn", "v-anpasi", "kiwhit", "ShawnJackson", "PRmerger", "DuncanmaMSFT", "Saisang", "Ja-Dunn", "jomolnar", "KatieCumming", "rjagiewich", "v-thepet", "deneha", "ktoliver", "itechedit", "MattGLaBelle"],
"_op_documentIdPathDepotMapping": {
"articles/billing/billing-add-change-azure-subscription-administrator.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-add-office-365-tenant-to-azure-subscription.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-azure-subscription-past-due-balance.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-buy-sign-up-azure-subscription.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-cannot-login-subscription.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-credit-card-fails-during-azure-sign-up.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-download-azure-invoice-daily-usage-date.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-how-to-cancel-azure-subscription.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-how-to-change-azure-account-profile.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-how-to-change-credit-card.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-how-to-switch-azure-offer.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-set-up-alerts.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-subscription-become-disable.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-subscription-transfer.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-troubleshoot-azure-sign-up-issues.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-understand-your-azure-marketplace-charges.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-understand-your-bill.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-upgrade-azure-subscription.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-usage-rate-card-overview.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-usage-rate-card-partner-solution-cloudcruiser.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-usage-rate-card-partner-solution-cloudyn.md": {
"folder_relative_path_in_docset": "articles"
},
"articles/billing/billing-use-existing-office-365-account-azure-subscription.md": {
"folder_relative_path_in_docset": "articles"
}
}
},
"fileMetadata": {},
"template": [
"docs.html"
],
"dest": "azure"
}
}