@@ -1334,109 +1334,103 @@ const sidebar: SidebarsConfig = {
13341334 } ,
13351335 {
13361336 type : "category" ,
1337- label : "Ai prompt controller " ,
1337+ label : "Projects " ,
13381338 link : {
13391339 type : "doc" ,
1340- id : "tag_ai-prompt-controller " ,
1340+ id : "tag_projects " ,
13411341 } ,
13421342 collapsible : false ,
13431343 collapsed : false ,
13441344 items : [
13451345 {
13461346 type : "doc" ,
1347- id : "get-all-paged " ,
1348- label : "Get all prompts " ,
1347+ id : "get-all" ,
1348+ label : "Get all permitted " ,
13491349 className : "api-method get" ,
13501350 } ,
13511351 {
13521352 type : "doc" ,
1353- id : "create-prompt " ,
1354- label : "Create prompt " ,
1353+ id : "create-project " ,
1354+ label : "Create project " ,
13551355 className : "api-method post" ,
13561356 } ,
13571357 {
13581358 type : "doc" ,
1359- id : "get-default-prompt " ,
1360- label : "Get default prompt " ,
1359+ id : "get-2 " ,
1360+ label : "Get one project " ,
13611361 className : "api-method get" ,
13621362 } ,
13631363 {
13641364 type : "doc" ,
1365- id : "variables " ,
1366- label : "Get variables " ,
1367- className : "api-method get " ,
1365+ id : "edit-project " ,
1366+ label : "Update project settings " ,
1367+ className : "api-method put " ,
13681368 } ,
13691369 {
13701370 type : "doc" ,
1371- id : "run " ,
1372- label : "Run prompt " ,
1373- className : "api-method post " ,
1371+ id : "delete-project " ,
1372+ label : "Delete project " ,
1373+ className : "api-method delete " ,
13741374 } ,
13751375 {
13761376 type : "doc" ,
1377- id : "get-prompt " ,
1378- label : "Get prompt by id " ,
1377+ id : "get-activity " ,
1378+ label : "Get project activity " ,
13791379 className : "api-method get" ,
13801380 } ,
13811381 {
13821382 type : "doc" ,
1383- id : "update-prompt " ,
1384- label : "Update prompt " ,
1385- className : "api-method put " ,
1383+ id : "get-single-revision " ,
1384+ label : "Get one revision data " ,
1385+ className : "api-method get " ,
13861386 } ,
13871387 {
13881388 type : "doc" ,
1389- id : "delete-prompt " ,
1390- label : "Delete prompt " ,
1391- className : "api-method delete " ,
1389+ id : "get-modified-entities-by-revision " ,
1390+ label : "Get modified entities in revision " ,
1391+ className : "api-method get " ,
13921392 } ,
1393- ] ,
1394- } ,
1395- {
1396- type : "category" ,
1397- label : "Llm providers" ,
1398- link : {
1399- type : "doc" ,
1400- id : "tag_llm-providers" ,
1401- } ,
1402- collapsible : false ,
1403- collapsed : false ,
1404- items : [
14051393 {
14061394 type : "doc" ,
1407- id : "get-all-11 " ,
1408- label : "Get all organization-specific providers " ,
1409- className : "api-method get " ,
1395+ id : "upload-avatar-1 " ,
1396+ label : "Upload project avatar " ,
1397+ className : "api-method put " ,
14101398 } ,
14111399 {
14121400 type : "doc" ,
1413- id : "create-provider " ,
1414- label : "Create organization-specific provider " ,
1415- className : "api-method post " ,
1401+ id : "remove-avatar-1 " ,
1402+ label : "Delete project avatar " ,
1403+ className : "api-method delete " ,
14161404 } ,
14171405 {
14181406 type : "doc" ,
1419- id : "get-available-providers " ,
1420- label : "Get all available llm providers " ,
1421- className : "api-method get " ,
1407+ id : "leave-project " ,
1408+ label : "Leave project " ,
1409+ className : "api-method put " ,
14221410 } ,
14231411 {
14241412 type : "doc" ,
1425- id : "get-server-providers " ,
1426- label : "Get all server-configured providers " ,
1413+ id : "get-all-users " ,
1414+ label : "Get users with project access " ,
14271415 className : "api-method get" ,
14281416 } ,
14291417 {
14301418 type : "doc" ,
1431- id : "update-provider " ,
1432- label : "Update organization-specific provider " ,
1419+ id : "revoke-permission " ,
1420+ label : "Revoke project access " ,
14331421 className : "api-method put" ,
14341422 } ,
14351423 {
14361424 type : "doc" ,
1437- id : "delete-provider" ,
1438- label : "Delete organization-specific provider" ,
1439- className : "api-method delete" ,
1425+ id : "remove-direct-project-permissions" ,
1426+ label : "Remove direct project permission" ,
1427+ className : "api-method put" ,
1428+ } ,
1429+ {
1430+ type : "doc" ,
1431+ id : "set-users-permissions-1" ,
1432+ label : "Set direct permission to user" ,
1433+ className : "api-method put" ,
14401434 } ,
14411435 ] ,
14421436 } ,
@@ -1472,103 +1466,109 @@ const sidebar: SidebarsConfig = {
14721466 } ,
14731467 {
14741468 type : "category" ,
1475- label : "Projects " ,
1469+ label : "Llm providers " ,
14761470 link : {
14771471 type : "doc" ,
1478- id : "tag_projects " ,
1472+ id : "tag_llm-providers " ,
14791473 } ,
14801474 collapsible : false ,
14811475 collapsed : false ,
14821476 items : [
14831477 {
14841478 type : "doc" ,
1485- id : "get-all" ,
1486- label : "Get all permitted " ,
1479+ id : "get-all-11 " ,
1480+ label : "Get all organization-specific providers " ,
14871481 className : "api-method get" ,
14881482 } ,
14891483 {
14901484 type : "doc" ,
1491- id : "create-project " ,
1492- label : "Create project " ,
1485+ id : "create-provider " ,
1486+ label : "Create organization-specific provider " ,
14931487 className : "api-method post" ,
14941488 } ,
14951489 {
14961490 type : "doc" ,
1497- id : "get-2 " ,
1498- label : "Get one project " ,
1491+ id : "get-available-providers " ,
1492+ label : "Get all available llm providers " ,
14991493 className : "api-method get" ,
15001494 } ,
15011495 {
15021496 type : "doc" ,
1503- id : "edit-project " ,
1504- label : "Update project settings " ,
1505- className : "api-method put " ,
1497+ id : "get-server-providers " ,
1498+ label : "Get all server-configured providers " ,
1499+ className : "api-method get " ,
15061500 } ,
15071501 {
15081502 type : "doc" ,
1509- id : "delete-project " ,
1510- label : "Delete project " ,
1511- className : "api-method delete " ,
1503+ id : "update-provider " ,
1504+ label : "Update organization-specific provider " ,
1505+ className : "api-method put " ,
15121506 } ,
15131507 {
15141508 type : "doc" ,
1515- id : "get-activity " ,
1516- label : "Get project activity " ,
1517- className : "api-method get " ,
1509+ id : "delete-provider " ,
1510+ label : "Delete organization-specific provider " ,
1511+ className : "api-method delete " ,
15181512 } ,
1513+ ] ,
1514+ } ,
1515+ {
1516+ type : "category" ,
1517+ label : "Ai prompt controller" ,
1518+ link : {
1519+ type : "doc" ,
1520+ id : "tag_ai-prompt-controller" ,
1521+ } ,
1522+ collapsible : false ,
1523+ collapsed : false ,
1524+ items : [
15191525 {
15201526 type : "doc" ,
1521- id : "get-single-revision " ,
1522- label : "Get one revision data " ,
1527+ id : "get-all-paged " ,
1528+ label : "Get all prompts " ,
15231529 className : "api-method get" ,
15241530 } ,
15251531 {
15261532 type : "doc" ,
1527- id : "get-modified-entities-by-revision " ,
1528- label : "Get modified entities in revision " ,
1529- className : "api-method get " ,
1533+ id : "create-prompt " ,
1534+ label : "Create prompt " ,
1535+ className : "api-method post " ,
15301536 } ,
15311537 {
15321538 type : "doc" ,
1533- id : "upload-avatar-1 " ,
1534- label : "Upload project avatar " ,
1535- className : "api-method put " ,
1539+ id : "get-default-prompt " ,
1540+ label : "Get default prompt " ,
1541+ className : "api-method get " ,
15361542 } ,
15371543 {
15381544 type : "doc" ,
1539- id : "remove-avatar-1 " ,
1540- label : "Delete project avatar " ,
1541- className : "api-method delete " ,
1545+ id : "variables " ,
1546+ label : "Get variables " ,
1547+ className : "api-method get " ,
15421548 } ,
15431549 {
15441550 type : "doc" ,
1545- id : "leave-project " ,
1546- label : "Leave project " ,
1547- className : "api-method put " ,
1551+ id : "run " ,
1552+ label : "Run prompt " ,
1553+ className : "api-method post " ,
15481554 } ,
15491555 {
15501556 type : "doc" ,
1551- id : "get-all-users " ,
1552- label : "Get users with project access " ,
1557+ id : "get-prompt " ,
1558+ label : "Get prompt by id " ,
15531559 className : "api-method get" ,
15541560 } ,
15551561 {
15561562 type : "doc" ,
1557- id : "revoke-permission" ,
1558- label : "Revoke project access" ,
1559- className : "api-method put" ,
1560- } ,
1561- {
1562- type : "doc" ,
1563- id : "remove-direct-project-permissions" ,
1564- label : "Remove direct project permission" ,
1563+ id : "update-prompt" ,
1564+ label : "Update prompt" ,
15651565 className : "api-method put" ,
15661566 } ,
15671567 {
15681568 type : "doc" ,
1569- id : "set-users-permissions-1 " ,
1570- label : "Set direct permission to user " ,
1571- className : "api-method put " ,
1569+ id : "delete-prompt " ,
1570+ label : "Delete prompt " ,
1571+ className : "api-method delete " ,
15721572 } ,
15731573 ] ,
15741574 } ,
0 commit comments