Skip to content

Commit

Permalink
Install documentation generator
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Dec 1, 2023
1 parent c2a3ee2 commit b268681
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 77 deletions.
1 change: 1 addition & 0 deletions contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ coverage.json
typechain
typechain-types
.DS_Store
docs

# Hardhat files
cache
Expand Down
2 changes: 2 additions & 0 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import "@nomicfoundation/hardhat-toolbox";
import "hardhat-gas-reporter";
import "solidity-coverage";
import "solidity-docgen";
import * as dotenv from "dotenv";

dotenv.config();
Expand Down Expand Up @@ -43,4 +44,5 @@ module.exports = {
artifacts: "artifacts",
out: "build/out",
},
docgen: {},
};
Loading

0 comments on commit b268681

Please sign in to comment.