From 6c272fde37f2bfa0e7462ae8c40a83522108e175 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 5 Mar 2025 12:03:15 -0800 Subject: [PATCH] chore: restore alphabetic order in guides sidebar --- dotnet/sidebars.js | 2 +- java/sidebars.js | 2 +- nodejs/sidebars.js | 4 ++-- python/sidebars.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dotnet/sidebars.js b/dotnet/sidebars.js index 75a134ad919..15694d9ad79 100644 --- a/dotnet/sidebars.js +++ b/dotnet/sidebars.js @@ -46,8 +46,8 @@ module.exports = { { type: 'doc', id: 'pom' }, { type: 'doc', id: 'screenshots' }, { type: 'doc', id: 'aria-snapshots' }, - { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'codegen' }, + { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'trace-viewer' }, { type: 'doc', id: 'videos' }, { type: 'doc', id: 'webview2' }, diff --git a/java/sidebars.js b/java/sidebars.js index 4f72c54b2aa..107ce27835b 100644 --- a/java/sidebars.js +++ b/java/sidebars.js @@ -48,8 +48,8 @@ module.exports = { { type: 'doc', id: 'pom' }, { type: 'doc', id: 'screenshots' }, { type: 'doc', id: 'aria-snapshots' }, - { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'codegen' }, + { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'trace-viewer' }, { type: 'doc', id: 'videos' }, { type: 'doc', id: 'webview2' }, diff --git a/nodejs/sidebars.js b/nodejs/sidebars.js index fc72da1a266..bce1506ac2c 100644 --- a/nodejs/sidebars.js +++ b/nodejs/sidebars.js @@ -75,11 +75,11 @@ module.exports = { { type: 'doc', id: 'pom' }, { type: 'doc', id: 'screenshots' }, { type: 'doc', id: 'aria-snapshots' }, - { type: 'doc', id: 'touch-events' }, - { 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 diff --git a/python/sidebars.js b/python/sidebars.js index dfdeda8a751..dfc44513ecf 100644 --- a/python/sidebars.js +++ b/python/sidebars.js @@ -47,8 +47,8 @@ module.exports = { { type: 'doc', id: 'pom' }, { type: 'doc', id: 'screenshots' }, { type: 'doc', id: 'aria-snapshots' }, - { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'codegen' }, + { type: 'doc', id: 'touch-events' }, { type: 'doc', id: 'trace-viewer' }, { type: 'doc', id: 'videos' }, { type: 'doc', id: 'webview2' },