1414
1515 @type {import('@docusaurus/plugin-content-docs').SidebarsConfig }
1616 */
17+ import typedocSidebarHypergraph from './docs/api-reference/hypergraph/typedoc-sidebar.cjs' ;
18+ import typedocSidebarHypergraphReact from './docs/api-reference/hypergraph-react/typedoc-sidebar.cjs' ;
19+
1720const sidebars = {
1821 // By default, Docusaurus generates a sidebar from the docs folder structure
1922 docs : [
@@ -34,7 +37,24 @@ const sidebars = {
3437 { type : 'doc' , id : 'filtering-query-results' , label : 'π Filtering Query Results' } ,
3538 { type : 'doc' , id : 'space-invitations' , label : 'π Space Invitations' } ,
3639 { type : 'doc' , id : 'inboxes' , label : 'π Inboxes' } ,
37- // { type: 'doc', id: 'api-reference', label: 'π API Reference' },
40+ {
41+ type : 'category' ,
42+ label : 'π API Reference' ,
43+ items : [
44+ {
45+ type : 'category' ,
46+ label : 'Hypergraph' ,
47+ link : { type : 'doc' , id : 'api-reference/hypergraph/index' } ,
48+ items : typedocSidebarHypergraph ,
49+ } ,
50+ {
51+ type : 'category' ,
52+ label : 'Hypergraph React' ,
53+ link : { type : 'doc' , id : 'api-reference/hypergraph-react/index' } ,
54+ items : typedocSidebarHypergraphReact ,
55+ } ,
56+ ] ,
57+ } ,
3858 { type : 'doc' , id : 'troubleshooting' , label : 'π οΈ Troubleshooting' } ,
3959 { type : 'doc' , id : 'faq' , label : 'β FAQ' } ,
4060 {
0 commit comments