From 0533ce7178d72797d5265f93b11d2823be326d5d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 27 May 2015 07:50:02 -0400 Subject: [PATCH] Merged #255 "Invalid kerberos patches, works now and with a test." --- src/site/setup_clientmenus.mkd | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/setup_clientmenus.mkd b/src/site/setup_clientmenus.mkd index c40c3b2..324df69 100644 --- a/src/site/setup_clientmenus.mkd +++ b/src/site/setup_clientmenus.mkd @@ -7,7 +7,8 @@ You can define new client integrations and deactivate/remove the default integrations by creating a file *$(baseFolder}/clientapps.json*. ### Example definitions ----JSON--- + +```json [ { "name": "SmartGit/Hg", @@ -45,4 +46,4 @@ "isActive": false } ] ----JSON--- \ No newline at end of file +``` -- Gitblit v1.9.1