/
spruttechnology
/
public-docs
Обзор
Документация
Войти
/
spruttechnology
/
public-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v20/develop
docs/xml-customization/docfx.json
40 строк
821 B
cepera
Give the HTML sites the standard three-pane layout
18 июл 2026, 01:09
18 июл 2026, 01:09
6450c27
Код
Авторство
О чём код?
{ "build": { "content": [ { "files": [ "**/*.{md,yml}" ], "exclude": [ "build/**", "pdf/**", "out/**", "obj/**" ] } ], "resource": [ { "files": [ "src/images/**", "src/attachments/**" ] } ], "dest": "out/html", "globalMetadata": { "_appName": "Справочник по настройке CAM-системы", "_appTitle": "Справочник по настройке CAM-системы", "_enableSearch": true, "_disableContribution": true }, "postProcessors": [ "ExtractSearchIndex" ], "template": [ "statictoc", "../_common/templates/custom" ], "markdownEngineName": "markdig" } }