Skip to content

Commit

Permalink
ENS doc menu format (#6699)
Browse files Browse the repository at this point in the history
* ens menu change

* added category.yml file to have the collapsible

* reorganized order of the files (to have the packages next to each other

---------

Co-authored-by: your_username <[email protected]>
  • Loading branch information
jdevcs and web3js-org authored Jan 9, 2024
1 parent cc7ff1f commit 762c298
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/guides/advanced/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🧠 Advanced'
collapsible: true
collapsed: true
link: null
position: 11
position: 12
5 changes: 5 additions & 0 deletions docs/docs/guides/ens/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
label: '📦 Web3 ENS module'
collapsible: true
collapsed: true
link: null
position: 9
5 changes: 3 additions & 2 deletions docs/docs/guides/ens/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
sidebar_position: 9
sidebar_label: 'Web3 ENS'
sidebar_position: 8
sidebar_label: 'Mastering the Web3 ENS package'
title: Mastering the Web3 ENS package
---

# Using web3.js ENS Package
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/glossary/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 14
sidebar_label: '📖 Glossary'
title: Glossary
---
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/migration_from_other_libs/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🔄 Migration Guides'
collapsible: true
collapsed: true
link: null
position: 10
position: 11
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_config/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '⚙️ Web3 config'
collapsible: true
collapsed: true
link: null
position: 8
position: 9
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_plugin_guide/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🧩🛠️ Web3 Plugin'
collapsible: true
collapsed: true
link: null
position: 12
position: 13
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_upgrade_guide/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '⬆️ Upgrading'
collapsible: true
collapsed: true
link: null
position: 9
position: 10

1 comment on commit 762c298

@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: 762c298 Previous: 6c075db Ratio
processingTx 9213 ops/sec (±3.96%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 39775 ops/sec (±7.45%) 39129 ops/sec (±7.62%) 0.98
processingContractMethodSend 19341 ops/sec (±4.62%) 19443 ops/sec (±5.19%) 1.01
processingContractMethodCall 39325 ops/sec (±6.30%) 38971 ops/sec (±6.34%) 0.99
abiEncode 43458 ops/sec (±7.21%) 44252 ops/sec (±6.92%) 1.02
abiDecode 30360 ops/sec (±9.02%) 30419 ops/sec (±8.89%) 1.00
sign 1624 ops/sec (±3.29%) 1656 ops/sec (±4.08%) 1.02
verify 375 ops/sec (±0.67%) 373 ops/sec (±0.78%) 0.99

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

Please sign in to comment.