docs: переместить блок AI-ассистентов ниже заголовка

This commit is contained in:
2026-04-19 07:48:57 +03:00
parent dfc56f918a
commit 9eef2cc472
4 changed files with 28 additions and 20 deletions

View File

@@ -81,6 +81,8 @@ const version = `v${pkg.version}`;
const replaceVersion = (content) =>
content.replace(/raw\/branch\/main/g, `raw/tag/${version}`);
// Генерируем README из index.md
const buildReadme = (lang, outFile) => {
const indexPath = `./docs/${lang}/index.md`;