From 284fb56137d9a4fe7ac41c9e8b4e224143b7be06 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 28 Feb 2025 12:49:59 -0800 Subject: [PATCH] chore: add touch-events to the sidebar --- nodejs/sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodejs/sidebars.js b/nodejs/sidebars.js index d7b5023904b..bce1506ac2c 100644 --- a/nodejs/sidebars.js +++ b/nodejs/sidebars.js @@ -75,10 +75,11 @@ module.exports = { { type: 'doc', id: 'pom' }, { type: 'doc', id: 'screenshots' }, { type: 'doc', id: 'aria-snapshots' }, - { type: 'doc', id: 'test-snapshots' }, { type: 'doc', id: 'codegen' }, + { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'trace-viewer' }, { type: 'doc', id: 'videos' }, + { type: 'doc', id: 'test-snapshots' }, { type: 'doc', id: 'webview2' }, ], collapsed: false