Skip to content

Commit

Permalink
Fix massa-web3 links (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Feb 13, 2024
1 parent 3325ff5 commit 595e8b2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
23 changes: 22 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/massa-web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typedoc": "^0.25.7",
"typescript": "^4.9.5"
},
"optionalDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/massa-web3/src/utils/encode_decode_int/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* - encode
* - decode
*
* @module
*/
export * as signedBigIntUtils from './signed'
export * as unsignedBigIntUtils from './unsigned'
16 changes: 10 additions & 6 deletions packages/massa-web3/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"navigation": {
"includeGroups": true
},
"sidebarLinks": {
"Wallet operations": "classes/WalletClient.html",
"Smart contracts operations": "classes/SmartContractsClient.html",
"Events": "classes/EventPoller.html",
"Public API": "classes/PublicApiClient.html",
"Private API": "classes/PrivateApiClient.html",
"Wallet operations": "https://web3.docs.massa.net/classes/WalletClient.html",
"Smart contracts operations": "https://web3.docs.massa.net/classes/SmartContractsClient.html",
"Events": "https://web3.docs.massa.net/classes/EventPoller.html",
"Public API": "https://web3.docs.massa.net/classes/PublicApiClient.html",
"Private API": "https://web3.docs.massa.net/classes/PrivateApiClient.html"
},
"navigationLinks": {
"Main documentation": "https://docs.massa.net/"
}
},
"entryPoints": ["src"]
}

0 comments on commit 595e8b2

Please sign in to comment.