Skip to content

Commit

Permalink
chore: add aria snapshots to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Nov 5, 2024
1 parent 7b82680 commit 24c602e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dotnet/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'aria-snapshot' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
{ type: 'doc', id: 'api-testing' },
Expand Down
3 changes: 2 additions & 1 deletion java/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'aria-snapshot' },
{ type: 'doc', id: 'accessibility-testing' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
{ type: 'doc', id: 'api-testing' },
{ type: 'doc', id: 'test-assertions' },
Expand Down
1 change: 1 addition & 0 deletions nodejs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
label: 'Guides',
items: [
{ type: 'doc', id: 'library' },
{ type: 'doc', id: 'aria-snapshot' },
{ type: 'doc', id: 'accessibility-testing' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'test-assertions' },
Expand Down
1 change: 1 addition & 0 deletions python/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
type: 'category',
label: 'Guides',
items: [
{ type: 'doc', id: 'aria-snapshot' },
{ type: 'doc', id: 'input' },
{ type: 'doc', id: 'actionability' },
{ type: 'doc', id: 'api-testing' },
Expand Down

0 comments on commit 24c602e

Please sign in to comment.