Skip to content

Commit 895f0f5

Browse files
committed
docs: nav_title for long unbroken words (#84233)
Let's use a different title for these, otherwise we have a very long composite word.
1 parent 961a0f5 commit 895f0f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: browserDebugInfoInTerminal
2+
title: Debug Browser Info in Terminal
3+
nav_title: browserDebugInfoInTerminal
34
description: Forward browser console logs and errors to your terminal during development.
45
version: experimental
56
---

docs/01-app/03-api-reference/05-config/01-next-config-js/turbopackPersistentCaching.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: turbopackPersistentCaching
2+
title: Turbopack Persistent Caching
3+
nav_title: turbopackPersistentCaching
34
description: Learn how to enable Persistent Caching for Turbopack builds
45
version: canary
56
---

0 commit comments

Comments
 (0)