Skip to content

Commit 1a26789

Browse files
add missing pages to menu
1 parent 2963817 commit 1a26789

File tree

1 file changed

+34
-26
lines changed

1 file changed

+34
-26
lines changed

docs.json

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"icon": "book",
151151
"groups": [
152152
{
153-
"group": "GETTING STARTED",
153+
"group": "Getting started",
154154
"pages": [
155155
"home",
156156
"learn/getting_started/cloud_quick_start",
@@ -162,15 +162,20 @@
162162
]
163163
},
164164
{
165-
"group": "AI-POWERED SEARCH",
165+
"group": "AI-powered search",
166166
"pages": [
167167
"learn/ai_powered_search/getting_started_with_ai_search",
168+
"learn/ai_powered_search/configure_rest_embedder",
169+
"learn/ai_powered_search/document_template_best_practices",
170+
"learn/ai_powered_search/image_search_with_user_provided_embeddings",
168171
"learn/ai_powered_search/search_with_user_provided_embeddings",
172+
"learn/ai_powered_search/retrieve_related_search_results",
173+
"learn/ai_powered_search/choose_an_embedder",
169174
"learn/ai_powered_search/difference_full_text_ai_search"
170175
]
171176
},
172177
{
173-
"group": "SELF-HOSTED",
178+
"group": "Self-hosted",
174179
"pages": [
175180
"learn/self_hosted/getting_started_with_self_hosted_meilisearch",
176181
"learn/self_hosted/configure_meilisearch_at_launch",
@@ -179,7 +184,7 @@
179184
]
180185
},
181186
{
182-
"group": "ANALYTICS",
187+
"group": "Analytics",
183188
"pages": [
184189
"learn/analytics/configure_analytics",
185190
"learn/analytics/configure_monitoring",
@@ -189,13 +194,13 @@
189194
]
190195
},
191196
{
192-
"group": "TEAMS",
197+
"group": "Teams",
193198
"pages": [
194199
"learn/teams/teams"
195200
]
196201
},
197202
{
198-
"group": "TASKS AND ASYNCHRONOUS OPERATIONS",
203+
"group": "Tasks and asynchronous operations",
199204
"pages": [
200205
"learn/async/working_with_tasks",
201206
"learn/async/filtering_tasks",
@@ -205,14 +210,14 @@
205210
]
206211
},
207212
{
208-
"group": "CONFIGURATION",
213+
"group": "Configuration",
209214
"pages": [
210215
"learn/configuration/configuring_index_settings",
211216
"learn/configuration/configuring_index_settings_api"
212217
]
213218
},
214219
{
215-
"group": "FILTERING AND SORTING",
220+
"group": "Filtering and sorting",
216221
"pages": [
217222
"learn/filtering_and_sorting/filter_search_results",
218223
"learn/filtering_and_sorting/search_with_facet_filters",
@@ -223,7 +228,7 @@
223228
]
224229
},
225230
{
226-
"group": "SECURITY AND PERMISSIONS",
231+
"group": "Security and permissions",
227232
"pages": [
228233
"learn/security/basic_security",
229234
"learn/security/generate_tenant_token_sdk",
@@ -237,14 +242,15 @@
237242
]
238243
},
239244
{
240-
"group": "MULTI-SEARCH",
245+
"group": "Multi-search",
241246
"pages": [
242247
"learn/multi_search/performing_federated_search",
248+
"learn/multi_search/implement_sharding",
243249
"learn/multi_search/multi_search_vs_federated_search"
244250
]
245251
},
246252
{
247-
"group": "UPDATE AND MIGRATION",
253+
"group": "Update and migration",
248254
"pages": [
249255
"learn/update_and_migration/migrating_cloud",
250256
"learn/update_and_migration/updating",
@@ -253,23 +259,23 @@
253259
]
254260
},
255261
{
256-
"group": "DATA BACKUP",
262+
"group": "Data backup",
257263
"pages": [
258264
"learn/data_backup/dumps",
259265
"learn/data_backup/snapshots",
260266
"learn/data_backup/snapshots_vs_dumps"
261267
]
262268
},
263269
{
264-
"group": "INDEXING",
270+
"group": "Indexing",
265271
"pages": [
266272
"learn/indexing/indexing_best_practices",
267273
"learn/indexing/ram_multithreading_performance",
268274
"learn/indexing/tokenization"
269275
]
270276
},
271277
{
272-
"group": "ENGINE",
278+
"group": "Engine",
273279
"pages": [
274280
"learn/engine/concat",
275281
"learn/engine/datatypes",
@@ -278,7 +284,7 @@
278284
]
279285
},
280286
{
281-
"group": "RELEVANCY",
287+
"group": "Relevancy",
282288
"pages": [
283289
"learn/relevancy/relevancy",
284290
"learn/relevancy/ranking_rules",
@@ -293,7 +299,7 @@
293299
]
294300
},
295301
{
296-
"group": "RESOURCES",
302+
"group": "Resources",
297303
"pages": [
298304
"learn/resources/known_limitations",
299305
"learn/resources/experimental_features_overview",
@@ -313,13 +319,14 @@
313319
"icon": "code",
314320
"groups": [
315321
{
316-
"group": "API REFERENCE",
322+
"group": "API reference",
317323
"pages": [
318324
"reference/api/overview",
319325
"reference/api/indexes",
320326
"reference/api/documents",
321327
"reference/api/search",
322328
"reference/api/multi_search",
329+
"reference/api/network",
323330
"reference/api/similar",
324331
"reference/api/facet_search",
325332
"reference/api/tasks",
@@ -337,7 +344,7 @@
337344
]
338345
},
339346
{
340-
"group": "ERRORS",
347+
"group": "Errors",
341348
"pages": [
342349
"reference/errors/overview",
343350
"reference/errors/error_codes"
@@ -350,7 +357,7 @@
350357
"icon": "file-lines",
351358
"groups": [
352359
{
353-
"group": "FRONT END",
360+
"group": "Front end",
354361
"pages": [
355362
"guides/front_end/front_end_integration",
356363
"guides/front_end/react_quick_start",
@@ -360,16 +367,17 @@
360367
]
361368
},
362369
{
363-
"group": "BACK END",
370+
"group": "Back end",
364371
"pages": [
365372
"guides/laravel_scout",
366373
"guides/strapi_v4",
367374
"guides/ruby_on_rails_quick_start"
368375
]
369376
},
370377
{
371-
"group": "ARTIFICAL INTELLIGENCE",
378+
"group": "Artificial intelligence",
372379
"pages": [
380+
"guides/ai/mcp",
373381
"guides/embedders/openai",
374382
"guides/langchain",
375383
"guides/embedders/huggingface",
@@ -381,21 +389,21 @@
381389
]
382390
},
383391
{
384-
"group": "PERFORMANCE",
392+
"group": "Performance",
385393
"pages": [
386394
"guides/improve_relevancy_large_documents"
387395
]
388396
},
389397
{
390-
"group": "SECURITY",
398+
"group": "Security",
391399
"pages": [
392400
"guides/http2_ssl",
393401
"guides/laravel_multitenancy",
394402
"guides/multitenancy_nodejs"
395403
]
396404
},
397405
{
398-
"group": "DEPLOYMENT",
406+
"group": "Deployment",
399407
"pages": [
400408
"guides/running_production",
401409
"guides/deployment/aws",
@@ -407,13 +415,13 @@
407415
]
408416
},
409417
{
410-
"group": "INTEGRATIONS",
418+
"group": "Integrations",
411419
"pages": [
412420
"guides/vercel"
413421
]
414422
},
415423
{
416-
"group": "MISCELLANEOUS",
424+
"group": "Miscellaneous",
417425
"pages": [
418426
"guides/postman_collection",
419427
"guides/docker"

0 commit comments

Comments
 (0)