fix: move link to bootstrap script to deprecated links

This commit is contained in:
Lucien Cartier-Tilet 2025-03-02 14:33:09 +01:00
parent 5bc174dd9d
commit 3c5e0db760
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -82,13 +82,13 @@ export default defineUserConfig({
], ],
}, },
'/tmux', '/tmux',
'/bootstrap',
{ {
text: 'Deprecated Configs', text: 'Deprecated Configs',
link: '/deprecated/', link: '/deprecated/',
collapsible: true, collapsible: true,
children: [ children: [
'/deprecated/awesome', '/deprecated/awesome',
'/deprecated/bootstrap',
'/deprecated/i3', '/deprecated/i3',
'/deprecated/nano', '/deprecated/nano',
'/deprecated/polybar', '/deprecated/polybar',