Skip to content

Commit 6242b68

Browse files
committed
chore: Update generated docs to align with v3.163.2.1
1 parent 5e1a868 commit 6242b68

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

api/sidebar.ts

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,66 +1326,6 @@ const sidebar: SidebarsConfig = {
13261326
},
13271327
],
13281328
},
1329-
{
1330-
type: "category",
1331-
label: "Ai prompt controller",
1332-
link: {
1333-
type: "doc",
1334-
id: "tag_ai-prompt-controller",
1335-
},
1336-
collapsible: false,
1337-
collapsed: false,
1338-
items: [
1339-
{
1340-
type: "doc",
1341-
id: "get-all-paged",
1342-
label: "Get all prompts",
1343-
className: "api-method get",
1344-
},
1345-
{
1346-
type: "doc",
1347-
id: "create-prompt",
1348-
label: "Create prompt",
1349-
className: "api-method post",
1350-
},
1351-
{
1352-
type: "doc",
1353-
id: "get-default-prompt",
1354-
label: "Get default prompt",
1355-
className: "api-method get",
1356-
},
1357-
{
1358-
type: "doc",
1359-
id: "variables",
1360-
label: "Get variables",
1361-
className: "api-method get",
1362-
},
1363-
{
1364-
type: "doc",
1365-
id: "run",
1366-
label: "Run prompt",
1367-
className: "api-method post",
1368-
},
1369-
{
1370-
type: "doc",
1371-
id: "get-prompt",
1372-
label: "Get prompt by id",
1373-
className: "api-method get",
1374-
},
1375-
{
1376-
type: "doc",
1377-
id: "update-prompt",
1378-
label: "Update prompt",
1379-
className: "api-method put",
1380-
},
1381-
{
1382-
type: "doc",
1383-
id: "delete-prompt",
1384-
label: "Delete prompt",
1385-
className: "api-method delete",
1386-
},
1387-
],
1388-
},
13891329
{
13901330
type: "category",
13911331
label: "Projects",
@@ -1490,32 +1430,62 @@ const sidebar: SidebarsConfig = {
14901430
},
14911431
{
14921432
type: "category",
1493-
label: "Export",
1433+
label: "Ai prompt controller",
14941434
link: {
14951435
type: "doc",
1496-
id: "tag_export",
1436+
id: "tag_ai-prompt-controller",
14971437
},
14981438
collapsible: false,
14991439
collapsed: false,
15001440
items: [
15011441
{
15021442
type: "doc",
1503-
id: "do-export-json-zip",
1504-
label: "Export to ZIP of jsons",
1505-
className: "menu__list-item--deprecated api-method get",
1443+
id: "get-all-paged",
1444+
label: "Get all prompts",
1445+
className: "api-method get",
15061446
},
15071447
{
15081448
type: "doc",
1509-
id: "export-data",
1510-
label: "Export data",
1449+
id: "create-prompt",
1450+
label: "Create prompt",
1451+
className: "api-method post",
1452+
},
1453+
{
1454+
type: "doc",
1455+
id: "get-default-prompt",
1456+
label: "Get default prompt",
15111457
className: "api-method get",
15121458
},
15131459
{
15141460
type: "doc",
1515-
id: "export-post",
1516-
label: "Export data (post)",
1461+
id: "variables",
1462+
label: "Get variables",
1463+
className: "api-method get",
1464+
},
1465+
{
1466+
type: "doc",
1467+
id: "run",
1468+
label: "Run prompt",
15171469
className: "api-method post",
15181470
},
1471+
{
1472+
type: "doc",
1473+
id: "get-prompt",
1474+
label: "Get prompt by id",
1475+
className: "api-method get",
1476+
},
1477+
{
1478+
type: "doc",
1479+
id: "update-prompt",
1480+
label: "Update prompt",
1481+
className: "api-method put",
1482+
},
1483+
{
1484+
type: "doc",
1485+
id: "delete-prompt",
1486+
label: "Delete prompt",
1487+
className: "api-method delete",
1488+
},
15191489
],
15201490
},
15211491
{
@@ -1584,6 +1554,36 @@ const sidebar: SidebarsConfig = {
15841554
},
15851555
],
15861556
},
1557+
{
1558+
type: "category",
1559+
label: "Export",
1560+
link: {
1561+
type: "doc",
1562+
id: "tag_export",
1563+
},
1564+
collapsible: false,
1565+
collapsed: false,
1566+
items: [
1567+
{
1568+
type: "doc",
1569+
id: "do-export-json-zip",
1570+
label: "Export to ZIP of jsons",
1571+
className: "menu__list-item--deprecated api-method get",
1572+
},
1573+
{
1574+
type: "doc",
1575+
id: "export-data",
1576+
label: "Export data",
1577+
className: "api-method get",
1578+
},
1579+
{
1580+
type: "doc",
1581+
id: "export-post",
1582+
label: "Export data (post)",
1583+
className: "api-method post",
1584+
},
1585+
],
1586+
},
15871587
{
15881588
type: "category",
15891589
label: "Authentication",

apiSpecGeneration/apiSpecs.json

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

0 commit comments

Comments
 (0)