From 0796eb66da2bc1d2dae53b05aef69b68c83a6f04 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Tue, 23 Jan 2024 16:25:33 +0100 Subject: [PATCH] docs: update sidebar pages Signed-off-by: Camila Belo --- microsite/sidebars.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index e76faac0ed..d52c00b3da 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -416,6 +416,14 @@ "frontend-system/building-plugins/extension-types" ] }, + { + "type": "category", + "label": "Building Apps", + "items": [ + "frontend-system/building-apps/index", + "frontend-system/building-apps/built-in-extensions" + ] + }, { "type": "category", "label": "Utility APIs",