diff --git a/documentation/website/sidebars.js b/documentation/website/sidebars.js index 50f6a20cafa..8679ba8fe1c 100644 --- a/documentation/website/sidebars.js +++ b/documentation/website/sidebars.js @@ -104,13 +104,19 @@ module.exports = { 'pysa-model-dsl', ], }, - { - 'User Docs': [ + { + type: 'category', + label: 'User Docs', + link: { + type: 'generated-index', + }, + collapsed: false, + items: [ 'pysa-false-positives-negatives', 'pysa-explore', 'pysa-coverage', 'pysa-tips', - 'fb/pysa-cache', + ...fbInternalOnly(['fb/pysa-cache']), ], }, 'static-analysis-post-processor',