Skip to content

Commit 945e5b7

Browse files
committed
Shorten sidebar labels
1 parent cfa1e60 commit 945e5b7

11 files changed

+11
-11
lines changed

versioned_docs/version-7.x/combine-static-with-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: combine-static-with-dynamic
33
title: Combining static and dynamic APIs
4-
sidebar_label: Combining static and dynamic APIs
4+
sidebar_label: Static and dynamic APIs
55
---
66

77
While the static API has many advantages, it doesn't fit use cases where the navigation configuration needs to be dynamic. So React Navigation supports interop between the static and dynamic APIs.

versioned_docs/version-7.x/custom-android-back-button-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: custom-android-back-button-handling
33
title: Custom Android back button behavior
4-
sidebar_label: Custom Android back button behavior
4+
sidebar_label: Android back button behavior
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/function-after-focusing-screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: function-after-focusing-screen
33
title: Call a function when focused screen changes
4-
sidebar_label: Call a function when focused screen changes
4+
sidebar_label: Call a function on focus
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/hiding-tabbar-in-screens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: hiding-tabbar-in-screens
33
title: Hiding tab bar in specific screens
4-
sidebar_label: Hiding tab bar in specific screens
4+
sidebar_label: Hiding tab bar in screens
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/navigating-without-navigation-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: navigating-without-navigation-prop
33
title: Navigating without the navigation prop
4-
sidebar_label: Navigating without the navigation prop
4+
sidebar_label: Navigation Ref
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/navigation-solutions-and-community-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: navigation-solutions-and-community-libraries
33
title: Navigation Solutions and Community Libraries
4-
sidebar_label: Navigation Solutions and Community Libraries
4+
sidebar_label: Community Libraries
55
---
66

77
:::note

versioned_docs/version-7.x/screen-options-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: screen-options-resolution
33
title: Screen options with nested navigators
4-
sidebar_label: Screen options with nested navigators
4+
sidebar_label: Options with nested navigators
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/screen-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: screen-tracking
33
title: Screen tracking for analytics
4-
sidebar_label: Screen tracking for analytics
4+
sidebar_label: Screen tracking
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/shared-element-transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: shared-element-transitions
33
title: Animating elements between screens
4-
sidebar_label: Animating elements between screens
4+
sidebar_label: Shared element transitions
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/status-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: status-bar
33
title: Different status bar configuration based on route
4-
sidebar_label: Different status bar configuration based on route
4+
sidebar_label: Status bar configuration
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-7.x/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: typescript
33
title: Type checking with TypeScript
4-
sidebar_label: Type checking with TypeScript
4+
sidebar_label: Configuring TypeScript
55
---
66

77
import Tabs from '@theme/Tabs';

0 commit comments

Comments
 (0)