docs: Move integration docs to /api.

This commit is contained in:
derAnfaenger
2017-11-16 17:36:52 +01:00
committed by Tim Abbott
parent 06b57e8512
commit 73915a9631
13 changed files with 47 additions and 41 deletions

View File

@@ -664,8 +664,6 @@ def build_custom_checkers(by_lang):
markdown_docs_length_exclude = {
# Has some example Vagrant output that's very long
"docs/development/setup-vagrant.md",
# Has some example code that could perhaps be wrapped
"docs/tutorials/webhook-walkthrough.md",
# Have wide output in code blocks
"docs/subsystems/logging.md",
"docs/migration-renumbering.md",
@@ -674,6 +672,8 @@ def build_custom_checkers(by_lang):
"zerver/webhooks/trello/doc.md",
# Has a very long configuration line
"templates/zerver/integrations/perforce.md",
# Has some example code that could perhaps be wrapped
"templates/zerver/api/webhook-walkthrough.md",
}
for fn in by_lang['md']:
max_length = None