portico: Remove mystery hunt landing page.

This was written by Rishi for a very brief purpose a few years ago,
and it doesn't serve much purpose now other than to be a place we
update in code sweeps.
This commit is contained in:
Tim Abbott
2020-06-08 14:08:16 -07:00
committed by Tim Abbott
parent 71078adc50
commit 95be7dcbab
5 changed files with 1 additions and 98 deletions

View File

@@ -77,6 +77,6 @@ class PorticoDocumentationSpider(BaseDocumentationSpider):
'http://localhost:9981/for/open-source',
'http://localhost:9981/for/companies',
'http://localhost:9981/for/working-groups-and-communities',
'http://localhost:9981/for/mystery-hunt',
'http://localhost:9981/for/research',
'http://localhost:9981/security']
deny_domains: List[str] = []