Skip to content

Commit 4bb8254

Browse files
committed
chore: Update generated docs to align with v3.167.3
1 parent 2ca4119 commit 4bb8254

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
@@ -1362,66 +1362,6 @@ 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-
},
14251365
{
14261366
type: "category",
14271367
label: "Projects",
@@ -1526,32 +1466,62 @@ const sidebar: SidebarsConfig = {
15261466
},
15271467
{
15281468
type: "category",
1529-
label: "Export",
1469+
label: "Ai prompt controller",
15301470
link: {
15311471
type: "doc",
1532-
id: "tag_export",
1472+
id: "tag_ai-prompt-controller",
15331473
},
15341474
collapsible: false,
15351475
collapsed: false,
15361476
items: [
15371477
{
15381478
type: "doc",
1539-
id: "do-export-json-zip",
1540-
label: "Export to ZIP of jsons",
1541-
className: "menu__list-item--deprecated api-method get",
1479+
id: "get-all-paged",
1480+
label: "Get all prompts",
1481+
className: "api-method get",
15421482
},
15431483
{
15441484
type: "doc",
1545-
id: "export-data",
1546-
label: "Export data",
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",
15471493
className: "api-method get",
15481494
},
15491495
{
15501496
type: "doc",
1551-
id: "export-post",
1552-
label: "Export data (post)",
1497+
id: "variables",
1498+
label: "Get variables",
1499+
className: "api-method get",
1500+
},
1501+
{
1502+
type: "doc",
1503+
id: "run",
1504+
label: "Run prompt",
15531505
className: "api-method post",
15541506
},
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+
},
15551525
],
15561526
},
15571527
{
@@ -1620,6 +1590,36 @@ const sidebar: SidebarsConfig = {
16201590
},
16211591
],
16221592
},
1593+
{
1594+
type: "category",
1595+
label: "Export",
1596+
link: {
1597+
type: "doc",
1598+
id: "tag_export",
1599+
},
1600+
collapsible: false,
1601+
collapsed: false,
1602+
items: [
1603+
{
1604+
type: "doc",
1605+
id: "do-export-json-zip",
1606+
label: "Export to ZIP of jsons",
1607+
className: "menu__list-item--deprecated api-method get",
1608+
},
1609+
{
1610+
type: "doc",
1611+
id: "export-data",
1612+
label: "Export data",
1613+
className: "api-method get",
1614+
},
1615+
{
1616+
type: "doc",
1617+
id: "export-post",
1618+
label: "Export data (post)",
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)