Skip to content

Commit 8047813

Browse files
authored
chore: restore alphabetic order in guides sidebar (#1696)
1 parent 48c00eb commit 8047813

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dotnet/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ module.exports = {
4646
{ type: 'doc', id: 'pom' },
4747
{ type: 'doc', id: 'screenshots' },
4848
{ type: 'doc', id: 'aria-snapshots' },
49-
{ type: 'doc', id: 'touch-events' },
5049
{ type: 'doc', id: 'codegen' },
50+
{ type: 'doc', id: 'touch-events' },
5151
{ type: 'doc', id: 'trace-viewer' },
5252
{ type: 'doc', id: 'videos' },
5353
{ type: 'doc', id: 'webview2' },

java/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ module.exports = {
4848
{ type: 'doc', id: 'pom' },
4949
{ type: 'doc', id: 'screenshots' },
5050
{ type: 'doc', id: 'aria-snapshots' },
51-
{ type: 'doc', id: 'touch-events' },
5251
{ type: 'doc', id: 'codegen' },
52+
{ type: 'doc', id: 'touch-events' },
5353
{ type: 'doc', id: 'trace-viewer' },
5454
{ type: 'doc', id: 'videos' },
5555
{ type: 'doc', id: 'webview2' },

nodejs/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ module.exports = {
7575
{ type: 'doc', id: 'pom' },
7676
{ type: 'doc', id: 'screenshots' },
7777
{ type: 'doc', id: 'aria-snapshots' },
78-
{ type: 'doc', id: 'touch-events' },
79-
{ type: 'doc', id: 'test-snapshots' },
8078
{ type: 'doc', id: 'codegen' },
79+
{ type: 'doc', id: 'touch-events' },
8180
{ type: 'doc', id: 'trace-viewer' },
8281
{ type: 'doc', id: 'videos' },
82+
{ type: 'doc', id: 'test-snapshots' },
8383
{ type: 'doc', id: 'webview2' },
8484
],
8585
collapsed: false

python/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = {
4747
{ type: 'doc', id: 'pom' },
4848
{ type: 'doc', id: 'screenshots' },
4949
{ type: 'doc', id: 'aria-snapshots' },
50-
{ type: 'doc', id: 'touch-events' },
5150
{ type: 'doc', id: 'codegen' },
51+
{ type: 'doc', id: 'touch-events' },
5252
{ type: 'doc', id: 'trace-viewer' },
5353
{ type: 'doc', id: 'videos' },
5454
{ type: 'doc', id: 'webview2' },

0 commit comments

Comments
 (0)