Skip to content

Commit

Permalink
docgen cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
uprotocore committed Nov 30, 2023
1 parent 4503f93 commit 4e60f40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,10 @@ module.exports = {
mocha: {
timeout: 180000, // requests to fork network could be slow
},

docgen: {
outputDir: 'doc/dev-full',
pages: 'items',
exclude: ['interfaces', 'test-helpers', 'wrapped-assets/test-helpers'],
},
};

0 comments on commit 4e60f40

Please sign in to comment.