Skip to content

Commit

Permalink
chore: move references up front
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jul 5, 2023
1 parent f2fac43 commit 2b9d286
Showing 1 changed file with 38 additions and 35 deletions.
73 changes: 38 additions & 35 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- - [Incremental Adoption]() !-->
# 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)
Expand Down Expand Up @@ -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)
<!-- - [Incremental Adoption]() !-->

# 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)

0 comments on commit 2b9d286

Please sign in to comment.