openpencil/tools/docs/package.json
Danila Poyarkov 3ef554ab2d docs: reorganize documentation and improve integrity
- Replace the ambiguous Guide section with explicit overview, reference, and development routes while preserving legacy URLs with redirects
- Route missing localized content to maintained canonical pages and emit SEO alternates only for real translations
- Add parser-backed documentation integrity checks and make the optimized local build the default while retaining a complete production build
2026-08-13 14:19:12 +03:00

9 lines
128 B
JSON

{
"name": "@open-pencil/docs-tools",
"private": true,
"type": "module",
"scripts": {
"test": "bun test tests"
}
}