update nav and footer for setup docs page
This commit is contained in:
@@ -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['/']
|
||||
|
||||
Reference in New Issue
Block a user