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
@@ -284,23 +284,24 @@ export const sidebar = sidebarAttachHrefCommonOptions([
],
},
{
type: "category",
type: "link",
title: "Developer Settings",
path: "/settings/developer",
children: [
{
type: "link",
title: "Publishable API Keys",
path: "#",
path: "/settings/developer/publishable-api-keys",
},
{
type: "link",
title: "Secret API Keys",
path: "#",
path: "/settings/developer/secret-api-keys",
},
{
type: "link",
title: "Workflows",
path: "/settings/executions",
path: "/settings/developer/workflows",
},
],
},