diff --git a/docs/glossary.mdx b/docs/glossary.mdx index 4f42a31..e40c576 100644 --- a/docs/glossary.mdx +++ b/docs/glossary.mdx @@ -82,6 +82,10 @@ sidebar_label : Glossary **[Flask](/content/what-is/flask/)** 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. + +**[Flask Blueprints](/technologies/flask/blueprints/)** + + A Flask Blueprint is a way to organize a Flask web application into smaller, reusable components or modules. ## H