The Hugo theme called Docsy

The Problem:

You don’t want to have all subfolders visible in your sidepanel at once? Only the main folders?

params:
    ui: 
        # Enable to show the side bar menu in its compact state.
        sidebar_menu_compact: false

So set the value to true.

Last modified February 28, 2026: feat: add old blog entries (b5393ee)