docs: added search service documentation (#4017)

* docs: added search service documentation

* added a note about search plugins

* eslint fixes
This commit is contained in:
Shahed Nasser
2023-05-04 17:43:07 +03:00
committed by GitHub
parent 0dbca9552e
commit 09e206fc1b
3 changed files with 483 additions and 0 deletions
+23
View File
@@ -1656,6 +1656,29 @@ module.exports = {
},
],
},
{
type: "category",
label: "Search Service",
items: [
{
type: "doc",
id: "development/search/overview",
label: "Overview",
},
{
type: "html",
value: "How-to",
customProps: {
sidebar_is_group_divider: true,
},
},
{
type: "doc",
id: "development/search/create",
label: "Create a Search Service",
},
],
},
{
type: "category",
label: "Batch Jobs",