summaryrefslogtreecommitdiffstats
path: root/src/site/setup_clientmenus.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-10-25 15:25:02 -0400
committerJames Moger <james.moger@gitblit.com>2013-10-25 18:32:13 -0400
commit6c4be170559efa112bb92cd1676543e86850e976 (patch)
treec919d115bae4e1a801e545009e1f17fd6f6f7e40 /src/site/setup_clientmenus.mkd
parent3079105705d76ff0fbfcc755825aa75b0b6ef01a (diff)
downloadgitblit-6c4be170559efa112bb92cd1676543e86850e976.tar.gz
gitblit-6c4be170559efa112bb92cd1676543e86850e976.zip
Documentation
Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce
Diffstat (limited to 'src/site/setup_clientmenus.mkd')
-rw-r--r--src/site/setup_clientmenus.mkd5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/setup_clientmenus.mkd b/src/site/setup_clientmenus.mkd
index c40c3b29..324df692 100644
--- a/src/site/setup_clientmenus.mkd
+++ b/src/site/setup_clientmenus.mkd
@@ -7,7 +7,8 @@ Gitblit supports defining menus for native platform git client clone urls. By d
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 @@ You can define new client integrations and deactivate/remove the default integra
"isActive": false
}
]
----JSON--- \ No newline at end of file
+```