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:
parent
aee564825f
commit
d63269ee6a
|
@ -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']:
|
||||||
|
|
Loading…
Reference in a new issue