docs: added search service documentation (#4017)
* docs: added search service documentation * added a note about search plugins * eslint fixes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user