docs: added a service factory reference (#8292)
Added a service factory reference of the generated methods and how to use them. Since the types in the codebase are a bit complex, a generated reference won't provide a valuable result. Instead, this reference is created manually and aims to cover common use cases, providing examples for them. Closes DOCS-844
This commit is contained in:
@@ -1799,7 +1799,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "API References",
|
||||
title: "References",
|
||||
hasTitleStyling: true,
|
||||
children: [
|
||||
{
|
||||
@@ -1852,6 +1852,23 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/service-factory-reference",
|
||||
title: "Service Factory Reference",
|
||||
isChildSidebar: true,
|
||||
children: [
|
||||
{
|
||||
title: "Methods",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/service-factory-reference/methods",
|
||||
},
|
||||
{
|
||||
title: "Tips",
|
||||
hasTitleStyling: true,
|
||||
autogenerate_path: "/service-factory-reference/tips",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user