Skip to content

Commit 70b8957

Browse files
authored
adding missing 1.2.9
1 parent f5e4702 commit 70b8957

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

docfx.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,34 @@
182182
"version": "azuresmps-4.0.0",
183183
"dest": "azure/servicemanagement"
184184
},
185-
185+
{
186+
"files": [
187+
"toc.yml"
188+
],
189+
"src": "azurestackps-1.2.9",
190+
"version": "azurestackps-1.2.9",
191+
"dest": "module/azure-stack"
192+
},
193+
{
194+
"files": [
195+
"**/*.md"
196+
],
197+
"src": "azurestackps-1.2.9",
198+
"version": "azurestackps-1.2.9",
199+
"exclude": [
200+
"docs-conceptual/**"
201+
],
202+
"dest": "module"
203+
},
204+
{
205+
"files": [
206+
"**/*.yml",
207+
"**/*.md"
208+
],
209+
"src": "azurestackps-1.2.9/docs-conceptual",
210+
"version": "azurestackps-1.2.9",
211+
"dest": "azure/azure-stack"
212+
},
186213
{
187214
"files": [
188215
"toc.yml"
@@ -374,4 +401,4 @@
374401
"dest": "azureps",
375402
"lruSize": 0
376403
}
377-
}
404+
}

0 commit comments

Comments
 (0)