From cf56a5c35754c4a32426e2f2dbb2cc2333de58d7 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 16 Oct 2025 20:43:45 +0200 Subject: [PATCH] Update comment for app configuration clarity Signed-off-by: Vincenzo Scamporlino --- docs/frontend-system/building-apps/01-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-apps/01-index.md b/docs/frontend-system/building-apps/01-index.md index 5dd0cd6310..20b7435524 100644 --- a/docs/frontend-system/building-apps/01-index.md +++ b/docs/frontend-system/building-apps/01-index.md @@ -39,7 +39,7 @@ import '@backstage/ui/css/styles.css'; // Create your app instance const app = createApp({ // Custom features such as plugins can be installed explicitly, but they are usually - // auto-discovered, unless `app.packages` app-config is customized. + // auto-discovered, unless `app.packages` is customized in `app-config.yaml`. features: [], });