mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add work in progress label
This commit is contained in:
parent
72b6e0dd6d
commit
9d41428ed6
2 changed files with 7 additions and 2 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
|
@ -30,3 +30,4 @@ jobs:
|
||||||
FTP_PASSWORD: ${{ secrets.DOCS_FTP_PASSWORD }}
|
FTP_PASSWORD: ${{ secrets.DOCS_FTP_PASSWORD }}
|
||||||
LOCAL_DIR: site
|
LOCAL_DIR: site
|
||||||
REMOTE_DIR: public
|
REMOTE_DIR: public
|
||||||
|
ARGS: --delete
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
Documentation for version 3.0
|
Documentation for version 3.0 [WIP] [^1]
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
|
|
@ -16,9 +16,10 @@ Documentation for version 3.0
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Asynchronous
|
- Asynchronous
|
||||||
|
- [Supports Telegram Bot API v2.4](api/index.md)
|
||||||
- Finite State Machine
|
- Finite State Machine
|
||||||
- Middlewares
|
|
||||||
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
|
- [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates)
|
||||||
|
- Middlewares
|
||||||
- Updates router (Blueprints)
|
- Updates router (Blueprints)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -61,3 +62,6 @@ Documentation for version 3.0
|
||||||
- [ ] Test with coverage on push
|
- [ ] Test with coverage on push
|
||||||
- [ ] mypy on pull-request
|
- [ ] mypy on pull-request
|
||||||
- [ ] Flake8 on pull-request
|
- [ ] Flake8 on pull-request
|
||||||
|
|
||||||
|
|
||||||
|
[^1]: work in progress
|
||||||
Loading…
Add table
Add a link
Reference in a new issue