-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
84 lines (84 loc) · 2.08 KB
/
Copy pathdocfx.json
File metadata and controls
84 lines (84 loc) · 2.08 KB
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
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"files": [
"src/Invex.Atom.Build/Invex.Atom.Build.csproj",
"src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj",
"src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj",
"src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj",
"src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj",
"src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj",
"src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj",
"src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj"
]
}
],
"dest": "api",
"properties": {
"TargetFramework": "net10.0"
},
"filter": "docs/filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [
"toc.yml",
"index.md",
"README.md"
]
},
{
"files": [
"api/toc.yml",
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"docs/toc.yml",
"docs/**/*.md"
]
}
],
"resource": [
{
"files": [
"images/**",
"LICENSE.txt"
]
}
],
"output": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"globalMetadata": {
"_appTitle": "Atom",
"_appName": "Atom",
"_appLogoPath": "images/icon.png",
"_appFooter": "Atom — Build Automation for .NET",
"_enableSearch": true,
"_disableContribution": false,
"_disableToc": false,
"_gitContribute": {
"repo": "https://github.com/Invex-Games/atom",
"branch": "main"
}
},
"template": [
"default",
"modern"
],
"theme": [
"docfx-theme"
],
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false
}
}