моя конфигурация json docfx
Код: Выделить всё
{
"metadata": [
{
"src": [
{
"src": "C:\\Users\\TestSharp",
"files": [
"**/*.csproj",
"C:\\Users\\TestSharp\\Program.cs"
]
}
],
"dest": "api"
}
],
"build": {
"content": [
{
"files": [
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"template": [
"default",
"modern"
],
"globalMetadata": {
"_appName": "mysite",
"_appTitle": "mysite",
"_enableSearch": true,
"pdf": true
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/781 ... ss-c-sharp