DOCUMENTATION

This commit is contained in:
2026-02-09 16:52:19 -05:00
parent c12649c92d
commit fcbe9ff8bc
295 changed files with 26814 additions and 0 deletions

46
docfx.json Normal file
View File

@@ -0,0 +1,46 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json",
"metadata": [
{
"src": [
{
"src": "../Awperative",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "Awperative",
"_appTitle": "Awperative",
"_enableSearch": true,
"pdf": true
}
}
}