integrations icon indicating copy to clipboard operation
integrations copied to clipboard

How to use sidebar plugin

Open longlongvip opened this issue 7 months ago • 0 comments

I write the code

sidebar: calculateSidebar([
            'base',
            'directx',
        ]),

my docs struct

docs
    ./vitepress
    base
         index.md
         vertex.md
    directx
        debug.md
        gui,md
        indtex.md
        test.md 

But I can't see any sidebar.

I think I config it wrong, but I can't fix it

longlongvip avatar Jul 18 '25 02:07 longlongvip