summaryrefslogtreecommitdiffstats
path: root/src/site/setup_clientmenus.mkd
diff options
context:
space:
mode:
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
+```