From 2b9d2864ca1be9abf97e84e31f18c0d9f14d1137 Mon Sep 17 00:00:00 2001 From: Enrique Ortiz Date: Wed, 5 Jul 2023 00:01:21 -0400 Subject: [PATCH] chore: move references up front --- src/SUMMARY.md | 73 ++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 35 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e67f33757..fbb614f85 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -39,42 +39,8 @@ - [Gas Snapshots](./forge/gas-snapshots.md) - [Debugger](./forge/debugger.md) -# Cast Overview - -- [Overview of Cast](./cast/README.md) - -# Anvil Overview - -- [Overview of Anvil](./anvil/README.md) - -# Chisel Overview - -- [Overview of Chisel](./chisel/README.md) - -# Configuration - -- [Configuring with `foundry.toml`](./config/README.md) -- [Continuous Integration](./config/continous-integration.md) -- [Integrating with VSCode](./config/vscode.md) -- [Shell Autocompletion](./config/shell-autocompletion.md) -- [Static Analyzers](./config/static-analyzers.md) -- [Integrating with Hardhat](./config/hardhat.md) - -# Tutorials - -- [Best Practices](./tutorials/best-practices.md) -- [Creating an NFT with Solmate](./tutorials/solmate-nft.md) -- [Docker and Foundry](./tutorials/foundry-docker.md) -- [Testing EIP-712 Signatures](./tutorials/testing-eip712.md) -- [Solidity Scripting](./tutorials/solidity-scripting.md) -- [Forking Mainnet with Cast and Anvil](./tutorials/forking-mainnet-with-cast-anvil.md) -- [Learning Foundry Videos](./tutorials/learn-foundry.md) - +# References -# Appendix - -- [FAQ](./faq.md) -- [Help us improve Foundry](./contributing.md) - [References](./reference/README.md) - [`forge` Commands](./reference/forge/README.md) - [General Commands](./reference/forge/general-commands.md) @@ -346,6 +312,43 @@ - [`deriveRememberKey`](./reference/forge-std/derive-remember-key.md) - [Console Logging](./reference/forge-std/console-log.md) - [DSTest Reference](./reference/ds-test.md) + +# Cast Overview + +- [Overview of Cast](./cast/README.md) + +# Anvil Overview + +- [Overview of Anvil](./anvil/README.md) + +# Chisel Overview + +- [Overview of Chisel](./chisel/README.md) + +# Configuration + +- [Configuring with `foundry.toml`](./config/README.md) +- [Continuous Integration](./config/continous-integration.md) +- [Integrating with VSCode](./config/vscode.md) +- [Shell Autocompletion](./config/shell-autocompletion.md) +- [Static Analyzers](./config/static-analyzers.md) +- [Integrating with Hardhat](./config/hardhat.md) + +# Tutorials + +- [Best Practices](./tutorials/best-practices.md) +- [Creating an NFT with Solmate](./tutorials/solmate-nft.md) +- [Docker and Foundry](./tutorials/foundry-docker.md) +- [Testing EIP-712 Signatures](./tutorials/testing-eip712.md) +- [Solidity Scripting](./tutorials/solidity-scripting.md) +- [Forking Mainnet with Cast and Anvil](./tutorials/forking-mainnet-with-cast-anvil.md) +- [Learning Foundry Videos](./tutorials/learn-foundry.md) + + +# Appendix + +- [FAQ](./faq.md) +- [Help us improve Foundry](./contributing.md) - [Miscellaneous](./misc/README.md) - [Struct encoding](./misc/struct-encoding.md) - [Precompile Registry](./misc/precompile-registry.md)