forked from buehler/dotnet-operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
48 lines (48 loc) · 1018 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
47
48
{
"build": {
"content": [
{
"files": ["docs/api/**.yml"]
},
{
"files": ["docs/**.md", "docs/**/toc.yml", "toc.yml", "*.md"]
},
{
"files": ["src/**/*.md"]
}
],
"resource": [
{
"files": ["res/**"]
}
],
"output": "_site",
"globalMetadata": {
"_appLogoPath": "./res/logo.png",
"_appFaviconPath": "./res/logo.png"
},
"fileMetadataFiles": [],
"template": ["default", "modern"],
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false
},
"metadata": [
{
"src": [
{
"files": ["src/**/*.csproj"]
}
],
"dest": "docs/api",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened",
"memberLayout": "samePage",
"EnumSortOrder": "alphabetic",
"allowCompilationErrors": false
}
]
}