mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Upgrade architecture + 5.0 Bot API (#469)
Upgrade architecture + 5.0 Bot API (#469) * Moved `methods`, `types` and `client` to root package * Removed update handler from routers to dispatcher * Reworked events propagation mechanism to handlers * Reworked inner middlewares logic (very small change) * Updated to Bot API 5.0 * Initial migration from MkDocs to Sphinx + config for readthedocs
This commit is contained in:
parent
566b7ff282
commit
4008a3114d
608 changed files with 12537 additions and 6427 deletions
BIN
docs2/_static/basics_middleware.png
Normal file
BIN
docs2/_static/basics_middleware.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
docs2/_static/logo.png
Executable file
BIN
docs2/_static/logo.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
docs2/_static/middleware_pipeline.png
Normal file
BIN
docs2/_static/middleware_pipeline.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
docs2/_static/middleware_pipeline_nested.png
Normal file
BIN
docs2/_static/middleware_pipeline_nested.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
docs2/_static/nested_routers_example.png
Normal file
BIN
docs2/_static/nested_routers_example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
22
docs2/_static/stylesheets/extra.css
Normal file
22
docs2/_static/stylesheets/extra.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
|
||||
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff'),
|
||||
url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
code, kbd, pre {
|
||||
font-family: "JetBrainsMono", "Roboto Mono", "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.highlight * {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.highlight * {
|
||||
background: #424242;
|
||||
}
|
||||
}
|
||||
BIN
docs2/_static/update_propagation_flow.png
Normal file
BIN
docs2/_static/update_propagation_flow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Loading…
Add table
Add a link
Reference in a new issue