From 08f8d4730ff9eb32ad8cdfe8db48fed43c1380ff Mon Sep 17 00:00:00 2001 From: Toyeshh Medikonda Date: Mon, 21 Sep 2026 16:59:38 +0000 Subject: [PATCH] docs: fix navigation.json path in adding-pages guide (#9158) docs/adding-pages.md tells contributors twice to register new pages in app/site/navigation.json. That path does not exist; the file is apps/site/navigation.json. --- docs/adding-pages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adding-pages.md b/docs/adding-pages.md index 72b5b9e48728b..9dafd42ca9efe 100644 --- a/docs/adding-pages.md +++ b/docs/adding-pages.md @@ -73,7 +73,7 @@ Available layouts are defined in `apps/site/layouts/`, and mapped in `components ### 4. Update Navigation (if needed) -If your page should appear in the site navigation, update `app/site/navigation.json` as needed. +If your page should appear in the site navigation, update `apps/site/navigation.json` as needed. ## Adding Learn Pages @@ -92,7 +92,7 @@ apps/site/pages/en/learn/ ### Update Learn Navigation -Add your new article to `app/site/navigation.json`: +Add your new article to `apps/site/navigation.json`: ```json {