vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
13.11k stars 2.11k forks source link

Sidebar section on the bottom #4153

Open jaku2019 opened 2 months ago

jaku2019 commented 2 months ago

Hello, is it possible to place some sections on the end of the sidebar, i.e. on its bottom?

Thank you for developing vitepress, keep it up. Best regards, J. mQEu5xISGh

brc-dd commented 2 months ago

you can use sidebar-nav-after slot - https://vitepress.dev/guide/extending-default-theme#layout-slots

jaku2019 commented 2 months ago

Wow, thanks a lot for help.