/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docs/scripts/replaceContent.js
10 строк
208 B
Hugues Tennier
docs: Replace `Label Studio Enterprise` with `LSE` in the table of content (#5360)
29 янв 2024, 20:22
Не верифицирован
29 янв 2024, 20:22
6a41cb6
Код
Авторство
О чём код?
module.exports = function () { return function includeTag(content) { const replacedContent = content.replaceAll( "Label Studio Enterprise", "LSE" ); return replacedContent; }; };