Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/enhancedSidebar.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions api/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,24 @@ const sidebar: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Ai Playground result controller",
link: {
type: "doc",
id: "ai-playground-result-controller",
},
collapsible: false,
collapsed: false,
items: [
{
type: "doc",
id: "get-ai-playground-result",
label: "Get ai playground result",
className: "api-method post",
},
],
},
{
type: "category",
label: "Projects",
Expand Down Expand Up @@ -1440,24 +1458,6 @@ const sidebar: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Ai Playground result controller",
link: {
type: "doc",
id: "ai-playground-result-controller",
},
collapsible: false,
collapsed: false,
items: [
{
type: "doc",
id: "get-ai-playground-result",
label: "Get ai playground result",
className: "api-method post",
},
],
},
{
type: "category",
label: "Authentication",
Expand Down
2 changes: 1 addition & 1 deletion apiSpecGeneration/apiSpecs.json

Large diffs are not rendered by default.