-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocfx.json
More file actions
104 lines (104 loc) · 2.01 KB
/
docfx.json
File metadata and controls
104 lines (104 loc) · 2.01 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"build": {
"content": [
{
"src": "docs-ref-autogen",
"files": [
"**.yml",
"**.md"
],
"exclude": [
"toc.md"
],
"dest": "api"
},
{
"src": "docs-ref-autogen",
"files": [
"toc.md"
],
"exclude": [
],
"dest": "api/powerapps"
},
{
"src": ".",
"files": [
"index.md"
],
"dest": "api/powerapps"
},
{
"src":"docs-ref-conceptual",
"files": [
"**.md"
],
"exclude": [
"**/toc.md",
"mobile-engagement/**.md"
],
"dest":"api"
},
{
"files": [
"*.md",
"toc.yml"
],
"exclude": [
"**/obj/**",
"rest/**"
]
},
{
"files": [
"breadcrumb/toc.yml"
]
}
],
"resource": [
{
"src":"docs-ref-conceptual",
"files": [
"**.png",
"**.jpg"
],
"dest":"api"
}
],
"overwrite": [
{
"files": [
"docs-ref-overwrite/**.md"
]
}
],
"externalReference": [],
"globalMetadata": {
"enable_rest_try_it": true,
"rest_product": "Azure",
"_gitContribute": {
"apiSpecFolder": "docs-ref-overwrite"
},
"_mockServerUrl": "https://apiexproxy.azurewebsites.net/svc",
"_mockServerAuthorization": "Bearer {token:https://graph.windows.net/}",
"breadcrumb_path": "~/breadcrumb/toc.yml",
"rest_product": "powerapps",
"titleSuffix": "powerapps REST API",
"author":"v-jutao",
"ms.author":"v-jutao",
"ms.topic":"reference",
"ms.devlang":"rest-apis",
"ms.date":"09/04/2019",
"extendBreadcrumb": true,
"feedback_system": "None"
},
"fileMetadata": {
"searchScope": {
"structured/**.yml": ["powerapps", "REST"]
}
},
"template": [],
"dest": "rest-ref-template",
"markdownEngineName": "markdig"
}
}