Skip to content

Commit

Permalink
deleted glossary tab since it was added to the guides section
Browse files Browse the repository at this point in the history
  • Loading branch information
web3js-org committed Jan 4, 2024
1 parent 7309bb5 commit 2801bd0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 96 deletions.
89 changes: 0 additions & 89 deletions docs/docs/glossary/json_interface.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ const config = {
label: 'API',
position: 'left',
},
{
to: '/glossary/json_interface',
activeBasePath: '/glossary/',
label: 'Glossary',
position: 'left',
},
{
href: 'https://github.com/ChainSafe/web3.js/tree/4.x/',
label: 'GitHub',
Expand Down
1 change: 0 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ along with web3.js. If not, see <http://www.gnu.org/licenses/>.
const sidebars = {
guidesSidebar: [{ type: 'autogenerated', dirName: 'guides' }],
docSidebar: [{ type: 'autogenerated', dirName: 'libdocs' }],
glossarySidebar: [{ type: 'autogenerated', dirName: 'glossary' }],
apiSidebar: [
{
type: 'autogenerated',
Expand Down

1 comment on commit 2801bd0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 2801bd0 Previous: 6c075db Ratio
processingTx 9201 ops/sec (±5.28%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 42729 ops/sec (±6.80%) 39129 ops/sec (±7.62%) 0.92
processingContractMethodSend 20729 ops/sec (±5.96%) 19443 ops/sec (±5.19%) 0.94
processingContractMethodCall 41546 ops/sec (±5.25%) 38971 ops/sec (±6.34%) 0.94
abiEncode 47931 ops/sec (±6.15%) 44252 ops/sec (±6.92%) 0.92
abiDecode 31716 ops/sec (±8.19%) 30419 ops/sec (±8.89%) 0.96
sign 1646 ops/sec (±3.08%) 1656 ops/sec (±4.08%) 1.01
verify 384 ops/sec (±0.38%) 373 ops/sec (±0.78%) 0.97

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.