Skip to content

Commit 01136d6

Browse files
committed
Reorder guides in sidebar
1 parent 4530303 commit 01136d6

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

versioned_docs/version-7.x/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: themes
33
title: Themes
4-
sidebar_label: Themes
4+
sidebar_label: Customizing Themes
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_docs/version-8.x/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: themes
33
title: Themes
4-
sidebar_label: Themes
4+
sidebar_label: Customizing Themes
55
---
66

77
import Tabs from '@theme/Tabs';

versioned_sidebars/version-7.x-sidebars.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"icon": "guides"
2626
},
2727
"items": [
28+
"themes",
29+
"testing",
30+
"typescript",
31+
"deep-linking",
32+
"configuring-links",
33+
"state-persistence",
34+
"web-support",
2835
"auth-flow",
2936
"handling-safe-area",
3037
"customizing-tabbar",
@@ -38,16 +45,9 @@
3845
"preventing-going-back",
3946
"function-after-focusing-screen",
4047
"navigating-without-navigation-prop",
41-
"deep-linking",
42-
"configuring-links",
43-
"web-support",
4448
"server-rendering",
4549
"screen-tracking",
46-
"themes",
47-
"state-persistence",
4850
"combine-static-with-dynamic",
49-
"testing",
50-
"typescript",
5151
"troubleshooting",
5252
"upgrading-from-6.x"
5353
]

versioned_sidebars/version-8.x-sidebars.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"icon": "guides"
2626
},
2727
"items": [
28+
"themes",
29+
"testing",
30+
"typescript",
31+
"deep-linking",
32+
"configuring-links",
33+
"state-persistence",
34+
"web-support",
2835
"auth-flow",
2936
"handling-safe-area",
3037
"customizing-tabbar",
@@ -38,16 +45,9 @@
3845
"preventing-going-back",
3946
"function-after-focusing-screen",
4047
"navigating-without-navigation-prop",
41-
"deep-linking",
42-
"configuring-links",
43-
"web-support",
4448
"server-rendering",
4549
"screen-tracking",
46-
"themes",
47-
"state-persistence",
4850
"combine-static-with-dynamic",
49-
"testing",
50-
"typescript",
5151
"troubleshooting",
5252
"upgrading-from-7.x"
5353
]

0 commit comments

Comments
 (0)