From 72bb7559a995cd0340e12d50c7bec377b5af022b Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 6 May 2022 16:17:15 +0200 Subject: [PATCH] enable edit on Gitlab --- docs/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.json b/docs/config.json index e71b253..06723a1 100644 --- a/docs/config.json +++ b/docs/config.json @@ -12,6 +12,10 @@ "date_modified": false, "jump_buttons": true, "edit_on_github_": "iml-it/appmonitor/tree/master/docs", + "edit_on": { + "name": "Gitlab", + "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/tree/master/docs" + }, "links": { "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/iml-backup" }, -- GitLab