zulip_bots: Rename bots/{bot}/readme.md -> bots/{bot}/doc.md.

doc.md better describes the style of documentation that will live
inside these files, since we want these to be similar to our
webhooks' doc.md files in terms of how these are rendered and
composed of Markdown macros.
This commit is contained in:
Eeshan Garg 2017-08-15 19:59:28 -02:30 committed by Tim Abbott
parent aee564825f
commit d63269ee6a
19 changed files with 1 additions and 1 deletions
tools
zulip_bots/zulip_bots/bots
commute
converter
define
encrypt
foursquare
git_hub_comment
github_detail
googlesearch
helloworld
howdoi
incrementor
john
tictactoe
virtual_fs
weather
xkcd
yoda
youtube

View file

@ -222,7 +222,7 @@ def build_custom_checkers(by_lang):
failed = True failed = True
markdown_docs_length_exclude = { markdown_docs_length_exclude = {
"zulip_bots/zulip_bots/bots/converter/readme.md", "zulip_bots/zulip_bots/bots/converter/doc.md",
"tools/server_lib/README.md", "tools/server_lib/README.md",
} }
for fn in by_lang['md']: for fn in by_lang['md']: