Skip to content

Commit f8898de

Browse files
author
qiaoyuwen
committed
feat: change doc
1 parent 054f0ea commit f8898de

File tree

13 files changed

+15
-12
lines changed

13 files changed

+15
-12
lines changed

packages/react-hooks/src/array/useArray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useArray
33
nav:
4-
title: Hooks
4+
title: Array
55
path: /hook
66
order: 1
77
---

packages/react-hooks/src/boolean/useBoolean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useBoolean
33
nav:
4-
title: Hooks
4+
title: Boolean
55
path: /hook
66
order: 2
77
---

packages/react-hooks/src/boolean/useSwitch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useSwitch
33
nav:
4-
title: Hooks
4+
title: Boolean
55
path: /hook
66
order: 3
77
---

packages/react-hooks/src/local-storage/useLocalStorage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useLocalStorage
33
nav:
4-
title: Hooks
4+
title: Storage
55
path: /hook
66
order: 2
77
---

packages/react-hooks/src/number/useCounter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useCounter
33
nav:
4-
title: Hooks
4+
title: Number
55
path: /hook
66
order: 3
77
---

packages/react-hooks/src/pagination/useInfinitePagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useInfinitePagination
33
nav:
4-
title: Hooks
4+
title: Pagination
55
path: /hook
66
order: 2
77
---

packages/react-hooks/src/selection/useSelection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useSelection
33
nav:
4-
title: Hooks
4+
title: Selection
55
path: /hook
66
order: 3
77
---

packages/react-hooks/src/set/useArray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useSet
33
nav:
4-
title: Hooks
4+
title: Set
55
path: /hook
66
order: 1
77
---

packages/react-hooks/src/size/useSize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useSize
33
nav:
4-
title: Hooks
4+
title: Size
55
path: /hook
66
order: 2
77
---

packages/react-hooks/src/timeout/useCountdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useCountdown
33
nav:
4-
title: Hooks
4+
title: Timeout
55
path: /hook
66
order: 1
77
---

packages/react-hooks/src/timeout/useInterval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useInterval
33
nav:
4-
title: Hooks
4+
title: Timeout
55
path: /hook
66
order: 1
77
---

packages/react-hooks/src/timeout/useTimeout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: useTimeout
33
nav:
4-
title: Hooks
4+
title: Timeout
55
path: /hook
66
order: 1
77
---

packages/react-hooks/src/virtual-list/useVirtualList.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: useVirtualList
33
nav:
44
title: Hooks
55
path: /hook
6+
group:
7+
title: VirtualList
8+
path: /hook/virtual-list/use-virtual-list
69
order: 2
710
---
811

0 commit comments

Comments
 (0)