1
0
Files
common/docs/docfx.json
Andreas Müller 5631303cc6
All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m41s
Documentation Build / build-test-deploy (push) Successful in 1m48s
Added docs
2026-01-12 20:36:13 +01:00

65 lines
2.0 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../",
"files": [
"src/AMWD.Common/bin/Release/netstandard2.0/amwd-common.dll",
"src/AMWD.Common.AspNetCore/bin/Release/net8.0/amwd-common-aspnetcore.dll",
"src/AMWD.Common.EntityFrameworkCore/bin/Release/net8.0/amwd-common-efcore.dll",
"src/AMWD.Common.MessagePack/bin/Release/netstandard2.0/amwd-common-msgpack.dll",
"src/AMWD.Common.Test/bin/Release/netstandard2.0/amwd-common-test.dll"
]
}
],
"dest": "api",
"outputFormat": "apiPage"
}
],
"build": {
"content": [
{
"files": [ "**/*.{md,yml}" ],
"exclude": [ "_site/**", "obj/**" ]
}
],
"resource": [
{
"files": [ "images/**" ],
"exclude": [ "_site/**", "obj/**" ]
}
],
"output": "_site",
"template": [ "default", "modern", "templates/amwd" ],
"postProcessors": ["ExtractSearchIndex"],
"globalMetadata": {
"_appName": "AM.WD Common",
"_appTitle": "A collection of commonly used extensions, etc.",
"_appFooter": "<span>&copy; AM.WD &mdash; Docs generated using <a href=\"https://dotnet.github.io/docfx\" target=\"_blank\">docfx</a>.</span>",
"_appLogoPath": "images/logo.svg",
"_appFaviconPath": "images/favicon.ico",
"_disableBreadcrumb": true,
"_disableContribution": true,
"_enableSearch": true,
"_enableNewTab": true,
"pdf": false
},
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"alerts": {
"TODO": "alert alert-secondary"
}
},
"sitemap": {
"baseUrl": "https://docs.am-wd.de/common",
"priority": 0.5,
"changefreq": "weekly"
},
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": true
}
}