forked from Inxton/ivf.documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
111 lines (111 loc) · 2.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"metadata": [
{
"src": [
{
"files": [
"vortex.connectors//src//connectors//Vortex.Adapters.Connector.Tc3//Vortex.Adapters.Connector.Tc3.csproj",
"vortex.connectors//src//connectors//Vortex.Connector//Vortex.Connector.csproj"
],
"exclude": [
"**/bin/**",
"**/obj/**",
"*.Properties",
"*.Resx"
],
"src": "..//ivf//"
}
],
"dest": "api/connector",
"filter": "filters/filterConfig.yml",
"disableGitFeatures": false,
"disableDefaultFilter": true
},
{
"src": [
{
"files": [
"vortex.framework.presentation//src//wpf//Vortex.Presentation.Wpf//Vortex.Presentation.Wpf.csproj",
"vortex.framework.presentation//src//wpf//Vortex.Presentation.Styling.Wpf//Vortex.Presentation.Styling.Wpf.csproj",
"vortex.framework.presentation//src//wpf//Vortex.Presentation.Controls.Wpf//Vortex.Presentation.Controls.Wpf.csproj"
],
"exclude": [
"**/bin/**",
"**/obj/**",
"*.Properties",
"*.Resx"
],
"src": "..//ivf//"
}
],
"dest": "api/presentation_wpf",
"filter": "filters/presentation_filter.yml",
"disableGitFeatures": false,
"disableDefaultFilter": true
}
],
"build": {
"content": [
{
"files": [
"index.md",
"toc.yml"
]
},
{
"files": [
"api/**/*.yml",
"api/**/*.md",
"articles/**",
"images/**",
"index.md",
"toc.yml",
"previous_versions/index.md",
"previous_versions/toc.yml"
],
"dest": "docu"
}
],
"resource": [
{
"files": [
"images/**",
"articles/common_assets/**",
"articles/**/*.png",
"articles/**/*.gif",
"articles/**/*.jpg",
"articles/**/*.jpeg"
],
"dest": "assets"
},
{
"files": [
"history/**/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"docs"
]
}
],
"dest": "docs",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"_inxton.doc.template"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}