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.
52 lines
984 B
JSON
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
|
|
}
|
|
}
|
|
}
|