Skip to content

Commit

Permalink
Add left out md files to fix broken links (#987)
Browse files Browse the repository at this point in the history
* Add accidentally left out markdown files

* Ignore specific site directory, not all site directories

* Reduce no. of requests per second
  • Loading branch information
kumaranvpl authored Nov 24, 2023
1 parent 9eb56ea commit 487c86f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links-in-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://faststream.airt.ai
cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --header="User-Agent:curl/7.54.0" --exclude="(localhost:8000|linkedin.com|fonts.gstatic.com)" --max-connections-per-host=5 --rate-limit=15'
cmd_params: '--buffer-size=8192 --max-connections=10 --color=always --header="User-Agent:curl/7.54.0" --exclude="(localhost:8000|linkedin.com|fonts.gstatic.com)" --max-connections-per-host=5 --rate-limit=5'
debug: true
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ htmlcov
token
.DS_Store

site/
site_build/
docs/site/
docs/site_build/
11 changes: 11 additions & 0 deletions docs/docs/en/api/faststream/asyncapi/site/get_asyncapi_html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 0.5 - API
# 2 - Release
# 3 - Contributing
# 5 - Template Page
# 10 - Default
search:
boost: 0.5
---

::: faststream.asyncapi.site.get_asyncapi_html
11 changes: 11 additions & 0 deletions docs/docs/en/api/faststream/asyncapi/site/serve_app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 0.5 - API
# 2 - Release
# 3 - Contributing
# 5 - Template Page
# 10 - Default
search:
boost: 0.5
---

::: faststream.asyncapi.site.serve_app

0 comments on commit 487c86f

Please sign in to comment.