mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
documentation-crawler: Exclude privacy page from documentation checking
This commit is contained in:
@@ -8,6 +8,7 @@ class HelpDocumentationSpider(BaseDocumentationSpider):
|
||||
name = "help_documentation_crawler"
|
||||
start_urls = ['http://localhost:9981/help']
|
||||
deny_domains = [] # type: List[str]
|
||||
deny = ['/privacy']
|
||||
|
||||
def _is_external_url(self, url):
|
||||
# type: (str) -> bool
|
||||
|
||||
Reference in New Issue
Block a user