Skip to content

Commit aaf02e0

Browse files
Update generated docs to align with v3.134.0 (#1039)
This PR was generated by GitHub Action. It updates the generated docs.
1 parent 058aa68 commit aaf02e0

File tree

4 files changed

+70
-71
lines changed

4 files changed

+70
-71
lines changed

api/enhancedSidebar.json

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

api/sidebar.ts

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,54 +1212,6 @@ const sidebar: SidebarsConfig = {
12121212
},
12131213
],
12141214
},
1215-
{
1216-
type: "category",
1217-
label: "Llm providers",
1218-
link: {
1219-
type: "doc",
1220-
id: "llm-providers",
1221-
},
1222-
collapsible: false,
1223-
collapsed: false,
1224-
items: [
1225-
{
1226-
type: "doc",
1227-
id: "get-all-11",
1228-
label: "Get all organization-specific providers",
1229-
className: "api-method get",
1230-
},
1231-
{
1232-
type: "doc",
1233-
id: "create-provider",
1234-
label: "Create organization-specific provider",
1235-
className: "api-method post",
1236-
},
1237-
{
1238-
type: "doc",
1239-
id: "get-available-providers",
1240-
label: "Get all available llm providers",
1241-
className: "api-method get",
1242-
},
1243-
{
1244-
type: "doc",
1245-
id: "get-server-providers",
1246-
label: "Get all server-configured providers",
1247-
className: "api-method get",
1248-
},
1249-
{
1250-
type: "doc",
1251-
id: "update-provider",
1252-
label: "Update organization-specific provider",
1253-
className: "api-method put",
1254-
},
1255-
{
1256-
type: "doc",
1257-
id: "delete-provider",
1258-
label: "Delete organization-specific provider",
1259-
className: "api-method delete",
1260-
},
1261-
],
1262-
},
12631215
{
12641216
type: "category",
12651217
label: "Ai prompt controller",
@@ -1320,6 +1272,36 @@ const sidebar: SidebarsConfig = {
13201272
},
13211273
],
13221274
},
1275+
{
1276+
type: "category",
1277+
label: "Export",
1278+
link: {
1279+
type: "doc",
1280+
id: "export",
1281+
},
1282+
collapsible: false,
1283+
collapsed: false,
1284+
items: [
1285+
{
1286+
type: "doc",
1287+
id: "do-export-json-zip",
1288+
label: "Export to ZIP of jsons",
1289+
className: "menu__list-item--deprecated api-method get",
1290+
},
1291+
{
1292+
type: "doc",
1293+
id: "export-data",
1294+
label: "Export data",
1295+
className: "api-method get",
1296+
},
1297+
{
1298+
type: "doc",
1299+
id: "export-post",
1300+
label: "Export data (post)",
1301+
className: "api-method post",
1302+
},
1303+
],
1304+
},
13231305
{
13241306
type: "category",
13251307
label: "Projects",
@@ -1424,48 +1406,66 @@ const sidebar: SidebarsConfig = {
14241406
},
14251407
{
14261408
type: "category",
1427-
label: "Ai Playground result controller",
1409+
label: "Llm providers",
14281410
link: {
14291411
type: "doc",
1430-
id: "ai-playground-result-controller",
1412+
id: "llm-providers",
14311413
},
14321414
collapsible: false,
14331415
collapsed: false,
14341416
items: [
14351417
{
14361418
type: "doc",
1437-
id: "get-ai-playground-result",
1438-
label: "Get ai playground result",
1419+
id: "get-all-11",
1420+
label: "Get all organization-specific providers",
1421+
className: "api-method get",
1422+
},
1423+
{
1424+
type: "doc",
1425+
id: "create-provider",
1426+
label: "Create organization-specific provider",
14391427
className: "api-method post",
14401428
},
1429+
{
1430+
type: "doc",
1431+
id: "get-available-providers",
1432+
label: "Get all available llm providers",
1433+
className: "api-method get",
1434+
},
1435+
{
1436+
type: "doc",
1437+
id: "get-server-providers",
1438+
label: "Get all server-configured providers",
1439+
className: "api-method get",
1440+
},
1441+
{
1442+
type: "doc",
1443+
id: "update-provider",
1444+
label: "Update organization-specific provider",
1445+
className: "api-method put",
1446+
},
1447+
{
1448+
type: "doc",
1449+
id: "delete-provider",
1450+
label: "Delete organization-specific provider",
1451+
className: "api-method delete",
1452+
},
14411453
],
14421454
},
14431455
{
14441456
type: "category",
1445-
label: "Export",
1457+
label: "Ai Playground result controller",
14461458
link: {
14471459
type: "doc",
1448-
id: "export",
1460+
id: "ai-playground-result-controller",
14491461
},
14501462
collapsible: false,
14511463
collapsed: false,
14521464
items: [
14531465
{
14541466
type: "doc",
1455-
id: "do-export-json-zip",
1456-
label: "Export to ZIP of jsons",
1457-
className: "menu__list-item--deprecated api-method get",
1458-
},
1459-
{
1460-
type: "doc",
1461-
id: "export-data",
1462-
label: "Export data",
1463-
className: "api-method get",
1464-
},
1465-
{
1466-
type: "doc",
1467-
id: "export-post",
1468-
label: "Export data (post)",
1467+
id: "get-ai-playground-result",
1468+
label: "Get ai playground result",
14691469
className: "api-method post",
14701470
},
14711471
],

apiSpecGeneration/apiSpecs.json

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

platform/self_hosting/configuration.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: configuration
33
title: Server configuration
44
sidebar_label: Configuration
55
slug: /self_hosting/configuration
6-
image: /img/og-images/self-hosting.png
76
toc_max_heading_level: 4
87
---
98

0 commit comments

Comments
 (0)