diff --git a/.eslintignore b/.eslintignore index a37b81a6..5d5fa74b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -16,4 +16,5 @@ packages/massa-web3/test **/open_rpc/** **/generated/** **/dist/** -**/docs/** \ No newline at end of file +**/docs/** +typedoc.json \ No newline at end of file diff --git a/packages/massa-web3/babel.config.js b/packages/massa-web3/babel.config.js deleted file mode 100644 index d4f6648f..00000000 --- a/packages/massa-web3/babel.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { presets: ['@babel/preset-env'] } diff --git a/packages/massa-web3/typedoc.json b/packages/massa-web3/typedoc.json index d36f0d5a..b52e1903 100644 --- a/packages/massa-web3/typedoc.json +++ b/packages/massa-web3/typedoc.json @@ -2,13 +2,6 @@ "navigation": { "includeGroups": true }, - "sidebarLinks": { - "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/" },