Skip to content

Commit

Permalink
fix: Added a doctoc recipe to the contracts justfile and updated miss…
Browse files Browse the repository at this point in the history
…ing TOCs (#14332)

Co-authored-by: alcueca <[email protected]>
  • Loading branch information
alcueca and alcueca authored Feb 13, 2025
1 parent a8fe5c4 commit c7c6bc1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ High-level information about these contracts can be found within this README and
- [Style Guide](#style-guide)
- [Contract Interfaces](#contract-interfaces)
- [Solidity Versioning](#solidity-versioning)
- [Frozen Code](#frozen-code)
- [Deployment](#deployment)
- [Deploying Production Networks](#deploying-production-networks)
- [Generating L2 Genesis Allocs](#generating-l2-genesis-allocs)
Expand Down
10 changes: 10 additions & 0 deletions packages/contracts-bedrock/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,13 @@ lint-fix-no-fail:

# Fixes linting errors and checks that the code is correctly formatted.
lint: lint-fix lint-check


########################################################
# DOCS #
########################################################

# Update TOCs
update-tocs:
doctoc README.md
doctoc meta/POLICY.md
1 change: 1 addition & 0 deletions packages/contracts-bedrock/meta/POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Policy](#policy)
- [Contributing](#contributing)
- [Versioning Policy](#versioning-policy)
- [Code Freeze Policy](#code-freeze-policy)
- [Upgrade Policy](#upgrade-policy)
- [Style Guide](#style-guide)
- [Revert Data](#revert-data)
Expand Down

0 comments on commit c7c6bc1

Please sign in to comment.