Add markdown docs generation (#2437)
### Description Adds markdown doc generation to solidity and token package May be preferable to our gitbook contract API docsdan/aggregation-ism-rc
parent
7ff83bbd0b
commit
e92d3410fc
@ -0,0 +1,7 @@ |
||||
[profile.default] |
||||
src = "contracts" |
||||
out = "out" |
||||
libs = ["lib"] |
||||
allow_paths = ["../../node_modules", "../../solidity"] |
||||
|
||||
# See more config options https://github.com/foundry-rs/foundry/tree/master/config |
@ -0,0 +1,3 @@ |
||||
@openzeppelin=../../node_modules/@openzeppelin |
||||
@hyperlane-xyz=../../node_modules/@hyperlane-xyz |
||||
forge-std/=lib/forge-std/src/ |
Loading…
Reference in new issue