forked from Chinchilla-Software-Com/CQRS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
38 lines (38 loc) · 826 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
{
"metadata": [
{
"src": [
{
"files" : [ "**/*.csproj" ],
"exclude": [ "**/bin/**", "**/obj/**" ],
"cwd" : "Framework"
}
],
"dest" : "wiki/docs/api/yml/2.2"
}
],
"build" : {
"content" : [
{
"files" : [ "*.yml" ],
"cwd" : "wiki/docs/api/yml/2.2",
"dest" : "wiki/docs/api/2.2/html/"
},
{
"files" : [ "articles/**/*.md", "*.md", "toc.yml", "restapi/**" ]
}
],
"resource" : [
{
"files" : [ "articles/images/**"]
}
],
"overwrite" : "specs/*.md",
"globalMetadata": {
"_appTitle" : "CQRS.NET API Reference Documentation version 2.2",
"_enableSearch": true,
"_disableContribution": true
},
"dest" : "wiki/docs/api/html"
}
}