Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): sidebar #7063

Merged
merged 4 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 15
position: 11
2 changes: 1 addition & 1 deletion docs/docs/guides/events_subscriptions/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🔔 Events subscription'
collapsible: true
collapsed: true
link: null
position: 7
position: 5
2 changes: 1 addition & 1 deletion docs/docs/guides/feedback/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 18
sidebar_position: 17
sidebar_label: '🗣️ Feedback'
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/hardhat_tutorial/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '⛑️ Hardhat Tutorial'
collapsible: true
collapsed: true
link: null
position: 3
position: 6
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: 12
position: 15
2 changes: 1 addition & 1 deletion docs/docs/guides/resources_and_troubleshooting/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 17
sidebar_position: 16
sidebar_label: '📚 Resources & Troubleshooting'
---
# Resources & Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/smart_contracts/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '📜 Smart Contracts'
collapsible: true
collapsed: true
link: null
position: 6
position: 4
2 changes: 1 addition & 1 deletion docs/docs/guides/wagmi_usage/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🔄 Wagmi usage'
collapsible: true
collapsed: true
link: null
position: 13
position: 14
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🔑 Wallet and Accounts '
collapsible: true
collapsed: true
link: null
position: 5
position: 3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 4
sidebar_label: Connecting to Metamask
sidebar_label: 'Tutorial: Connecting to Metamask'
---

# Connecting to Metamask
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/node_wallet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 8
sidebar_label: 'Tutorial: Node Wallet'
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/signing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 6
sidebar_label: 'Tutorial: Signing operations'
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/transactions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 7
sidebar_label: 'Tutorial: Sending Transactions'
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '📱 WalletConnect Tutorial'
collapsible: true
collapsed: true
link: null
position: 14
position: 5
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const USDTAddress = '0xdac17f958d2ee523a2206206994597c13d831ec7';
function Components() {
const { isConnected } = useWeb3ModalAccount()
const { walletProvider } = useWeb3ModalProvider()
const [USDTBalance, setUSDTBalance] = useState(0);
const [smartContractName, setSmartContractName] = useState('');
const [USDTBalance, setUSDTBalance] = useState(0);
const [smartContractName, setSmartContractName] = useState('');

async function getContractInfo() {
if (!isConnected) throw Error('not connected');
Expand All @@ -126,5 +126,5 @@ function Components() {
```

:::info
- To learn how to set up Web3modal with vue, click [here](/guides/web3_modal_guide/vue).
:::
- To learn how to set up Web3modal with vue, click [here](/guides/wallet/web3_modal_guide/vue).
:::
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: 16
position: 7
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: 2
position: 12
2 changes: 1 addition & 1 deletion docs/docs/guides/web3_providers_guide/_category_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ label: '🔌 Providers'
collapsible: true
collapsed: true
link: null
position: 4
position: 2
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: 11
position: 13
Loading