chore: Новый черновик DRAFT, удалить старые docs-v

This commit is contained in:
2026-07-30 09:19:59 +03:00
parent 6f6e4896af
commit 590fb63ca7
122 changed files with 29145 additions and 3253 deletions

View File

@@ -5,11 +5,12 @@
"scripts": {
"build": "npm run build:skill",
"build:skill": "node scripts/build-skill.mjs",
"check": "npm run build && npm run check:skill && npm run check:docs-all",
"check": "npm run build && npm run check:skill && npm run check:site",
"check:skill": "node scripts/check-skill.mjs",
"check:docs": "node scripts/check-docs.mjs",
"check:docs-search": "node scripts/check-docs-search.mjs",
"check:docs-all": "npm run check:docs && npm run docs:build && npm run check:docs-search",
"check:draft-rules": "node draft-rules.js",
"check:docs": "npm run check:draft-rules",
"check:docs-all": "npm run check:site",
"check:site": "npm run check:draft-rules && npm run docs:build && node scripts/check-site.mjs",
"docs:dev": "vitepress dev site",
"docs:build": "vitepress build site",
"docs:preview": "vitepress preview site"
@@ -18,7 +19,6 @@
"node": ">=20"
},
"devDependencies": {
"minisearch": "7.2.0",
"vitepress": "1.6.4"
}
}