Skip to content

Commit

Permalink
Fix docgen config
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Apr 11, 2024
1 parent 358b45a commit f253bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config: HardhatUserConfig = {
},
docgen: {
outputDir: 'docs/contracts',
templates: 'utils/templates',
templates: 'docgen/templates',
pages: 'files',
exclude: ['tests'],
},
Expand Down

0 comments on commit f253bfb

Please sign in to comment.