Skip to content

Commit

Permalink
feat: move solidity-docgen to a general folder and compact repository…
Browse files Browse the repository at this point in the history
… config files

- Create solidity-docgen folder inside docs
- Change the output of solidity-docgen into docs/solidity-docgen
- Move general repo files into the docs folder
  • Loading branch information
0xneves committed Jan 13, 2024
1 parent c6501b3 commit 3c67307
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config: HardhatUserConfig = {
},
defaultNetwork: "hardhat",
docgen: {
outputDir: "docs",
outputDir: "docs/solidity-docgen",
pages: "files",
},
gasReporter: {
Expand Down

0 comments on commit 3c67307

Please sign in to comment.