forked from MicrosoftDocs/PowerShell-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
29 lines (29 loc) · 1.1 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
{
"build": {
"content": [
{ "files": ["**/**.yml", "**/**.md"], "exclude": ["**/obj/**"] }
],
"globalMetadata": {
"toc_preview": true,
"breadcrumb_path": "bread/toc.yml",
"uhfHeaderId": "MSDocsHeader-Powershell",
"ROBOTS": "INDEX, FOLLOW",
"ms.prod": "powershell",
"ms.technology": "powershell-developer",
"manager": "carmonm",
"ms.devlang": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"author": "joeyaiello",
"ms.author": "jaiello",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/PowerShell/PowerShell/issues/new/choose"
},
"resource": [
{ "files": ["**/media/**", "**/*.png", "**/*.gif", "**/*.jpeg", "**/*.jpg", "**/*.svg"], "exclude": ["**/obj/**", "**/includes/**"] }
],
"template": "op.html",
"dest": "developer",
"markdownEngineName": "markdig"
}
}