autogen/dotnet/website/docfx.json
Xiaoyun Zhang 210e94d705
[.Net] Prepare release note for AutoGen.Net 0.0.16 (#3117)
* add release note

* update repo info
2024-07-11 19:31:40 +00:00

72 lines
1.5 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": ["src/**/*.csproj"],
"src": "../"
}
],
"dest": "api",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened",
"memberLayout": "samePage",
"allowCompilationErrors": false,
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"tutorial/**.md",
"tutorial/**/toc.yml",
"release_note/**.md",
"release_note/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"modern",
"template"
],
"globalMetadata":{
"_appTitle": "AutoGen for .NET",
"_appName": "AutoGen for .NET",
"_appLogoPath": "images/ag.ico",
"_appFooter": "AutoGen for .NET",
"_appFaviconPath": "images/ag.ico",
"_gitContribute": {
"repo": "https://github.com/microsoft/autogen.git",
"branch": "dotnet"
}
},
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false
}
}