Skip to content

Commit

Permalink
Fix build-docs script source link generation (#380)
Browse files Browse the repository at this point in the history
* Fix build-docs script source link generation

* add ble to room readme from docs

* fix
  • Loading branch information
Apollon77 authored Oct 8, 2023
1 parent 3c2ca4f commit 939307e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ The API docs are listed here per package and are updated with each release.

* @project-chip/matter-node.js / [Modules](./matter-node.js/modules.md)

* @project-chip/matter-node-ble.js / [Modules](./matter-node-ble.js/modules.md)
2 changes: 1 addition & 1 deletion packages/matter-node-ble.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "build clean",
"build": "build",
"build-clean": "build --clean",
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --gitRemote upstream --tsconfig tsconfig.json"
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig tsconfig.json"
},
"devDependencies": {
"@project-chip/matter.js-tools": "0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/matter-node.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "build clean",
"build": "build",
"build-clean": "build --clean",
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --gitRemote upstream --tsconfig tsconfig.json",
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig tsconfig.json",
"test": "matter-test"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "build clean",
"build": "build",
"build-clean": "build --clean",
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --gitRemote upstream --tsconfig tsconfig.json",
"build-doc": "typedoc --excludeExternals --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-markdown --tsconfig tsconfig.json",
"test": "matter-test -w",
"coverage": "c8 matter-test esm"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/matter.js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"src/log/export.ts",
"src/math/export.ts",
"src/mdns/export.ts",
"src/model/export.ts",
"src/model/index.ts",
"src/net/export.ts",
"src/protocol/export.ts",
"src/protocol/interaction/export.ts",
Expand Down

0 comments on commit 939307e

Please sign in to comment.