Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 7b42349

Browse files
committed
codec: minimal work to get docs to build
Remove: - theme @trufflesuite/typedoc-default-themes - typedoc-plugin-remove-references NOTE: can probably bump typedoc to latest, and if we want to keep our customized theme, will have to rework the changes we made to sync with upstream.
1 parent 0d90cf0 commit 7b42349

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

packages/codec/docs/typedoc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"name": "Truffle Decoding and Encoding",
3-
"theme": "../../node_modules/@trufflesuite/typedoc-default-themes/bin/default/",
43
"excludeExternals": true,
5-
"plugin": ["typedoc-plugin-remove-references"],
64
"categoryOrder": [
75
"Data",
86
"ABI data location",

packages/codec/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"ts-node": "10.7.0",
5050
"ttypescript": "1.5.13",
5151
"typedoc": "0.22.18",
52-
"typedoc-plugin-remove-references": "^0.0.5",
5352
"typescript": "^4.7.4",
5453
"typescript-transform-paths": "3.3.1"
5554
},

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24548,11 +24548,6 @@ typedarray@^0.0.6:
2454824548
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
2454924549
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
2455024550

24551-
typedoc-plugin-remove-references@^0.0.5:
24552-
version "0.0.5"
24553-
resolved "https://registry.yarnpkg.com/typedoc-plugin-remove-references/-/typedoc-plugin-remove-references-0.0.5.tgz#08b129d2697e50208c807e06c3662fd2fc86a925"
24554-
integrity sha512-DSZ7kM/Y90CgZUKt8MiDsoi4fvrJyleHydj3ncGyqDqMdhuMes2E/4I6mSmXBrVdTjYhVH6BeoOFSbj2pQ821g==
24555-
2455624551
2455724552
version "0.22.18"
2455824553
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.18.tgz#1d000c33b66b88fd8cdfea14a26113a83b7e6591"

0 commit comments

Comments
 (0)