integrations doc: Move codebase doc to separate file.

This commit is contained in:
Tomasz Kolek
2017-04-05 07:06:24 +02:00
committed by Tim Abbott
parent cbe00e020c
commit 3c0287cfc7
3 changed files with 54 additions and 48 deletions

View File

@@ -185,7 +185,7 @@ WEBHOOK_INTEGRATIONS = [
INTEGRATIONS = {
'asana': Integration('asana', 'asana', doc='zerver/integrations/asana.html'),
'capistrano': Integration('capistrano', 'capistrano', doc='zerver/integrations/capistrano.html'),
'codebase': Integration('codebase', 'codebase'),
'codebase': Integration('codebase', 'codebase', doc='zerver/integrations/codebase.html'),
'email': EmailIntegration('email', 'email'),
'git': Integration('git', 'git'),
'google-calendar': Integration('google-calendar', 'google-calendar', display_name='Google Calendar'),