Skip to content

Commit 8fb508f

Browse files
committed
docs: update typedoc & remove custom theme
1 parent 75641e5 commit 8fb508f

10 files changed

Lines changed: 30 additions & 314 deletions

File tree

doc-theme/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc-theme/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

doc-theme/src/index.tsx

Lines changed: 0 additions & 42 deletions
This file was deleted.

doc-theme/tsconfig.json

Lines changed: 0 additions & 93 deletions
This file was deleted.

doc-theme/yarn.lock

Lines changed: 0 additions & 146 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"cmd": "node --trace-warnings dist/cmd.js",
2929
"build-test": "yarn build && yarn test",
3030
"build-cmd": "yarn build && yarn cmd",
31-
"build-docs": "yarn build-docs-theme && yarn install --frozen-lockfile && typedoc",
32-
"build-docs-theme": "cd doc-theme && yarn install && yarn build && cd ..",
31+
"build-docs": "typedoc",
3332
"watch-docs": "yarn typedoc --watch",
3433
"audit-fix": "npm_config_yes=true npx yarn-audit-fix --flow=convert",
3534
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0"
@@ -55,7 +54,6 @@
5554
"conventional-changelog": "^3.1.25",
5655
"conventional-changelog-cli": "^2.2.2",
5756
"conventional-changelog-conventionalcommits": "^5.0.0",
58-
"doc-theme": "file:./doc-theme",
5957
"jest": "^29.5.0",
6058
"mock-fs": "^5.2.0",
6159
"rimraf": "^5.0.0",
@@ -64,5 +62,8 @@
6462
"ts-node": "^10.9.1",
6563
"typedoc": "^0.24.6",
6664
"typescript": "^5.0.4"
65+
},
66+
"peerDependencies": {
67+
"doc-theme": "file:./doc-theme"
6768
}
6869
}

0 commit comments

Comments
 (0)