Skip to content

Commit

Permalink
docs: gen API
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Sep 3, 2024
1 parent 58f9138 commit 09c2a19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ jobs:
- coverage-combine
- test-macos-latest
- test-windows-latest
- test-orjson

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions docs/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ search:
- router
- [StreamRouter](api/faststream/broker/fastapi/router/StreamRouter.md)
- message
- [AckStatus](api/faststream/broker/message/AckStatus.md)
- [StreamMessage](api/faststream/broker/message/StreamMessage.md)
- [decode_message](api/faststream/broker/message/decode_message.md)
- [encode_message](api/faststream/broker/message/encode_message.md)
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/en/api/faststream/broker/message/AckStatus.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.broker.message.AckStatus

0 comments on commit 09c2a19

Please sign in to comment.