From 0bd868ab11bc0ba2a9aafe5a1026af3d7faa7f7c Mon Sep 17 00:00:00 2001 From: David Schwarzmann <david.schwarzmann@codecentric.de> Date: Tue, 29 Jun 2021 12:25:53 +0200 Subject: [PATCH] Hotfix: Remove ToS link for now --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index 63a9b658..2cf940ac 100644 --- a/sidebars.js +++ b/sidebars.js @@ -16,11 +16,11 @@ module.exports = { 'changelog', 'account', 'status-and-error-codes', - { + /*{ type: 'link', label: 'Terms of Service', href: 'https://www.fitko.de/', - }, + },*/ { type: 'category', label: 'Getting Started', -- GitLab