-
Notifications
You must be signed in to change notification settings - Fork 2
/
docfx.json
99 lines (99 loc) · 3.06 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
{
"metadata": [
{
"src": [
{
"files": [
"PostSharp.dll",
"PostSharp.Patterns.Aggregation.dll",
"PostSharp.Patterns.Caching.dll",
"PostSharp.Patterns.Caching.Backends.Azure.dll",
"PostSharp.Patterns.Caching.Backends.IMemoryCache.dll",
"PostSharp.Patterns.Caching.Backends.Redis.dll",
"PostSharp.Patterns.Common.dll",
"PostSharp.Patterns.Diagnostics.dll",
"PostSharp.Patterns.Diagnostics.Adapters.AspNetCore.dll",
"PostSharp.Patterns.Diagnostics.Adapters.DiagnosticSource.dll",
"PostSharp.Patterns.Diagnostics.Adapters.HttpClient.dll",
"PostSharp.Patterns.Diagnostics.Backends.ApplicationInsights.dll",
"PostSharp.Patterns.Diagnostics.Backends.CommonLogging.dll",
"PostSharp.Patterns.Diagnostics.Backends.Log4Net.dll",
"PostSharp.Patterns.Diagnostics.Backends.Microsoft.dll",
"PostSharp.Patterns.Diagnostics.Backends.NLog.dll",
"PostSharp.Patterns.Diagnostics.Backends.Serilog.dll",
"PostSharp.Patterns.Diagnostics.Backends.Tracing.dll",
"PostSharp.Patterns.Diagnostics.Configuration.dll",
"PostSharp.Patterns.Model.dll",
"PostSharp.Patterns.Threading.dll",
"PostSharp.Patterns.Xaml.dll",
"System.ComponentModel.Composition.dll",
"System.dll",
"System.Collections.dll",
"System.Collections.Generic.dll",
"System.Diagnostics.dll",
"System.ObjectModel.dll",
"System.Runtime.dll",
"Microsoft.TeamFoundation.TestManagement.Client.dll"
],
"src": "code/PostSharp.Documentation.Consolidated/bin/Debug/net8.0-windows"
},
{
"files": [
"PostSharp.Patterns.Caching.Backends.Azure.dll",
"PostSharp.Patterns.Diagnostics.Adapters.AspNetFramework.dll"
],
"src": "code/PostSharp.Documentation.Consolidated/bin/Debug/net48"
}
],
"dest": "artifacts/api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"filter": "docfx-api-filter.yml",
"memberLayout": "separatePages"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml"
],
"src": "artifacts"
},
{
"files": [
"**.md",
"toc.yml"
],
"src": "conceptual"
}
],
"resource": [
{
"files": [
"**.png",
"**.PNG",
"api.xml",
"redirect.xml"
],
"src": "conceptual"
}
],
"xref": [
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
],
"dest": "artifacts/site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"overrides"
],
// Used for debugging
// "maxParallelism": 1,
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false
}
}