Skip to content

Commit 09f06ba

Browse files
committed
fix: add versioned sidebar update as well
1 parent 325629f commit 09f06ba

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docusaurus/reactnative_versioned_sidebars/version-5.x.x-sidebars.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@
9898
{
9999
"Thread List": ["ui-components/thread-list", "ui-components/thread-list-item"]
100100
},
101+
{
102+
"Poll": [
103+
"ui-components/create-poll",
104+
"ui-components/poll",
105+
"ui-components/poll-all-options",
106+
"ui-components/poll-answers-list",
107+
"ui-components/poll-results",
108+
"ui-components/poll-option-full-results",
109+
"ui-components/poll-buttons",
110+
{
111+
"Hooks": [
112+
"hooks/poll/use-poll-context",
113+
"hooks/poll/use-create-poll-context",
114+
"hooks/poll/use-poll-state-store",
115+
"hooks/poll/use-poll-state",
116+
"hooks/poll/use-poll-answers-pagination",
117+
"hooks/poll/use-poll-option-votes-pagination"
118+
]
119+
}
120+
]
121+
},
101122
{
102123
"Contexts": [
103124
"customization/contexts",
@@ -112,7 +133,9 @@
112133
"contexts/translation-context",
113134
"contexts/typing-context",
114135
"contexts/threads-context",
115-
"contexts/thread-list-item-context"
136+
"contexts/thread-list-item-context",
137+
"contexts/create-poll-context",
138+
"contexts/poll-context"
116139
]
117140
}
118141
],
@@ -129,7 +152,8 @@
129152
"guides/file-compression",
130153
"guides/blocking-users",
131154
"guides/live-location-sharing",
132-
"guides/custom-thread-list"
155+
"guides/custom-thread-list",
156+
"guides/custom-poll-flow"
133157
],
134158
"State and Offline Support": [
135159
"state-and-offline-support/state-overview",

0 commit comments

Comments
 (0)