-
Notifications
You must be signed in to change notification settings - Fork 36
/
docfx.json
37 lines (37 loc) · 892 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
35
36
37
{
"build": {
"content": [
{
"files": [ "**/*.md", "**/*.yml"],
"src": "docs-conceptual",
"dest": "docs-conceptual",
"version": "samples-v1.0"
},
{
"files": [ "**/*.yml", "**/About/*.md"],
"src":"samples-v1.0",
"dest": "module",
"version": "samples-v1.0"
},
{
"files":["toc.yml"],
"src": "breadcrumb",
"dest": "samples/breadcrumb"
}
],
"versions": {
"samples-v1.0": { "dest": "samples-v1.0" }
},
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"feedback_system": "Standard",
"breadcrumb_path": "/powershell/samples/breadcrumb/toc.json",
"uhfHeaderId": "MSDocsHeader-MSGraph"
},
"template": [],
"markdownEngineName": "markdig",
"exportRawModel": true,
"exportViewModel": true
}
}