Skip to content

Commit 4c4621c

Browse files
committed
[docs] Ordering essentials
1 parent 24188a7 commit 4c4621c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/build.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ const externalEsm: string[] = [
2525

2626
const GROUPS = ['Interfaces', '*', 'Type aliases'];
2727
const CATEGORIES = [
28+
'Creating stores',
29+
'Getting data',
30+
'Setting data',
31+
'Listening for changes',
32+
'Persisting stores',
33+
'Synchronizing stores',
34+
'Using React',
35+
2836
/hooks$/,
2937
/components$/,
3038
'Definition',

0 commit comments

Comments
 (0)