docs: docs-site initial

This commit is contained in:
3252a8
2026-05-26 16:04:04 +03:00
parent f30e729f1f
commit 5833b18052
14 changed files with 6644 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
"private": true,
"scripts": {
"build:webapp": "npm --prefix frontend run build:webapp",
"build:docs": "npm --prefix docs-site run build",
"dev:docs": "npm --prefix docs-site run dev",
"preview:docs": "npm --prefix docs-site run preview",
"sync:docs": "npm --prefix docs-site run sync:docs",
"lint:py": "python -m ruff check .",
"lint:js": "npm --prefix frontend run lint",
"lint": "npm run lint:py && npm run lint:js",