integrate docs into workspace

This commit is contained in:
Matt Fiddaman
2025-10-30 01:16:51 +00:00
parent 5a0e8b3621
commit aa9cea78e2
3 changed files with 8819 additions and 151 deletions

View File

@@ -23,6 +23,7 @@
"start:server-monitor": "yarn workspace @actual-app/sync-server start-monitor",
"start:server-dev": "NODE_ENV=development BROWSER_OPEN=localhost:5006 yarn npm-run-all --parallel 'start:server-monitor' 'start'",
"start:desktop": "yarn desktop-dependencies && npm-run-all --parallel 'start:desktop-*'",
"start:docs": "yarn workspace docs start",
"desktop-dependencies": "npm-run-all --parallel rebuild-electron build:browser-backend build:plugins-service",
"start:desktop-node": "yarn workspace loot-core watch:node",
"start:desktop-client": "yarn workspace @actual-app/web watch",
@@ -38,6 +39,7 @@
"build:desktop": "./bin/package-electron",
"build:plugins-service": "yarn workspace plugins-service build",
"build:api": "yarn workspace @actual-app/api build",
"build:docs": "yarn workspace docs build",
"generate:i18n": "yarn workspace @actual-app/web generate:i18n",
"generate:release-notes": "ts-node ./bin/release-note-generator.ts",
"test": "lage test --continue",

View File

@@ -1,5 +1,5 @@
{
"name": "actual-community-docs",
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {

8966
yarn.lock

File diff suppressed because it is too large Load Diff