diff --git a/ci/os/docs_pagetranslate.os b/ci/os/docs_pagetranslate.os
index 4e282d103bb..6b8f72b5038 100644
--- a/ci/os/docs_pagetranslate.os
+++ b/ci/os/docs_pagetranslate.os
@@ -48,15 +48,6 @@
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Аддоны", "Addons");
ТекущийТекст = СтрЗаменить(ТекущийТекст, "Поддержать проект", "Support us");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "Сотни методов для десятков сервисов", "Hundreds of methods for dozens of services");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "ОПИ состоит из большого набора разнообразных методов для множества известных API и технологий, будь то облачные Telegram, Bitrix24 и Google Drive, или же локальные S3, MySQL и PostgreSQL. Ознакомится с полным списком доступных сервисов можно на", "OpenIntegrations provides an extensive collection of methods supporting a wide range of APIs and technologies, including cloud platforms (Telegram, Bitrix24, Google Drive) and self-hosted solutions (S3, MySQL, PostgreSQL). For a complete list of integrated services, refer to the");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "вводной странице документации", "documentation introduction");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "Три платформы - одно решение", "Three Platforms — One Solution");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "Открытый пакет интеграций прдоставляет единый набор функций сразу в трех вариантах: как расширение для 1С:Предприятие 8, как пакет для OneScript и как полноценное приложение для командной строки. Это позволяет удобно использовать его методы для решения широкого спектра задач, выбирая форму поствки в зависимости от конкретного сценария работы. Заранее собранные файлы для каждого из этих вариантов всегда можно найти в", "Open Integration Package provides a unified set of functions in three variants: as an extension for 1C:Enterprise 8, as a package for OneScript, and as a full-fledged command-line application. This allows convenient use of its methods for solving a wide range of tasks by selecting the appropriate deployment format based on the specific use case. Pre-built files for each of these variants can always be found in the");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "релизах ОПИ на GitHub", "OpenIntegrations releases on GitHub");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "остается только скачать и запустить!", "just download and run!");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "Свобода открытого кода", "The Freedom of Open Source");
- ТекущийТекст = СтрЗаменить(ТекущийТекст, "Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом", "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file");
ТекущийДокумент.УстановитьТекст(ТекущийТекст);
ТекущийДокумент.Записать(Файл.ПолноеИмя);
diff --git a/docs/docusaurus/src/pages/index.module.css b/docs/docusaurus/src/pages/index.module.css
index 02286eab0ef..39c2d7bb3f0 100644
--- a/docs/docusaurus/src/pages/index.module.css
+++ b/docs/docusaurus/src/pages/index.module.css
@@ -6,7 +6,7 @@
.heroBanner {
- padding: 3rem 2rem 0 7rem;
+ padding: 2rem 2rem 0 7rem;
text-align: left;
position: relative;
overflow: hidden;
diff --git a/docs/en/md/Instructions/Start.md b/docs/en/md/Instructions/Start.md
index 44b377963a8..aad2a65e20d 100644
--- a/docs/en/md/Instructions/Start.md
+++ b/docs/en/md/Instructions/Start.md
@@ -26,6 +26,7 @@ Fast navigation:
+
@@ -33,6 +34,7 @@ Fast navigation:
+
diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js
index 7e0712e8d12..0cb8a3e600e 100644
--- a/docs/en/md/sidebars.js
+++ b/docs/en/md/sidebars.js
@@ -40,6 +40,7 @@
{ type: 'category', link: {type: 'doc', id:'Instructions/PostgreSQL'}, label: 'PostgreSQL', className: 'PostgreSQL', items:[{type: 'autogenerated', dirName: 'PostgreSQL'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/SQLite'}, label: 'SQLite', className: 'SQLite', items:[{type: 'autogenerated', dirName: 'SQLite'}]},
{ type: 'category', link: {type: 'doc', id:'Instructions/MySQL'}, label: 'MySQL', className: 'MySQL', items:[{type: 'autogenerated', dirName: 'MySQL'}]},
+ { type: 'category', link: {type: 'doc', id:'Instructions/MSSQL' }, label: 'MS SQL Server', className: 'MSSQL', items: [{ type: 'autogenerated', dirName: 'MSSQL' }] },
],
},
{
diff --git a/docs/ru/md/Instructions/Start.md b/docs/ru/md/Instructions/Start.md
index b3d09412674..ee3debf116a 100644
--- a/docs/ru/md/Instructions/Start.md
+++ b/docs/ru/md/Instructions/Start.md
@@ -27,6 +27,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
+
diff --git a/service/dictionaries/en.json b/service/dictionaries/en.json
index d03b828ce8f..bd896d52854 100644
--- a/service/dictionaries/en.json
+++ b/service/dictionaries/en.json
@@ -10029,6 +10029,7 @@
"релизах ОПИ на GitHub": "OpenIntegrations releases on GitHub",
"остается только скачать и запустить!": "just download and run!",
"Свобода открытого кода": "The Freedom of Open Source",
-"Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом": "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file"
+"Проект имеет открытый исходный коди и распространяется под лицензией MIT. Это означает, что вы можете использовать его в любых своих проектах, даже если они коммерческие и имеют закрытые исходники. Вся кодовая база проекта доступна публично в репозитории на GitHub и доступна для использования, а также полного или частичного изменения. Единственное условие - сохранение текста лицензии, который находится в каждом из файлов с кодом": "The project is open-source and distributed under the MIT License. This means you can freely use it in any projects—including commercial and proprietary ones. The entire codebase is publicly available in the GitHub repository and can be used, modified (in whole or in part), with one condition: preserving the license text included in every code file",
+"Поддержать проект": "Support us"
}
\ No newline at end of file