Skip to content

Commit 1e38feb

Browse files
authored
fix: fix doc links having incorrect file name casing (#780)
* fix: fix doc links having incorrect file name casing * Correct file name casing in documentation links * fix powerSyncCollectionOptions label * fix format
1 parent 5078c4a commit 1e38feb

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.changeset/honest-radios-appear.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
fix(docs): fix doc links having incorrect file name casing

docs/config.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -134,54 +134,54 @@
134134
},
135135
{
136136
"label": "createCollection",
137-
"to": "reference/functions/createcollection"
137+
"to": "reference/functions/createCollection"
138138
},
139139
{
140140
"label": "liveQueryCollectionOptions",
141-
"to": "reference/functions/livequerycollectionoptions"
141+
"to": "reference/functions/liveQueryCollectionOptions"
142142
},
143143
{
144144
"label": "createLiveQueryCollection",
145-
"to": "reference/functions/createlivequerycollection"
145+
"to": "reference/functions/createLiveQueryCollection"
146146
},
147147
{
148148
"label": "createOptimisticAction",
149-
"to": "reference/functions/createoptimisticaction"
149+
"to": "reference/functions/createOptimisticAction"
150150
},
151151
{
152152
"label": "createTransaction",
153-
"to": "reference/functions/createtransaction"
153+
"to": "reference/functions/createTransaction"
154154
},
155155
{
156156
"label": "Electric DB Collection",
157157
"to": "reference/electric-db-collection/index"
158158
},
159159
{
160160
"label": "electricCollectionOptions",
161-
"to": "reference/electric-db-collection/functions/electriccollectionoptions"
161+
"to": "reference/electric-db-collection/functions/electricCollectionOptions"
162162
},
163163
{
164164
"label": "Query DB Collection",
165165
"to": "reference/query-db-collection/index"
166166
},
167167
{
168168
"label": "queryCollectionOptions",
169-
"to": "reference/query-db-collection/functions/querycollectionoptions"
169+
"to": "reference/query-db-collection/functions/queryCollectionOptions"
170170
},
171171
{
172172
"label": "RxDB DB Collection",
173173
"to": "reference/rxdb-db-collection/index"
174174
},
175175
{
176176
"label": "rxdbCollectionOptions",
177-
"to": "reference/rxdb-db-collection/functions/rxdbcollectionoptions"
177+
"to": "reference/rxdb-db-collection/functions/rxdbCollectionOptions"
178178
},
179179
{
180180
"label": "PowerSync Collection",
181181
"to": "reference/powersync-db-collection/index"
182182
},
183183
{
184-
"label": "powersyncCollectionOptions",
184+
"label": "powerSyncCollectionOptions",
185185
"to": "reference/powersync-db-collection/functions/powerSyncCollectionOptions"
186186
}
187187
],
@@ -195,7 +195,7 @@
195195
},
196196
{
197197
"label": "useLiveQuery",
198-
"to": "framework/react/reference/functions/uselivequery"
198+
"to": "framework/react/reference/functions/useLiveQuery"
199199
}
200200
]
201201
},
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"label": "useLiveQuery",
211-
"to": "framework/solid/reference/functions/uselivequery"
211+
"to": "framework/solid/reference/functions/useLiveQuery"
212212
}
213213
]
214214
},
@@ -221,15 +221,15 @@
221221
},
222222
{
223223
"label": "useLiveQuery",
224-
"to": "framework/vue/reference/functions/uselivequery"
224+
"to": "framework/vue/reference/functions/useLiveQuery"
225225
},
226226
{
227227
"label": "UseLiveQueryReturn",
228-
"to": "framework/vue/reference/interfaces/uselivequeryreturn"
228+
"to": "framework/vue/reference/interfaces/UseLiveQueryReturn"
229229
},
230230
{
231231
"label": "UseLiveQueryReturnWithCollection",
232-
"to": "framework/vue/reference/interfaces/uselivequeryreturnwithcollection"
232+
"to": "framework/vue/reference/interfaces/UseLiveQueryReturnWithCollection"
233233
}
234234
]
235235
},
@@ -242,7 +242,7 @@
242242
},
243243
{
244244
"label": "injectLiveQuery",
245-
"to": "framework/angular/reference/functions/injectlivequery"
245+
"to": "framework/angular/reference/functions/injectLiveQuery"
246246
}
247247
]
248248
}

0 commit comments

Comments
 (0)