diff options
author | James Moger <james.moger@gitblit.com> | 2013-10-25 15:25:02 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-10-25 18:32:13 -0400 |
commit | 6c4be170559efa112bb92cd1676543e86850e976 (patch) | |
tree | c919d115bae4e1a801e545009e1f17fd6f6f7e40 /src/site/setup_clientmenus.mkd | |
parent | 3079105705d76ff0fbfcc755825aa75b0b6ef01a (diff) | |
download | gitblit-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.mkd | 5 |
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 +```
|