Improve DocFX documentation generation
This commit is contained in:
parent
85e90f7bd5
commit
9ce4e18637
316 changed files with 476 additions and 23671 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue