Skip to content

Commit

Permalink
Merge pull request #31 from ralphschuler/devel
Browse files Browse the repository at this point in the history
docs: fix
  • Loading branch information
ralphschuler authored Nov 26, 2023
2 parents 78ac88b + ac02028 commit e8e14dd
Show file tree
Hide file tree
Showing 32 changed files with 54 additions and 32 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"typedoc": "^0.25.3",
"typedoc-github-wiki-theme": "^1.1.0",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "^3.1.5",
"typedoc-plugin-missing-exports": "^2.1.0",
"typedoc-plugin-rename-defaults": "^0.7.0"
},
"homepage": "https://ralphschuler.github.io/ts-libs/",
Expand All @@ -41,8 +43,8 @@
"clean": "yarn workspaces foreach -Apt run clean",
"docs:all": "yarn docs:build; yarn docs:bundle:markdown && yarn docs:bundle:html",
"docs:build": "yarn workspaces foreach -Apt run docs",
"docs:bundle:html": "typedoc --out docs/html --plugin @mxssfd/typedoc-theme --theme my-theme --plugin typedoc-plugin-markdown --plugin typedoc-plugin-rename-defaults --readme ./README.md --entryPointStrategy merge \"./**/docs/*.json\"",
"docs:bundle:markdown": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out docs/markdown --plugin typedoc-plugin-rename-defaults --readme ./README.md --entryPointStrategy merge \"./**/docs/*.json\"",
"docs:bundle:html": "typedoc --out docs/html --plugin @mxssfd/typedoc-theme --theme my-theme --plugin typedoc-plugin-markdown --readme ./README.md --entryPointStrategy merge \"./**/docs/*.json\"",
"docs:bundle:markdown": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --out docs/markdown --readme ./README.md --entryPointStrategy merge \"./**/docs/*.json\"",
"fixpack": "fixpack && yarn workspaces foreach -Apt run fixpack",
"format": "yarn workspaces foreach -Apt run format",
"format:fix": "yarn workspaces foreach -Apt run format:fix",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-function-caller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/i811n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/lsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -48,7 +48,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -46,7 +46,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -48,7 +48,7 @@
"typescript": "^5.2.2"
},
"scripts": {
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -43,7 +43,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
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 @@ -47,7 +47,7 @@
"scripts": {
"build": "tsc",
"clean": "rimraf dist node_modules docs",
"docs": "typedoc --json docs/docs.json --readme ./README.md",
"docs": "typedoc --entrypointStrategy expand --json docs/docs.json --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-rename-defaults --plugin typedoc-plugin-mdn-links --readme ./README.md src/",
"fixpack": "fixpack",
"format": "prettier src/",
"format:fix": "prettier --write src/",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,8 @@ __metadata:
typedoc: "npm:^0.25.3"
typedoc-github-wiki-theme: "npm:^1.1.0"
typedoc-plugin-markdown: "npm:^3.17.1"
typedoc-plugin-mdn-links: "npm:^3.1.5"
typedoc-plugin-missing-exports: "npm:^2.1.0"
typedoc-plugin-rename-defaults: "npm:^0.7.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4993,6 +4995,24 @@ __metadata:
languageName: node
linkType: hard

"typedoc-plugin-mdn-links@npm:^3.1.5":
version: 3.1.5
resolution: "typedoc-plugin-mdn-links@npm:3.1.5"
peerDependencies:
typedoc: ">= 0.23.14 || 0.24.x || 0.25.x"
checksum: 82d5546db8a8c28a3f6decf20f4327e3ad874e7a21d3897b1f12cfed81dd71dfc9a093ddef56adda7cfc7380f619c0f3d9e07b349d921e236e63c353c22afb0a
languageName: node
linkType: hard

"typedoc-plugin-missing-exports@npm:^2.1.0":
version: 2.1.0
resolution: "typedoc-plugin-missing-exports@npm:2.1.0"
peerDependencies:
typedoc: 0.24.x || 0.25.x
checksum: 05eaa9f249b146dcdf791c63088452e70f734805d84faa691228b8474b4c806fba7691fd1a51bb039a2b1901af2c02db3bae17853cf4b102ee4fda0a195308fb
languageName: node
linkType: hard

"typedoc-plugin-rename-defaults@npm:^0.7.0":
version: 0.7.0
resolution: "typedoc-plugin-rename-defaults@npm:0.7.0"
Expand Down

0 comments on commit e8e14dd

Please sign in to comment.