mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove MkDocs
This commit is contained in:
parent
7dd80d281f
commit
e1cd7268a1
442 changed files with 4 additions and 9429 deletions
BIN
docs/_static/basics_middleware.png
vendored
Normal file
BIN
docs/_static/basics_middleware.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
docs/_static/logo.png
vendored
Executable file
BIN
docs/_static/logo.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
docs/_static/middleware_pipeline.png
vendored
Normal file
BIN
docs/_static/middleware_pipeline.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/_static/middleware_pipeline_nested.png
vendored
Normal file
BIN
docs/_static/middleware_pipeline_nested.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
docs/_static/nested_routers_example.png
vendored
Normal file
BIN
docs/_static/nested_routers_example.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
22
docs/_static/stylesheets/extra.css
vendored
Normal file
22
docs/_static/stylesheets/extra.css
vendored
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
docs/_static/update_propagation_flow.png
vendored
Normal file
BIN
docs/_static/update_propagation_flow.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Loading…
Add table
Add a link
Reference in a new issue