From 15ab64be96fa739ad910e2b154112688b21b39d8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 29 Mar 2026 22:49:58 +0200 Subject: [PATCH] docs: fix relative link depth in customize-theme guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous fix overshot the directory traversal — three levels up escapes the docs root. Use two levels (`../../`) to correctly reach the frontend-system migration guide from golden-path/create-app/. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- docs/golden-path/create-app/customize-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/golden-path/create-app/customize-theme.md b/docs/golden-path/create-app/customize-theme.md index a75897b5ff..f2705f3672 100644 --- a/docs/golden-path/create-app/customize-theme.md +++ b/docs/golden-path/create-app/customize-theme.md @@ -516,7 +516,7 @@ If the icon is not available as one of the default icons or one you've added the ## Custom Sidebar -In the new frontend system, the sidebar is managed by the built-in `app/nav` extension. You can customize it by creating a `NavContentBlueprint` extension. See the [sidebar customization](../../../frontend-system/building-apps/08-migrating.md#app-root-sidebar) documentation for detailed instructions on creating a custom sidebar layout with sub-menus and custom grouping. +In the new frontend system, the sidebar is managed by the built-in `app/nav` extension. You can customize it by creating a `NavContentBlueprint` extension. See the [sidebar customization](../../frontend-system/building-apps/08-migrating.md#app-root-sidebar) documentation for detailed instructions on creating a custom sidebar layout with sub-menus and custom grouping. ## Custom Homepage