update nav and footer for setup docs page

This commit is contained in:
FURRO404
2026-05-30 07:03:45 -07:00
parent f9efd77844
commit 64c72d2ecb
2 changed files with 40 additions and 0 deletions
+6
View File
@@ -1974,6 +1974,12 @@ function routeSeo(pathname) {
robots: 'index, follow',
path: '/privacy',
},
'/docs': {
title: "Docs | Toothless' TSS Bot",
description: 'Documentation and command reference for Toothless TSS Bot.',
robots: 'noindex, follow',
path: '/docs',
},
}
return byPath[cleanPath] || byPath['/']