From 9d41428ed6b09dfcd0bb7249e809cc1d3367d327 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 16 Nov 2019 23:54:53 +0200 Subject: [PATCH] Add work in progress label --- .github/workflows/docs.yml | 1 + docs/index.md | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 725ad882..e51fa917 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,3 +30,4 @@ jobs: FTP_PASSWORD: ${{ secrets.DOCS_FTP_PASSWORD }} LOCAL_DIR: site REMOTE_DIR: public + ARGS: --delete diff --git a/docs/index.md b/docs/index.md index 1a370fa3..c221672f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Overview -Documentation for version 3.0 +Documentation for version 3.0 [WIP] [^1] [![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Supported python versions](https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) @@ -16,9 +16,10 @@ Documentation for version 3.0 ## Features - Asynchronous +- [Supports Telegram Bot API v2.4](api/index.md) - Finite State Machine -- Middlewares - [Replies into Webhook](https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates) +- Middlewares - Updates router (Blueprints) @@ -61,3 +62,6 @@ Documentation for version 3.0 - [ ] Test with coverage on push - [ ] mypy on pull-request - [ ] Flake8 on pull-request + + +[^1]: work in progress \ No newline at end of file