From 0fffdc28d40b7d2451351b325333760407df1696 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Tue, 23 Dec 2025 10:47:38 -0500 Subject: [PATCH] Actually add array plugin to docs --- website/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.js b/website/sidebars.js index e1bbd6fd..aaee8ee8 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -11,6 +11,7 @@ module.exports = { "Advanced Features": [ "api", "map-set", + "array-methods", "complex-objects", "current", "original",