39 lines
992 B
JSON
39 lines
992 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**",
|
|
"bitbadger-doc.png",
|
|
"favicon.ico"
|
|
]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"doc-template"
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "Relational Documents",
|
|
"_appTitle": "Relational Documents",
|
|
"_appLogoPath": "bitbadger-doc.png",
|
|
"_appFaviconPath": "favicon.ico",
|
|
"_appFooter": "Hand-crafted documentation created with <a href=https://dotnet.github.io/docfx target=_blank class=external>docfx</a> by <a href=https://bitbadger.solutions target=_blank class=external>Bit Badger Solutions</a>",
|
|
"_enableSearch": true,
|
|
"pdf": false
|
|
}
|
|
}
|
|
} |