From 484dec7baada023afce2bc6ff0d0b2ce35146324 Mon Sep 17 00:00:00 2001
From: Patricio Palladino
Date: Fri, 22 Oct 2021 17:21:06 -0300
Subject: [PATCH] Update plugins page
---
docs/.vuepress/theme/layouts/Plugins.vue | 58 +++++++++++++++++++++---
1 file changed, 51 insertions(+), 7 deletions(-)
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
+
+
+
+
+
+
+
+
Community plugins
+ Sorted by npm downloads
+
+
+
+
+
{{ plugin.description }}
+
+
+
@@ -46,17 +74,33 @@ export default {
components: { Layout },
data() {
return { plugins: require("../../sorted-plugins.js") };
- },
+ }
};
-