Use DocFX Material for docs

This commit is contained in:
Jordan Wages 2026-07-07 23:25:22 -05:00
commit ce1fd015ae
9 changed files with 213 additions and 467 deletions

View file

@ -4,48 +4,35 @@
{
"src": [
{
"src": ".././",
"src": "../CapyKit",
"files": [
"**/*.csproj"
"CapyKit.csproj"
]
}
],
"dest": "api",
"properties": {
"TargetFramework": "net8.0"
}
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"toc.yml",
"index.md",
"introduction.md",
"getting-started.md",
"api/*.yml",
"api/toc.yml"
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
"_site/**",
"material/**"
]
}
],
"output": "_site",
"template": [
"default",
"templates/discordfx"
"modern",
"material/material"
],
"globalMetadata": {
"_appName": "CapyKit Documentation",
"_appName": "CapyKit",
"_appTitle": "CapyKit Documentation",
"_enableSearch": true,
"pdf": false