diff --git a/nodejs/sidebars.js b/nodejs/sidebars.js index e80e4e83945..49bd1019d84 100644 --- a/nodejs/sidebars.js +++ b/nodejs/sidebars.js @@ -33,6 +33,7 @@ module.exports = { { type: 'doc', id: 'test-projects' }, { type: 'doc', id: 'test-reporters' }, { type: 'doc', id: 'test-retries' }, + { type: 'doc', id: 'test-sharding' }, { type: 'doc', id: 'test-timeouts' }, { type: 'doc', id: 'test-typescript' }, { type: 'doc', id: 'test-ui-mode' },