/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
VS2017
docfx.json
98 строк
2 KB
Maira Wenzel
Metadata updates (#1313)
09 дек 2016, 23:40
09 дек 2016, 23:40
90fe68f
Код
Авторство
О чём код?
{ "metadata": [ { "src": [ { "files": [ "corefx/src/**/ref/**/*.csproj", "wcf/src/**/ref/**/*.csproj" ], "exclude": [ "**/bin/**", "**/obj/**"], "cwd": ".." } ], "dest": "api" }, { "src": [ { "files": [ "corefx/src/**/src/**/*.csproj", "wcf/src/**/src/**/*.csproj", "coreclr/src/mscorlib/System.Private.CoreLib.csproj" ], "exclude": [ "**/bin/**", "**/obj/**"], "cwd": ".." } ], "dest": "api_src" } ], "build": { "content": [ { "files": ["*.yml"], "src": "api_ref", "dest": "core/api" }, { "files": ["**/*.md"], "src": "docs", "dest": "articles", "exclude": ["**/includes/**", "***/contributing.md"] }, { "files": ["*.md"], "src": "api", "dest": "core/api" }, { "files": ["toc.yml", "index.md"] } ], "resource": [ { "files": [ "images/**", "**/*.png", "**/*.svg", "**/*.jpg", "**/*.gif", "**/*.bmp" ], "src": "docs", "dest": "articles", "exclude": [ "**/obj/**", "_themes/DocPacker/**" ] } ], "overwrite": "apidoc/*.md", "externalReference": [ ], "globalMetadata": { "breadcrumb_path": "/dotnet/toc.json", "_displayLangs": ["csharp"], "author": "dotnet-bot", "ms.author": "dotnetcontent", "manager": "wpickett", "searchScope": [".NET"] }, "fileMetadata": { "ms.prod": { "api_ref/**.yml": ".net" }, "ms.topic": { "api_ref/**.yml": "managed-reference" } }, "dest": "_site", "template": [ "docs.html" ], "xref": ["_zip/msdn.4.5.2.zip", "_zip/namespaces.4.5.2.zip", "_zip/vs.110.zip", "_zip/vs.140.zip", "_zip/office15.zip", "_zip/missingapi.yml"] } }