From 6c682a18ba4621ea63d6f811d63414ec1a3c4b55 Mon Sep 17 00:00:00 2001 From: Joseph Chamochumbi Date: Thu, 25 Sep 2025 15:13:58 +0200 Subject: [PATCH] docs: nav_title for long unbroken words --- .../05-config/01-next-config-js/browserDebugInfoInTerminal.mdx | 3 ++- .../05-config/01-next-config-js/turbopackPersistentCaching.mdx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx b/docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx index 4a0e853f601fba..bcdfbea45e8cf8 100644 --- a/docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx +++ b/docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx @@ -1,5 +1,6 @@ --- -title: browserDebugInfoInTerminal +title: Debug Browser Info in Terminal +nav_title: browserDebugInfoInTerminal description: Forward browser console logs and errors to your terminal during development. version: experimental --- diff --git a/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackPersistentCaching.mdx b/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackPersistentCaching.mdx index c0bd7c437ef66b..bcec852d9b3f50 100644 --- a/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackPersistentCaching.mdx +++ b/docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackPersistentCaching.mdx @@ -1,5 +1,6 @@ --- -title: turbopackPersistentCaching +title: Turbopack Persistent Caching +nav_title: turbopackPersistentCaching description: Learn how to enable Persistent Caching for Turbopack builds version: canary ---