File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1524,6 +1524,36 @@ const sidebar: SidebarsConfig = {
15241524 } ,
15251525 ] ,
15261526 } ,
1527+ {
1528+ type : "category" ,
1529+ label : "Export" ,
1530+ link : {
1531+ type : "doc" ,
1532+ id : "tag_export" ,
1533+ } ,
1534+ collapsible : false ,
1535+ collapsed : false ,
1536+ items : [
1537+ {
1538+ type : "doc" ,
1539+ id : "do-export-json-zip" ,
1540+ label : "Export to ZIP of jsons" ,
1541+ className : "menu__list-item--deprecated api-method get" ,
1542+ } ,
1543+ {
1544+ type : "doc" ,
1545+ id : "export-data" ,
1546+ label : "Export data" ,
1547+ className : "api-method get" ,
1548+ } ,
1549+ {
1550+ type : "doc" ,
1551+ id : "export-post" ,
1552+ label : "Export data (post)" ,
1553+ className : "api-method post" ,
1554+ } ,
1555+ ] ,
1556+ } ,
15271557 {
15281558 type : "category" ,
15291559 label : "Llm providers" ,
@@ -1572,36 +1602,6 @@ const sidebar: SidebarsConfig = {
15721602 } ,
15731603 ] ,
15741604 } ,
1575- {
1576- type : "category" ,
1577- label : "Export" ,
1578- link : {
1579- type : "doc" ,
1580- id : "tag_export" ,
1581- } ,
1582- collapsible : false ,
1583- collapsed : false ,
1584- items : [
1585- {
1586- type : "doc" ,
1587- id : "do-export-json-zip" ,
1588- label : "Export to ZIP of jsons" ,
1589- className : "menu__list-item--deprecated api-method get" ,
1590- } ,
1591- {
1592- type : "doc" ,
1593- id : "export-data" ,
1594- label : "Export data" ,
1595- className : "api-method get" ,
1596- } ,
1597- {
1598- type : "doc" ,
1599- id : "export-post" ,
1600- label : "Export data (post)" ,
1601- className : "api-method post" ,
1602- } ,
1603- ] ,
1604- } ,
16051605 {
16061606 type : "category" ,
16071607 label : "Ai Playground result controller" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments