forked from unosquare/embedio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
46 lines (46 loc) · 994 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
38
39
40
41
42
43
44
45
46
{
"metadata": [
{
"src": [
{
"files": [ "src/packages/EmbedIO/**/*.cs" ],
"exclude": [ "**/bin/**", "**/obj/**" ]
}
],
"dest": "obj/api"
}
],
"build": {
"xrefService": "https://xref.docs.microsoft.com/query?uid={uid}",
"template": [
"best-practices/templates/default"
],
"content": [
{
"files": [ "**/*.yml" ],
"cwd": "obj/api",
"dest": "api"
},
{
"files": [ "*.md" ]
},
{
"files": [ "wiki/**/*.md","toc.yml" ]
}
],
"resource": [
{
"files": [ "best-practices/resources/**", "embedio.png"]
}
],
"globalMetadata": {
"_appTitle": "EmbedIO",
"_enableSearch": true,
"_appFaviconPath": "src/Command/favicon.ico",
"_appLogoPath": "best-practices/resources/images/logo.png",
"_docLogo": "embedio.png",
"_docfxVersion": "2.45.0.0"
},
"dest": "_site"
}
}