Skip to content

Commit 2ed3b8a

Browse files
authored
Merge pull request #3611 from Arvolear/add-hardhat-markup-plugin-docs
Add hardhat-markup plugin to community plugins list
2 parents 98ab795 + ff6311d commit 2ed3b8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/content/hardhat-runner/plugins/plugins.ts

+8
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,14 @@ const communityPlugins: IPlugin[] = [
701701
description: "Integrates Chainlink into Hardhat projects.",
702702
tags: ["chainlink", "hardhat"],
703703
},
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+
},
704712
];
705713

706714
const officialPlugins: IPlugin[] = [

0 commit comments

Comments
 (0)