user docs: Add a few portico URLs to documentation crawler test.

This commit is contained in:
Rishi Gupta
2018-10-31 23:52:11 -07:00
committed by Tim Abbott
parent 08cbf056b0
commit 69e9a8f196

View File

@@ -68,5 +68,7 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
'http://localhost:9981/why-zulip',
'http://localhost:9981/for/open-source',
'http://localhost:9981/for/companies',
'http://localhost:9981/for/working-groups-and-communities']
'http://localhost:9981/for/working-groups-and-communities',
'http://localhost:9981/for/mystery-hunt',
'http://localhost:9981/security']
deny_domains = [] # type: List[str]