@@ -1362,6 +1362,108 @@ const sidebar: SidebarsConfig = {
13621362 } ,
13631363 ] ,
13641364 } ,
1365+ {
1366+ type : "category" ,
1367+ label : "Projects" ,
1368+ link : {
1369+ type : "doc" ,
1370+ id : "tag_projects" ,
1371+ } ,
1372+ collapsible : false ,
1373+ collapsed : false ,
1374+ items : [
1375+ {
1376+ type : "doc" ,
1377+ id : "get-all" ,
1378+ label : "Get all permitted" ,
1379+ className : "api-method get" ,
1380+ } ,
1381+ {
1382+ type : "doc" ,
1383+ id : "create-project" ,
1384+ label : "Create project" ,
1385+ className : "api-method post" ,
1386+ } ,
1387+ {
1388+ type : "doc" ,
1389+ id : "get-2" ,
1390+ label : "Get one project" ,
1391+ className : "api-method get" ,
1392+ } ,
1393+ {
1394+ type : "doc" ,
1395+ id : "edit-project" ,
1396+ label : "Update project settings" ,
1397+ className : "api-method put" ,
1398+ } ,
1399+ {
1400+ type : "doc" ,
1401+ id : "delete-project" ,
1402+ label : "Delete project" ,
1403+ className : "api-method delete" ,
1404+ } ,
1405+ {
1406+ type : "doc" ,
1407+ id : "get-activity" ,
1408+ label : "Get project activity" ,
1409+ className : "api-method get" ,
1410+ } ,
1411+ {
1412+ type : "doc" ,
1413+ id : "get-single-revision" ,
1414+ label : "Get one revision data" ,
1415+ className : "api-method get" ,
1416+ } ,
1417+ {
1418+ type : "doc" ,
1419+ id : "get-modified-entities-by-revision" ,
1420+ label : "Get modified entities in revision" ,
1421+ className : "api-method get" ,
1422+ } ,
1423+ {
1424+ type : "doc" ,
1425+ id : "upload-avatar-1" ,
1426+ label : "Upload project avatar" ,
1427+ className : "api-method put" ,
1428+ } ,
1429+ {
1430+ type : "doc" ,
1431+ id : "remove-avatar-1" ,
1432+ label : "Delete project avatar" ,
1433+ className : "api-method delete" ,
1434+ } ,
1435+ {
1436+ type : "doc" ,
1437+ id : "leave-project" ,
1438+ label : "Leave project" ,
1439+ className : "api-method put" ,
1440+ } ,
1441+ {
1442+ type : "doc" ,
1443+ id : "get-all-users" ,
1444+ label : "Get users with project access" ,
1445+ className : "api-method get" ,
1446+ } ,
1447+ {
1448+ type : "doc" ,
1449+ id : "revoke-permission" ,
1450+ label : "Revoke project access" ,
1451+ className : "api-method put" ,
1452+ } ,
1453+ {
1454+ type : "doc" ,
1455+ id : "remove-direct-project-permissions" ,
1456+ label : "Remove direct project permission" ,
1457+ className : "api-method put" ,
1458+ } ,
1459+ {
1460+ type : "doc" ,
1461+ id : "set-users-permissions-1" ,
1462+ label : "Set direct permission to user" ,
1463+ className : "api-method put" ,
1464+ } ,
1465+ ] ,
1466+ } ,
13651467 {
13661468 type : "category" ,
13671469 label : "Ai prompt controller" ,
@@ -1470,36 +1572,6 @@ const sidebar: SidebarsConfig = {
14701572 } ,
14711573 ] ,
14721574 } ,
1473- {
1474- type : "category" ,
1475- label : "Export" ,
1476- link : {
1477- type : "doc" ,
1478- id : "tag_export" ,
1479- } ,
1480- collapsible : false ,
1481- collapsed : false ,
1482- items : [
1483- {
1484- type : "doc" ,
1485- id : "do-export-json-zip" ,
1486- label : "Export to ZIP of jsons" ,
1487- className : "menu__list-item--deprecated api-method get" ,
1488- } ,
1489- {
1490- type : "doc" ,
1491- id : "export-data" ,
1492- label : "Export data" ,
1493- className : "api-method get" ,
1494- } ,
1495- {
1496- type : "doc" ,
1497- id : "export-post" ,
1498- label : "Export data (post)" ,
1499- className : "api-method post" ,
1500- } ,
1501- ] ,
1502- } ,
15031575 {
15041576 type : "category" ,
15051577 label : "Ai Playground result controller" ,
@@ -1520,103 +1592,31 @@ const sidebar: SidebarsConfig = {
15201592 } ,
15211593 {
15221594 type : "category" ,
1523- label : "Projects " ,
1595+ label : "Export " ,
15241596 link : {
15251597 type : "doc" ,
1526- id : "tag_projects " ,
1598+ id : "tag_export " ,
15271599 } ,
15281600 collapsible : false ,
15291601 collapsed : false ,
15301602 items : [
15311603 {
15321604 type : "doc" ,
1533- id : "get-all" ,
1534- label : "Get all permitted" ,
1535- className : "api-method get" ,
1536- } ,
1537- {
1538- type : "doc" ,
1539- id : "create-project" ,
1540- label : "Create project" ,
1541- className : "api-method post" ,
1542- } ,
1543- {
1544- type : "doc" ,
1545- id : "get-2" ,
1546- label : "Get one project" ,
1547- className : "api-method get" ,
1548- } ,
1549- {
1550- type : "doc" ,
1551- id : "edit-project" ,
1552- label : "Update project settings" ,
1553- className : "api-method put" ,
1554- } ,
1555- {
1556- type : "doc" ,
1557- id : "delete-project" ,
1558- label : "Delete project" ,
1559- className : "api-method delete" ,
1560- } ,
1561- {
1562- type : "doc" ,
1563- id : "get-activity" ,
1564- label : "Get project activity" ,
1565- className : "api-method get" ,
1566- } ,
1567- {
1568- type : "doc" ,
1569- id : "get-single-revision" ,
1570- label : "Get one revision data" ,
1571- className : "api-method get" ,
1572- } ,
1573- {
1574- type : "doc" ,
1575- id : "get-modified-entities-by-revision" ,
1576- label : "Get modified entities in revision" ,
1577- className : "api-method get" ,
1578- } ,
1579- {
1580- type : "doc" ,
1581- id : "upload-avatar-1" ,
1582- label : "Upload project avatar" ,
1583- className : "api-method put" ,
1584- } ,
1585- {
1586- type : "doc" ,
1587- id : "remove-avatar-1" ,
1588- label : "Delete project avatar" ,
1589- className : "api-method delete" ,
1590- } ,
1591- {
1592- type : "doc" ,
1593- id : "leave-project" ,
1594- label : "Leave project" ,
1595- className : "api-method put" ,
1605+ id : "do-export-json-zip" ,
1606+ label : "Export to ZIP of jsons" ,
1607+ className : "menu__list-item--deprecated api-method get" ,
15961608 } ,
15971609 {
15981610 type : "doc" ,
1599- id : "get-all-users " ,
1600- label : "Get users with project access " ,
1611+ id : "export-data " ,
1612+ label : "Export data " ,
16011613 className : "api-method get" ,
16021614 } ,
16031615 {
16041616 type : "doc" ,
1605- id : "revoke-permission" ,
1606- label : "Revoke project access" ,
1607- className : "api-method put" ,
1608- } ,
1609- {
1610- type : "doc" ,
1611- id : "remove-direct-project-permissions" ,
1612- label : "Remove direct project permission" ,
1613- className : "api-method put" ,
1614- } ,
1615- {
1616- type : "doc" ,
1617- id : "set-users-permissions-1" ,
1618- label : "Set direct permission to user" ,
1619- className : "api-method put" ,
1617+ id : "export-post" ,
1618+ label : "Export data (post)" ,
1619+ className : "api-method post" ,
16201620 } ,
16211621 ] ,
16221622 } ,
0 commit comments