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.
This commit is contained in:
parent
8405d09992
commit
29fbae37ba
10 changed files with 591 additions and 37 deletions
|
|
@ -27,6 +27,13 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"assets/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"output": "_site",
|
||||
"template": [
|
||||
"default",
|
||||
|
|
@ -36,6 +43,8 @@
|
|||
"globalMetadata": {
|
||||
"_appName": "CapyKit",
|
||||
"_appTitle": "CapyKit Documentation",
|
||||
"_appLogoPath": "assets/logo.svg",
|
||||
"_appFaviconPath": "assets/favicon.svg",
|
||||
"_enableSearch": true,
|
||||
"pdf": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue