forked from TabularEditor/TabularEditorDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
31 lines (31 loc) · 895 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
{
"metadata": [
],
"build": {
"content": [
{
"files": [ "te3/**/*.md", "te2/**/*.md", "onboarding/**/*.md", "common/**/*.md", "*.md", "toc.yml" ]
}
],
"template": [
"default",
"templates/default",
"templates/lightbox-featherlight"
],
"resource": [
{
"files": [ "images/**", "te3/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}" ]
}
}