diff --git a/java/sidebars.js b/java/sidebars.js index 495f19bed4..79ef56e54c 100644 --- a/java/sidebars.js +++ b/java/sidebars.js @@ -16,6 +16,7 @@ module.exports = { type: 'category', label: 'Guides', items: [ + { type: 'doc', id: 'accessibility-testing' }, { type: 'doc', id: 'actionability' }, { type: 'doc', id: 'api-testing' }, { type: 'doc', id: 'test-assertions' },