From 4bc5effa72a32d0c8afb2f5eaa49af2dcf3f819d Mon Sep 17 00:00:00 2001 From: Akinola Abiodun Emmanuel Date: Fri, 6 Oct 2023 22:21:28 +0100 Subject: [PATCH] Update index.rst --- docs/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c447bb05..1d31cb51 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,11 @@ Welcome to Flask .. image:: _static/flask-horizontal.png :align: center -Welcome to Flask's documentation. Get started with :doc:`installation` +Welcome to Flask's documentation. Flask is a lightweight WSGI web application framework. +It is designed to make getting started quick and easy, with the ability to scale up to +complex applications. + +Get started with :doc:`installation` and then get an overview with the :doc:`quickstart`. There is also a more detailed :doc:`tutorial/index` that shows how to create a small but complete application with Flask. Common patterns are described in the