Skip to content

Commit

Permalink
[EVM] Clean up route paths (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Feb 28, 2024
1 parent 87bb05f commit 7ef30e3
Show file tree
Hide file tree
Showing 31 changed files with 44 additions and 103 deletions.
2 changes: 1 addition & 1 deletion docs/build/basics/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Accounts

:::info

Are you an EVM developer looking for information about Accounts on FlowEVM? If so, check out the EVM specific documentation [here](../../evm/Build/accounts.md)
Are you an EVM developer looking for information about Accounts on FlowEVM? If so, check out the EVM specific documentation [here](../../evm/build/accounts.md)

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/build/basics/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Fees

:::info

Are you an EVM developer looking for information about Accounts on FlowEVM? If so, check out the EVM specific documentation [here](../../evm/Build/fees.md)
Are you an EVM developer looking for information about Accounts on FlowEVM? If so, check out the EVM specific documentation [here](../../evm/build/fees.md)

:::

Expand Down
101 changes: 0 additions & 101 deletions docs/evm/Build/Guides/gas-fee-on-flow-evm.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/evm/advanced/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Advanced
position: 5
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/evm/build/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Build
position: 3
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
2 changes: 2 additions & 0 deletions docs/evm/build/guides/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Guides
position: 5
2 changes: 2 additions & 0 deletions docs/evm/build/guides/deploy-contract/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Deploy Solidity Contract
position: 1
File renamed without changes
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/evm/tools/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Tools
position: 4
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/evm/tools/clients/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: Clients
position: 5
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,36 @@
"source": "networks/flow-networks/accessing-crescendo",
"destination": "/networks/flow-networks/accessing-previewnet",
"permanent": true
},
{
"source": "/evm/Build/:path*",
"destination": "/evm/build/:path*",
"permanent": true
},
{
"source": "/evm/Tools/:path*",
"destination": "/evm/tools/:path*",
"permanent": true
},
{
"source": "/evm/Advanced/:path*",
"destination": "/evm/Advanced/:path*",
"permanent": true
},
{
"source": "/evm/build/Guides/:path*",
"destination": "/evm/build/guides/:path*",
"permanent": true
},
{
"source": "/evm/build/guides/Deploy%20Solidity%20Contract/deploy-solidity-contract-with-hardhat",
"destination": "/evm/build/guides/deploy-contract/using-hardhat",
"permanent": true
},
{
"source": "/evm/build/guides/Deploy%20Solidity%20Contract/deploy-solidity-contract-with-remix",
"destination": "/evm/build/guides/deploy-contract/using-remix",
"permanent": true
}
]
}

0 comments on commit 7ef30e3

Please sign in to comment.