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:
Shahed Nasser
2024-07-26 14:40:56 +00:00
committed by GitHub
parent 71411463b1
commit a4eab3f37a
14 changed files with 1131 additions and 2 deletions
+18 -1
View File
@@ -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",
},
],
},
],
},
{