diff --git a/libs/website.js b/libs/website.js index 44d9b55..6ac1962 100644 --- a/libs/website.js +++ b/libs/website.js @@ -31,6 +31,7 @@ module.exports = function(logger){ 'home.html': '', 'getting_started.html': 'getting_started', 'stats.html': 'stats', + 'tbs.html': 'tbs', 'api.html': 'api', 'admin.html': 'admin' }; @@ -181,4 +182,4 @@ module.exports = function(logger){ }); -}; \ No newline at end of file +}; diff --git a/website/index.html b/website/index.html index 0542569..03544ac 100644 --- a/website/index.html +++ b/website/index.html @@ -42,7 +42,13 @@