fix: move link to bootstrap script to deprecated links

This commit is contained in:
2025-03-02 14:33:09 +01:00
parent 5bc174dd9d
commit 3c5e0db760

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',