mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add base documentation of Dispatcher (not ready, not fully documented)
This commit is contained in:
parent
93a330c1f2
commit
9adc2f91bd
9 changed files with 285 additions and 1 deletions
11
mkdocs.yml
11
mkdocs.yml
|
|
@ -17,7 +17,7 @@ theme:
|
|||
logo: 'assets/images/logo.png'
|
||||
|
||||
extra:
|
||||
version: 3.0.0a0
|
||||
version: 3.0.0a0
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
|
@ -217,6 +217,15 @@ nav:
|
|||
- api/types/callback_game.md
|
||||
- api/types/game_high_score.md
|
||||
- api/sending_files.md
|
||||
- Dispatcher:
|
||||
- dispatcher/index.md
|
||||
- dispatcher/router.md
|
||||
- dispatcher/dispatcher.md
|
||||
- dispatcher/observer.md
|
||||
- Filters:
|
||||
- dispatcher/filters/index.md
|
||||
- dispatcher/filters/base_filter.md
|
||||
|
||||
- Build reports:
|
||||
- reports.md
|
||||
- Tests result: /reports/tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue