forked from unosquare/raspberryio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
41 lines (41 loc) · 935 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
{
"metadata": [
{
"src": [
{
"files": [ "src/Unosquare.RaspberryIO/**/*.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", "toc.yml" ]
}
],
"resource": [
{
"files": [ "best-practices/resources/**", "logos/raspberryio-logo-256.png" ]
}
],
"globalMetadata": {
"_appTitle": "RaspberryIO - Pi's hardware access from Mono",
"_enableSearch": true,
"_appLogoPath": "best-practices/resources/images/logo.png",
"_docLogo": "logos/raspberryio-logo-256.png"
},
"dest": "_site"
}
}