From 8368f2198e863a6eba730a4aead08597067ef30a Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 17 Jul 2025 22:11:20 -0700 Subject: [PATCH] chore: add utility process modules to sidebar --- sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.js b/sidebars.js index 384b99c3f..8598d943d 100644 --- a/sidebars.js +++ b/sidebars.js @@ -302,6 +302,11 @@ module.exports = { 'latest/api/web-utils', ], }, + { + type: 'category', + label: 'Utility Process Modules', + items: ['latest/api/net', 'latest/api/system-preferences'], + }, { type: 'category', label: 'Custom DOM Elements',