templates: Add macro for appending branch names to Git webhook URLs.

This commit is contained in:
Eeshan Garg
2017-06-04 19:15:31 -02:30
committed by Tim Abbott
parent ae8eb14e5a
commit fab20ec6fd
2 changed files with 6 additions and 0 deletions

View File

@@ -428,6 +428,7 @@ def build_custom_checkers(by_lang):
"zerver/webhooks/solano/doc.md",
"zerver/webhooks/trello/doc.md",
"zerver/webhooks/papertrail/doc.md",
"templates/zerver/help/include/git-webhook-url-with-branches.md",
}
for fn in by_lang['md']:
max_length = None