-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
58 lines (58 loc) · 1.88 KB
/
Copy pathdocfx.json
File metadata and controls
58 lines (58 loc) · 1.88 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
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{ "files": ["src/Pl0.Cli/Pl0.Cli.csproj"] },
{ "files": ["src/Pl0.Ide/Pl0.Ide.csproj"] },
{ "files": ["src/Pl0.Core/Pl0.Core.csproj"] },
{ "files": ["src/Pl0.Vm/Pl0.Vm.csproj"] }
],
"dest": "api",
"includePrivateMembers": true,
"disableGitFeatures": false,
"disableDefaultFilter": false
}
],
"build": {
"content": [
{ "src": "docfx", "files": ["index.md", "toc.yml"], "dest": "." },
{ "src": "docfx", "files": ["**.md", "**/toc.yml"], "exclude": ["index.md", "toc.yml"], "dest": "docfx" },
{ "files": ["api/**.yml", "api/toc.yml"] },
{ "files": ["docs/**.md"] },
{ "files": ["*.md"], "exclude": ["README.md", "AGENTS.md", "GEMINI.md", "CLAUDE.md"] }
],
"resource": [
{ "src": "docfx", "files": ["images/**"], "dest": "." },
{ "files": ["*.png", "docs/**.pdf"] },
{ "files": ["examples/**"] },
{ "files": ["LICENSE"], "dest": "." }
],
"dest": "_site",
"globalMetadata": {
"_appTitle": "TinyPl0 Dokumentation",
"_appFooter": "Lizenz: MIT - siehe LICENSE.",
"_appLogoPath": "images/logo.svg",
"_appFaviconPath": "images/favicon.ico",
"_enableSearch": true,
"pdf": true
},
"template": ["default", "modern"]
},
"pdf": {
"content": [
{ "files": ["docfx/index.md"] },
{ "files": ["docfx/**.md", "docfx/**/toc.yml"], "exclude": ["docfx/index.md"] },
{ "files": ["docs/**.md"] },
{ "files": ["*.md"], "exclude": ["README.md", "AGENTS.md", "GEMINI.md", "CLAUDE.md"] }
],
"resource": [
{ "files": ["docfx/images/**"] }
],
"dest": "_site/pdf",
"globalMetadata": {
"_appTitle": "TinyPl0 Dokumentation"
},
"template": ["default", "modern"]
}
}