Skip to content

Commit

Permalink
Clear out the ignore urls when proofing
Browse files Browse the repository at this point in the history
Going to start over on the ignoring.
  • Loading branch information
SeanTAllen committed Feb 27, 2024
1 parent 3e2eac0 commit 452f469
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ plugins:
# only available to users that are logged in to GitHub and have
# ponylang org access
404: ["https://github.com/organizations/ponylang/settings/repository-defaults"]
ignore_urls:
# sync recordings regularly times out. if we can every ignore the -1
# response as "transient", then we can remove this ignore. sadly, we
# can't add -1 to the raise_error_excludes right now as it doesn't work.
# only valid HTTP status codes can be excluded.
- https://sync-recordings.ponylang.io
- "*/blog/*"

- rss:
match_path: blog/posts/.*
date_from_meta:
Expand Down

0 comments on commit 452f469

Please sign in to comment.