diff --git a/docs/.vuepress/theme/layouts/Plugins.vue b/docs/.vuepress/theme/layouts/Plugins.vue index 1a85465055..6817489a75 100644 --- a/docs/.vuepress/theme/layouts/Plugins.vue +++ b/docs/.vuepress/theme/layouts/Plugins.vue @@ -10,14 +10,18 @@ to learn how to create your own, and send a pull requestsend a pull request to get it listed here.

Extend Hardhat's functionality with the plugins below.

- +
-
+
+

Official plugins

+
+ +
{{ plugin.name }} @@ -33,6 +37,30 @@
+ +
+
+
+

Community plugins

+ Sorted by npm downloads +
+ +
+
+ + {{ plugin.name }} + + | + + {{ plugin.author }} + +
+

{{ plugin.description }}

+
+
{{ tag }}
+
+
+
@@ -46,17 +74,33 @@ export default { components: { Layout }, data() { return { plugins: require("../../sorted-plugins.js") }; - }, + } }; -