From ae7e9f3d6e5bbbe411bae07254a7fc9db3cfb574 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 17 Jun 2025 10:30:45 +0200 Subject: [PATCH] fix missing categories for flask tutorial --- tutorials/flask/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/flask/index.mdx b/tutorials/flask/index.mdx index 9050bfde1b..f75923b1ad 100644 --- a/tutorials/flask/index.mdx +++ b/tutorials/flask/index.mdx @@ -6,6 +6,7 @@ content: h1: Configuring Flask on Ubuntu Bionic Beaver paragraph: This page details how to install and configure Flask tags: Flask Ubuntu Bionic-Beaver +categories: - instances dates: validation: 2025-04-08 @@ -301,4 +302,4 @@ Let's try and display random Scaleway catchphrases instead of always the same on -To learn more about Flask, refer to the official [Flask documentation](http://flask.pocoo.org/). \ No newline at end of file +To learn more about Flask, refer to the official [Flask documentation](http://flask.pocoo.org/).