Skip to content

Commit 36782c6

Browse files
committed
chore: Update generated docs to align with v3.177.1
1 parent ce3ff00 commit 36782c6

3 files changed

Lines changed: 80 additions & 80 deletions

File tree

api/enhancedSidebar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api/sidebar.ts

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,66 @@ const sidebar: SidebarsConfig = {
13621362
},
13631363
],
13641364
},
1365+
{
1366+
type: "category",
1367+
label: "Ai prompt controller",
1368+
link: {
1369+
type: "doc",
1370+
id: "tag_ai-prompt-controller",
1371+
},
1372+
collapsible: false,
1373+
collapsed: false,
1374+
items: [
1375+
{
1376+
type: "doc",
1377+
id: "get-all-paged",
1378+
label: "Get all prompts",
1379+
className: "api-method get",
1380+
},
1381+
{
1382+
type: "doc",
1383+
id: "create-prompt",
1384+
label: "Create prompt",
1385+
className: "api-method post",
1386+
},
1387+
{
1388+
type: "doc",
1389+
id: "get-default-prompt",
1390+
label: "Get default prompt",
1391+
className: "api-method get",
1392+
},
1393+
{
1394+
type: "doc",
1395+
id: "variables",
1396+
label: "Get variables",
1397+
className: "api-method get",
1398+
},
1399+
{
1400+
type: "doc",
1401+
id: "run",
1402+
label: "Run prompt",
1403+
className: "api-method post",
1404+
},
1405+
{
1406+
type: "doc",
1407+
id: "get-prompt",
1408+
label: "Get prompt by id",
1409+
className: "api-method get",
1410+
},
1411+
{
1412+
type: "doc",
1413+
id: "update-prompt",
1414+
label: "Update prompt",
1415+
className: "api-method put",
1416+
},
1417+
{
1418+
type: "doc",
1419+
id: "delete-prompt",
1420+
label: "Delete prompt",
1421+
className: "api-method delete",
1422+
},
1423+
],
1424+
},
13651425
{
13661426
type: "category",
13671427
label: "Projects",
@@ -1464,66 +1524,6 @@ const sidebar: SidebarsConfig = {
14641524
},
14651525
],
14661526
},
1467-
{
1468-
type: "category",
1469-
label: "Ai prompt controller",
1470-
link: {
1471-
type: "doc",
1472-
id: "tag_ai-prompt-controller",
1473-
},
1474-
collapsible: false,
1475-
collapsed: false,
1476-
items: [
1477-
{
1478-
type: "doc",
1479-
id: "get-all-paged",
1480-
label: "Get all prompts",
1481-
className: "api-method get",
1482-
},
1483-
{
1484-
type: "doc",
1485-
id: "create-prompt",
1486-
label: "Create prompt",
1487-
className: "api-method post",
1488-
},
1489-
{
1490-
type: "doc",
1491-
id: "get-default-prompt",
1492-
label: "Get default prompt",
1493-
className: "api-method get",
1494-
},
1495-
{
1496-
type: "doc",
1497-
id: "variables",
1498-
label: "Get variables",
1499-
className: "api-method get",
1500-
},
1501-
{
1502-
type: "doc",
1503-
id: "run",
1504-
label: "Run prompt",
1505-
className: "api-method post",
1506-
},
1507-
{
1508-
type: "doc",
1509-
id: "get-prompt",
1510-
label: "Get prompt by id",
1511-
className: "api-method get",
1512-
},
1513-
{
1514-
type: "doc",
1515-
id: "update-prompt",
1516-
label: "Update prompt",
1517-
className: "api-method put",
1518-
},
1519-
{
1520-
type: "doc",
1521-
id: "delete-prompt",
1522-
label: "Delete prompt",
1523-
className: "api-method delete",
1524-
},
1525-
],
1526-
},
15271527
{
15281528
type: "category",
15291529
label: "Export",
@@ -1554,24 +1554,6 @@ const sidebar: SidebarsConfig = {
15541554
},
15551555
],
15561556
},
1557-
{
1558-
type: "category",
1559-
label: "Ai Playground result controller",
1560-
link: {
1561-
type: "doc",
1562-
id: "tag_ai-playground-result-controller",
1563-
},
1564-
collapsible: false,
1565-
collapsed: false,
1566-
items: [
1567-
{
1568-
type: "doc",
1569-
id: "get-ai-playground-result",
1570-
label: "Get ai playground result",
1571-
className: "api-method post",
1572-
},
1573-
],
1574-
},
15751557
{
15761558
type: "category",
15771559
label: "Llm providers",
@@ -1620,6 +1602,24 @@ const sidebar: SidebarsConfig = {
16201602
},
16211603
],
16221604
},
1605+
{
1606+
type: "category",
1607+
label: "Ai Playground result controller",
1608+
link: {
1609+
type: "doc",
1610+
id: "tag_ai-playground-result-controller",
1611+
},
1612+
collapsible: false,
1613+
collapsed: false,
1614+
items: [
1615+
{
1616+
type: "doc",
1617+
id: "get-ai-playground-result",
1618+
label: "Get ai playground result",
1619+
className: "api-method post",
1620+
},
1621+
],
1622+
},
16231623
{
16241624
type: "category",
16251625
label: "Authentication",

apiSpecGeneration/apiSpecs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)