-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
48 lines (48 loc) · 1.34 KB
/
Copy pathdocfx.json
File metadata and controls
48 lines (48 loc) · 1.34 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
{
"metadata": [
{
"src": [
{
"src": "src",
"files": [
"SqlBound/SqlBound.csproj",
"SqlBound.Introspection/SqlBound.Introspection.csproj",
"SqlBound.Migrations/SqlBound.Migrations.csproj",
"SqlBound.SqlServer/SqlBound.SqlServer.csproj",
"SqlBound.Sqlite/SqlBound.Sqlite.csproj",
"SqlBound.Npgsql/SqlBound.Npgsql.csproj",
"SqlBound.MySql/SqlBound.MySql.csproj"
]
}
],
"dest": "api",
"properties": {
"TargetFramework": "net8.0"
}
}
],
"build": {
"content": [
{ "files": [ "api/**.yml", "api/index.md" ] },
{ "files": [ "**.md", "**/toc.yml" ], "src": "docs", "dest": "docs", "exclude": [ "nuget/**" ] },
{ "files": [ "index.md", "toc.yml" ] }
],
"resource": [
{ "files": [ "assets/logo.png" ] }
],
"output": "_site",
"template": [ "default", "modern" ],
"globalMetadata": {
"_appName": "SqlBound",
"_appTitle": "SqlBound",
"_appLogoPath": "assets/logo.png",
"_description": "Compile-time verified SQL for .NET.",
"_enableSearch": true,
"_appFooter": "SqlBound — Apache-2.0",
"_gitContribute": {
"repo": "https://github.com/lgamorim/sqlbound",
"branch": "master"
}
}
}
}