CapyKit/Docs/docfx.json
wagesj45 29fbae37ba Refactor and add utilities to CapyKit, HappyCapy.Localization
Replaced `Color` class with `EnumerationHelper` and `PropertyHelper` utilities for enhanced enum/property management. Extended `EncryptedValue` and updated constants in `LocalizationHelper` for better maintainability. Added project references, Git mappings, and new SVG assets for documentation.
2026-07-22 22:47:20 -05:00

52 lines
984 B
JSON

{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../CapyKit",
"files": [
"CapyKit.csproj"
]
}
],
"dest": "api",
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**",
"filterConfig.yml",
"templates/**"
]
}
],
"resource": [
{
"files": [
"assets/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern",
"templates/material"
],
"globalMetadata": {
"_appName": "CapyKit",
"_appTitle": "CapyKit Documentation",
"_appLogoPath": "assets/logo.svg",
"_appFaviconPath": "assets/favicon.svg",
"_enableSearch": true,
"pdf": false
}
}
}