-
Notifications
You must be signed in to change notification settings - Fork 523
Expand file tree
/
Copy pathdocfx.json
More file actions
140 lines (140 loc) · 4.48 KB
/
docfx.json
File metadata and controls
140 lines (140 loc) · 4.48 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"uhfHeaderId": "MSDocsHeader-VBA",
"breadcrumb_path": "/office/vba/breadcrumb/toc.json",
"ms.suite": "office",
"ms.author": "o365devx",
"author": "o365devx",
"ms.topic": "reference",
"feedback_system": "Standard"
},
"fileMetadata": {
"ms.topic": {
"api/**.md": "reference",
"access/**.md": "concept-article",
"excel/**.md": "concept-article",
"Language/**.md": "concept-article",
"Library-Reference/**.md": "concept-article",
"Office-Mac/**.md": "concept-article",
"outlook/**.md": "concept-article",
"powerpoint/**.md": "concept-article",
"project/**.md": "concept-article",
"publisher/**.md": "concept-article",
"visio/**.md": "concept-article",
"word/**.md": "concept-article"
},
"ms.service": {
"api/PowerPoint.*.md": "powerpoint",
"powerpoint/**.md": "powerpoint",
"api/Access.*.md": "access",
"api/Excel.*.md": "excel",
"api/Outlook.*.md": "outlook",
"api/Project.*.md": "project",
"api/Publisher.*.md": "publisher",
"api/Visio.*.md": "visio",
"api/Word.*.md": "word",
"api/Office.*.md": "office",
"api/overview/**.md": "vba",
"access/**.md": "access",
"excel/**.md": "excel",
"Language/**.md": "office",
"Library-Reference/**.md": "office",
"Office-Mac/**.md": "office",
"outlook/**.md": "outlook",
"project/**.md": "project",
"publisher/**.md": "publisher",
"visio/**.md": "visio",
"word/**.md": "word"
},
"ms.subservice": {
"api/PowerPoint.*.md": "vba",
"powerpoint/**.md": "vba",
"api/Access.*.md": "vba",
"api/Excel.*.md": "vba",
"api/Outlook.*.md": "vba",
"api/Project.*.md": "vba",
"api/Publisher.*.md": "vba",
"api/Visio.*.md": "vba",
"api/Word.*.md": "vba",
"api/Office.*.md": "vba",
"api/overview/**.md": "vba",
"access/**.md": "vba",
"excel/**.md": "vba",
"Language/**.md": "vba",
"Library-Reference/**.md": "vba",
"Office-Mac/**.md": "vba",
"outlook/**.md": "vba",
"project/**.md": "vba",
"publisher/**.md": "vba",
"visio/**.md": "vba",
"word/**.md": "vba"
},
"ROBOTS": {
"access/Concepts/Miscellaneous/**.md": "NOINDEX,NOFOLLOW",
"excel/Concepts/Miscellaneous/**.md": "NOINDEX,NOFOLLOW",
"outlook/Concepts/Miscellaneous/**.md": "NOINDEX,NOFOLLOW",
"F1/**.md": "NOINDEX,NOFOLLOW"
},
"description": {
"api/PowerPoint.*.md": "PowerPoint VBA reference",
"powerpoint/**.md": "PowerPoint VBA conceptual documentation",
"api/Access.*.md": "Access VBA reference",
"access/**.md": "Access VBA conceptual documentation",
"api/Excel.*.md": "Excel VBA reference",
"excel/**.md": "Excel VBA conceptual documentation",
"api/Outlook.*.md": "Outlook VBA reference",
"outlook/**.md": "Outlook VBA conceptual documentation",
"api/Project.*.md": "Project VBA reference",
"project/**.md": "Project VBA conceptual documentation",
"api/Publisher.*.md": "Publisher VBA reference",
"publisher/**.md": "Publisher VBA conceptual documentation",
"api/Visio.*.md": "Visio VBA reference",
"visio/**.md": "Visio VBA conceptual documentation",
"api/Word.*.md": "Word VBA reference",
"word/**.md": "Word VBA conceptual documentation",
"api/Office.*.md": "Office VBA reference",
"Language/**.md": "VBA language reference",
"Library-Reference/**.md": "Office library reference"
}
},
"template": [],
"dest": "VBA-Docs",
"markdownEngineName": "markdig"
}
}