Update docfx.json

This commit is contained in:
saldana
2016-08-03 09:57:25 -07:00
committed by GitHub
parent b9ddcb31d8
commit 916bc4422f

View File

@ -7,7 +7,7 @@
],
"exclude": [
"**/obj/**",
"itpro-hololens/**",
"devices/hololens/**",
"**/includes/**"
]
}
@ -20,7 +20,7 @@
],
"exclude": [
"**/obj/**",
"itpro-hololens/**",
"devices/hololens/**",
"**/includes/**"
]
}
@ -32,6 +32,6 @@
"template": [
null
],
"dest": "itpro-hololens"
"dest": "devices/hololens"
}
}
}