From 61b5d6ae3460ddcee4c42fcaff1dd260f03d00b8 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Tue, 15 Nov 2022 11:50:57 +0300 Subject: [PATCH] disable highlighting in config, remove nav links --- .ter/config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ter/config.json b/.ter/config.json index 368f513..fbe09d5 100644 --- a/.ter/config.json +++ b/.ter/config.json @@ -5,10 +5,5 @@ "authorName": "Gadzhi Kharkharov", "authorEmail": "x@kkga.me", "authorUrl": "https://kkga.me/", - "navLinks": { - "Usage": "/usage", - "Source": "https://github.com/kkga/ter" - }, - "codeHighlight": true, "head": "" }