-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathdocfx.json
More file actions
74 lines (74 loc) · 1.86 KB
/
Copy pathdocfx.json
File metadata and controls
74 lines (74 loc) · 1.86 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
{
"metadata": [
{
"src": [
{
"src": "../",
"files": [
"NetCord/bin/Release/net9.0/NetCord.dll",
"NetCord.Services/bin/Release/net9.0/NetCord.Services.dll",
"Hosting/NetCord.Hosting/bin/Release/net9.0/NetCord.Hosting.dll",
"Hosting/NetCord.Hosting.Services/bin/Release/net9.0/NetCord.Hosting.Services.dll",
"Hosting/NetCord.Hosting.AspNetCore/bin/Release/net9.0/NetCord.Hosting.AspNetCore.dll"
]
}
],
"dest": "docs",
"memberLayout": "separatePages"
}
],
"build": {
"sitemap": {
"baseUrl": "https://netcord.dev",
"fileOptions": {
"docs/**": {
"priority": 0.3
}
}
},
"content": [
{
"files": [ "docs/**.yml", "docs/index.md" ]
},
{
"files": [ "guides/**.md", "guides/**/toc.yml", "toc.yml", "index.md" ]
}
],
"resource": [
{
"files": [ "images/**", "favicon.ico", "logo.svg", "robots.txt" ]
}
],
"overwrite": [
{
"files": [ "apidoc/**.md" ],
"exclude": [ "obj/**", "_site/**" ]
}
],
"dest": "_site",
"template": [ "default", "templates/NetCord" ],
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"markdigExtensions": [
"attributes"
]
},
"globalMetadata": {
"_appDescription": "NetCord – the modern and fully customizable C# Discord library",
"_appTitle": "NetCord - Build Discord Bots in .NET",
"_enableSearch": true,
"_disableFooter": true,
"_noindex": true,
"_lang": "en"
},
"fileMetadata": {
"_noindex": {
"docs/**": false
},
"_enableSearch": {
"!docs/**": false
}
},
"xref": [ "https://learn.microsoft.com/en-us/dotnet/.xrefmap.json" ]
}
}