Files

43 lines
679 B
JSON
Raw Permalink Normal View History

2024-07-07 16:16:55 -05:00
{
"metadata": [
{
"src": [
{
"src": "../src",
"files": [
"**/*.csproj"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "../docs",
"template": [
"default",
"modern",
"templates/material"
2024-07-07 16:16:55 -05:00
],
"globalMetadata": {
"_appName": "AnthropicClient",
"_appTitle": "AnthropicClient",
2024-07-07 17:02:40 -05:00
"_enableSearch": true
},
"postProcessors": ["ExtractSearchIndex"]
2024-07-07 16:16:55 -05:00
}
}