Skip to content

Commit

Permalink
Merge pull request #17 from ralphschuler/devel
Browse files Browse the repository at this point in the history
docs: stuff
  • Loading branch information
ralphschuler authored Nov 26, 2023
2 parents 2bcc527 + 6a4c49b commit 5015298
Show file tree
Hide file tree
Showing 32 changed files with 281 additions and 38 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"docs:all": "yarn docs:build; yarn docs:bundle:markdown && yarn docs:bundle:html",
"docs:build": "yarn workspaces foreach -Apt run docs",
"docs:bundle:markdown": "yarn typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out docs/markdown --entryPointStrategy merge \"./**/docs/*.json\"",
"docs:bundle:html": "yarn typedoc --out docs/html --entryPointStrategy merge \"./**/docs/*.json\"",
"docs:bundle:html": "yarn typedoc --out docs/html --theme typedoc-neo-theme --entryPointStrategy merge \"./**/docs/*.json\"",
"publish": "yarn workspaces foreach -Apt run publish",
"husky:install": "husky install",
"prepare": "yarn husky:install && yarn workspaces foreach -Apt run prepare",
Expand All @@ -34,6 +34,8 @@
"husky": "^8.0.3",
"typedoc": "^0.25.3",
"typedoc-github-wiki-theme": "^1.1.0",
"typedoc-plugin-markdown": "^3.17.1"
"typedoc-neo-theme": "^1.1.1",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-rename-defaults": "^0.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/ai-function-caller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"web-streams-polyfill": "^3.2.1"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/binary-serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bit-mask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/complex-compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/i811n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixin-class-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/neuronal-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser-combinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/priority-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prom-metrics-decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prom-metrics-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slot-mashine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-machine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stats-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl-sand-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl-shader-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json",
"docs": "typedoc --plugin typedoc-plugin-rename-defaults --json docs/docs.json",
"build": "tsc",
"publish": "yarn npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down
Loading

0 comments on commit 5015298

Please sign in to comment.