{ "$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json", "metadata": [ { "src": [ { "src": "./src", "files": [ "Common/bin/Release/net9.0/*.dll", "Postgres/bin/Release/net9.0/*.dll", "Sqlite/bin/Release/net9.0/*.dll" ] } ], "dest": "api", "properties": { "TargetFramework": "net9.0" } } ], "build": { "content": [ { "files": [ "index.md", "toc.yml", "api/**/*.{md,yml}", "docs/**/*.{md,yml}" ], "exclude": [ "_site/**" ] } ], "resource": [ { "files": [ "bitbadger-doc.png", "favicon.ico" ] } ], "output": "_site", "template": [ "default", "modern", "doc-template" ], "globalMetadata": { "_appName": "BitBadger.Documents", "_appTitle": "BitBadger.Documents", "_appLogoPath": "bitbadger-doc.png", "_appFaviconPath": "favicon.ico", "_appFooter": "Hand-crafted documentation created with docfx by Bit Badger Solutions", "_enableSearch": true, "pdf": false } } }