mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
docs: Add missing space to compound verbs “log in”, “set up”, etc.
Noun: backup, checkout, cleanup, login, logout, setup, shutdown, signup, timeout. Verb: back up, check out, clean up, log in, log out, set up, shut down, sign up, time out. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e3f2ffa681
commit
6060d0d364
@@ -137,9 +137,10 @@ class BaseDocumentationSpider(scrapy.Spider):
|
||||
|
||||
def _make_requests(self, url: str) -> Iterator[Request]:
|
||||
# These URLs are for Zulip's webapp, which with recent changes
|
||||
# can be accessible without login an account. While we do
|
||||
# crawl documentation served by the webapp (E.g. /help/), we
|
||||
# don't want to crawl the webapp itself, so we exclude these.
|
||||
# can be accessible without logging into an account. While we
|
||||
# do crawl documentation served by the webapp (e.g. /help/),
|
||||
# we don't want to crawl the webapp itself, so we exclude
|
||||
# these.
|
||||
if (
|
||||
url in ["http://localhost:9981/", "http://localhost:9981"]
|
||||
or url.startswith("http://localhost:9981/#")
|
||||
|
||||
Reference in New Issue
Block a user