mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-11 15:51:19 +00:00
Exclude the "Management API v1" page from docs search
This commit is contained in:
parent
506ffa2278
commit
f5f05b0589
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Command(BaseCommand):
|
|||
for filename in os.listdir(docs_path):
|
||||
if not filename.endswith(".html"):
|
||||
continue
|
||||
if filename == "apiv1.md":
|
||||
if filename == "apiv1.html":
|
||||
continue
|
||||
|
||||
slug = filename[:-5] # cut ".html"
|
||||
|
|
Loading…
Add table
Reference in a new issue