-
Notifications
You must be signed in to change notification settings - Fork 13
/
docfx.json
43 lines (43 loc) · 1.21 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"metadata": [
{
"src": [
{
"files": [
"bin/release/*.dll"
]
}
],
"dest": "api",
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [ "te3/**/*.md", "te2/**/*.md", "onboarding/**/*.md", "common/**/*.md", "*.md", "toc.yml", "api/*" ]
}
],
"template": [
"default",
"templates/default",
"templates/lightbox-featherlight",
"templates/api"
],
"resource": [
{
"files": [ "images/**", "te3/images/**", "whats-new/**", "404.html", "te3/features/images/**" ]
}
],
"globalMetadata": {
"_appTitle": "Tabular Editor Documentation",
"_enableSearch": true,
"_appLogoPath": "images/te3-logo-50.svg",
"_appFaviconPath": "images/te3logo.png",
"_enableNewTab": true
},
"markdownEngineName": "markdig",
"dest": "_site",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
}
}