mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add middlewares (API + Docs + Tests)
This commit is contained in:
parent
e4cd4c1763
commit
5b6ec599b1
24 changed files with 1120 additions and 42 deletions
|
|
@ -17,7 +17,7 @@ theme:
|
|||
logo: 'assets/images/logo.png'
|
||||
|
||||
extra:
|
||||
version: 3.0.0a2
|
||||
version: 3.0.0a3
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
|
@ -249,6 +249,9 @@ nav:
|
|||
- dispatcher/class_based_handlers/poll.md
|
||||
- dispatcher/class_based_handlers/pre_checkout_query.md
|
||||
- dispatcher/class_based_handlers/shipping_query.md
|
||||
- Middlewares:
|
||||
- dispatcher/middlewares/index.md
|
||||
- dispatcher/middlewares/basics.md
|
||||
- todo.md
|
||||
- Build reports:
|
||||
- reports.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue