File tree Expand file tree Collapse file tree 2 files changed +31
-31
lines changed
Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -1488,6 +1488,36 @@ const sidebar: SidebarsConfig = {
14881488 } ,
14891489 ] ,
14901490 } ,
1491+ {
1492+ type : "category" ,
1493+ label : "Export" ,
1494+ link : {
1495+ type : "doc" ,
1496+ id : "tag_export" ,
1497+ } ,
1498+ collapsible : false ,
1499+ collapsed : false ,
1500+ items : [
1501+ {
1502+ type : "doc" ,
1503+ id : "do-export-json-zip" ,
1504+ label : "Export to ZIP of jsons" ,
1505+ className : "menu__list-item--deprecated api-method get" ,
1506+ } ,
1507+ {
1508+ type : "doc" ,
1509+ id : "export-data" ,
1510+ label : "Export data" ,
1511+ className : "api-method get" ,
1512+ } ,
1513+ {
1514+ type : "doc" ,
1515+ id : "export-post" ,
1516+ label : "Export data (post)" ,
1517+ className : "api-method post" ,
1518+ } ,
1519+ ] ,
1520+ } ,
14911521 {
14921522 type : "category" ,
14931523 label : "Llm providers" ,
@@ -1536,36 +1566,6 @@ const sidebar: SidebarsConfig = {
15361566 } ,
15371567 ] ,
15381568 } ,
1539- {
1540- type : "category" ,
1541- label : "Export" ,
1542- link : {
1543- type : "doc" ,
1544- id : "tag_export" ,
1545- } ,
1546- collapsible : false ,
1547- collapsed : false ,
1548- items : [
1549- {
1550- type : "doc" ,
1551- id : "do-export-json-zip" ,
1552- label : "Export to ZIP of jsons" ,
1553- className : "menu__list-item--deprecated api-method get" ,
1554- } ,
1555- {
1556- type : "doc" ,
1557- id : "export-data" ,
1558- label : "Export data" ,
1559- className : "api-method get" ,
1560- } ,
1561- {
1562- type : "doc" ,
1563- id : "export-post" ,
1564- label : "Export data (post)" ,
1565- className : "api-method post" ,
1566- } ,
1567- ] ,
1568- } ,
15691569 {
15701570 type : "category" ,
15711571 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