Improve DocFX documentation generation

This commit is contained in:
Jordan Wages 2026-07-07 13:52:41 -05:00
commit 9ce4e18637
316 changed files with 476 additions and 23671 deletions

View file

@ -11,14 +11,21 @@
}
],
"dest": "api",
"outputFormat": "markdown"
"properties": {
"TargetFramework": "net8.0"
}
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
"toc.yml",
"index.md",
"introduction.md",
"getting-started.md",
"api/*.yml",
"api/toc.yml"
],
"exclude": [
"_site/**"
@ -35,7 +42,7 @@
"output": "_site",
"template": [
"default",
"modern"
"templates/discordfx"
],
"globalMetadata": {
"_appName": "CapyKit Documentation",