forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
34 lines (34 loc) · 886 Bytes
/
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
{
"build": {
"content": [
{
"files": [
"**/**.yml",
"**/**.md"
],
"exclude": ["**/obj/**"]
}
],
"globalMetadata": {
"breadcrumb_path": "/powershell/wmf/bread/toc.json",
"uhfHeaderId": "MSDocsHeader-Powershell",
"ROBOTS": "INDEX, FOLLOW",
"ms.prod": "powershell",
"ms.technology": "",
"manager": "carmonm",
"ms.devlang": "powershell",
"ms.tgt_pltfr": "windows",
"ms.author": "keithb"
},
"resource": [
{
"files": [
"**/images/**"
],
"exclude": ["**/obj/**"]
}
],
"template": "op.html",
"dest": "wmf"
}
}