diff --git a/docs/sources/next/extensions/explore.md b/docs/sources/next/extensions/explore.md
index 5744bd345b..010012940c 100644
--- a/docs/sources/next/extensions/explore.md
+++ b/docs/sources/next/extensions/explore.md
@@ -347,6 +347,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
xk6-yaml
Encode and decode YAML values
+
+ xk6-zeromq
+ Add support for the ZeroMQ networking library
+
Don't see what you need? Learn how you can [create a custom extension](https://grafana.com/docs/k6//extensions/create/).
diff --git a/docs/sources/v0.50.x/extensions/explore.md b/docs/sources/v0.50.x/extensions/explore.md
index 5744bd345b..010012940c 100644
--- a/docs/sources/v0.50.x/extensions/explore.md
+++ b/docs/sources/v0.50.x/extensions/explore.md
@@ -347,6 +347,10 @@ Use the table to explore the many extensions. Questions? Feel free to join the d
xk6-yaml
Encode and decode YAML values
+
+ xk6-zeromq
+ Add support for the ZeroMQ networking library
+
Don't see what you need? Learn how you can [create a custom extension](https://grafana.com/docs/k6//extensions/create/).
diff --git a/src/data/doc-extensions/extensions.json b/src/data/doc-extensions/extensions.json
index b4c587c511..9420f0135e 100644
--- a/src/data/doc-extensions/extensions.json
+++ b/src/data/doc-extensions/extensions.json
@@ -237,7 +237,7 @@
},
"stars": "38",
"type": ["JavaScript"],
- "categories": ["Containers","Kubernetes"],
+ "categories": ["Containers", "Kubernetes"],
"tiers": ["Official"],
"cloudEnabled": false
},
@@ -1186,6 +1186,21 @@
"categories": ["Protocol"],
"tiers": ["Community"],
"cloudEnabled": false
+ },
+ {
+ "name": "xk6-zeromq",
+ "description": "Add support for the ZeroMQ networking library",
+ "url": "https://github.com/luissimas/xk6-zeromq",
+ "logo": "",
+ "author": {
+ "name": "Luís Simas",
+ "url": "https://github.com/luissimas"
+ },
+ "stars": "0",
+ "type": ["JavaScript"],
+ "categories": ["Protocol"],
+ "tiers": ["Community"],
+ "cloudEnabled": false
}
]
}