From d8e5df536e1e236d4940b77eb310101cd774a775 Mon Sep 17 00:00:00 2001 From: toyeshhm Date: Sat, 19 Sep 2026 22:30:17 -0500 Subject: [PATCH] docs: fix navigation.json path in adding-pages guide 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 {