docs: add sidebar item for helper reference + examples fix (#8365)

This commit is contained in:
Shahed Nasser
2024-07-31 17:28:42 +03:00
committed by GitHub
parent 6f973d9f2b
commit 22a629670b
3 changed files with 53 additions and 3 deletions
+38
View File
@@ -7531,6 +7531,44 @@ export const generatedSidebar = [
]
}
]
},
{
"loaded": true,
"isPathHref": true,
"path": "/references/helper-steps",
"title": "Helper Steps Reference",
"isChildSidebar": true,
"autogenerate_path": "/references/helper_steps/functions",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/references/helper-steps/createRemoteLinkStep",
"title": "createRemoteLinkStep",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/references/helper-steps/dismissRemoteLinkStep",
"title": "dismissRemoteLinkStep",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/references/helper-steps/removeRemoteLinkStep",
"title": "removeRemoteLinkStep",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/references/helper-steps/useRemoteQueryStep",
"title": "useRemoteQueryStep",
"children": []
}
]
}
]
},