mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
* add docfx and gh action to build docs * kick off build from feature branch * Fix LGTM linting * update az pipeline to win22 & remove nuget install * remove azure ci changes * fix implicit using to support 5.0 * fix more js issues * remove resource designer changes * remove space * fix linting misspellings in autogenerated js temp * fix misspellings in generated code * delete log file
70 lines
No EOL
1.2 KiB
JSON
70 lines
No EOL
1.2 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"src/Microsoft.ML.OnnxRuntime/**.csproj"
|
|
],
|
|
"src": "../"
|
|
}
|
|
],
|
|
"dest": "dest",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/**.html",
|
|
"api/index.md",
|
|
"api/**/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
//"articles/**.md",
|
|
//"articles/**/
|
|
"toc.yml\",",
|
|
"toc.yml",
|
|
"*.md",
|
|
"api/toc.yml"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"api/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"dest/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "dest",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
//"default"
|
|
"_exported_templates/default"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
} |