Use DocFX Material for docs
This commit is contained in:
parent
9ce4e18637
commit
ce1fd015ae
9 changed files with 213 additions and 467 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue