From fa0496b90cc7057119d463025c1ecfcc67a53fab Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Tue, 15 Oct 2024 10:12:59 +0300 Subject: [PATCH] =?UTF-8?q?MD=20=D0=B2=20MDX=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/os/docs_main.os | 2 +- service/templates/doc_en.md | 3 +++ service/templates/doc_ru.md | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/os/docs_main.os b/ci/os/docs_main.os index 882edd8dc8..efde9aa37b 100644 --- a/ci/os/docs_main.os +++ b/ci/os/docs_main.os @@ -186,7 +186,7 @@ НовыйДокумент = Новый ТекстовыйДокумент(); НовыйДокумент.УстановитьТекст(Макет); - НовыйДокумент.Записать(КаталогОбласти + "/" + ТранслитированноеИмя + ".md"); + НовыйДокумент.Записать(КаталогОбласти + "/" + ТранслитированноеИмя + ".mdx"); СчетчикОбласти = СчетчикОбласти + 1; diff --git a/service/templates/doc_en.md b/service/templates/doc_en.md index c5f7c1546b..c0615995da 100644 --- a/service/templates/doc_en.md +++ b/service/templates/doc_en.md @@ -1,3 +1,6 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + --- sidebar_position: @Счетчик --- diff --git a/service/templates/doc_ru.md b/service/templates/doc_ru.md index 7d957a17fa..4be6dc8869 100644 --- a/service/templates/doc_ru.md +++ b/service/templates/doc_ru.md @@ -1,3 +1,6 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + --- sidebar_position: @Счетчик ---