docs: finish user guide updates (#11603)

* finished settings changes

* fix todos

* update titles
This commit is contained in:
Shahed Nasser
2025-02-25 19:04:25 +02:00
committed by GitHub
parent 5d404a3bb8
commit c382ed6ed1
60 changed files with 611 additions and 295 deletions
+5 -4
View File
@@ -458,15 +458,16 @@ export const generatedSidebar = [
{
"loaded": true,
"isPathHref": true,
"type": "category",
"type": "link",
"title": "Developer Settings",
"path": "/settings/developer",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Publishable API Keys",
"path": "#",
"path": "/settings/developer/publishable-api-keys",
"children": []
},
{
@@ -474,7 +475,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "link",
"title": "Secret API Keys",
"path": "#",
"path": "/settings/developer/secret-api-keys",
"children": []
},
{
@@ -482,7 +483,7 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "link",
"title": "Workflows",
"path": "/settings/executions",
"path": "/settings/developer/workflows",
"children": []
}
]