We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98ab795 + ff6311d commit 2ed3b8aCopy full SHA for 2ed3b8a
docs/src/content/hardhat-runner/plugins/plugins.ts
@@ -701,6 +701,14 @@ const communityPlugins: IPlugin[] = [
701
description: "Integrates Chainlink into Hardhat projects.",
702
tags: ["chainlink", "hardhat"],
703
},
704
+ {
705
+ name: "@dlsl/hardhat-markup",
706
+ author: "Distributed Lab",
707
+ authorUrl: "https://distributedlab.com/",
708
+ description:
709
+ "Hardhat plugin to generate customizable smart contracts documentation",
710
+ tags: ["Documentation", "NatSpec", "Markdown"],
711
+ },
712
];
713
714
const officialPlugins: IPlugin[] = [
0 commit comments