@@ -30,13 +30,13 @@ const sidebars: SidebarsConfig = {
3030 docsSidebar : [
3131 {
3232 type : "category" ,
33- collapsed : false ,
33+ collapsed : true ,
3434 label : "Get started with CodeRabbit" ,
3535 items : [ "overview/introduction" , "getting-started/quickstart" ] ,
3636 } ,
3737 {
3838 type : "category" ,
39- collapsed : false ,
39+ collapsed : true ,
4040 label : "Add CodeRabbit to your repository" ,
4141 items : [
4242 "platforms/platforms" ,
@@ -70,7 +70,7 @@ const sidebars: SidebarsConfig = {
7070 } ,
7171 {
7272 type : "category" ,
73- collapsed : false ,
73+ collapsed : true ,
7474 label : "Configure CodeRabbit" ,
7575 items : [
7676 "getting-started/configure-coderabbit" ,
@@ -81,14 +81,14 @@ const sidebars: SidebarsConfig = {
8181 } ,
8282 {
8383 type : "category" ,
84- collapsed : false ,
84+ collapsed : true ,
8585 label : "Review pull requests" ,
8686 items : [
8787 "guides/commands" ,
8888 "guides/agent_chat" ,
8989 {
9090 type : "category" ,
91- collapsed : false ,
91+ collapsed : true ,
9292 label : "Analyze and improve your code" ,
9393 items : [
9494 "integrations/code-graph-analysis" ,
@@ -99,7 +99,7 @@ const sidebars: SidebarsConfig = {
9999 } ,
100100 {
101101 type : "category" ,
102- collapsed : false ,
102+ collapsed : true ,
103103 label : "Create and resolve issues" ,
104104 items : [
105105 "integrations/issue-integrations" ,
@@ -110,7 +110,7 @@ const sidebars: SidebarsConfig = {
110110 } ,
111111 {
112112 type : "category" ,
113- collapsed : false ,
113+ collapsed : true ,
114114 label : "Review local changes" ,
115115 items : [
116116 "guides/about-vscode" ,
@@ -122,7 +122,7 @@ const sidebars: SidebarsConfig = {
122122 } ,
123123 {
124124 type : "category" ,
125- collapsed : false ,
125+ collapsed : true ,
126126 label : "Generate reports" ,
127127 items : [
128128 "guides/ondemand-reports" ,
@@ -132,7 +132,7 @@ const sidebars: SidebarsConfig = {
132132 } ,
133133 {
134134 type : "category" ,
135- collapsed : false ,
135+ collapsed : true ,
136136 label : "Reference" ,
137137 items : [
138138 {
@@ -177,7 +177,7 @@ const sidebars: SidebarsConfig = {
177177 } ,
178178 {
179179 type : "category" ,
180- collapsed : false ,
180+ collapsed : true ,
181181 label : "Resources" ,
182182 items : [
183183 "getting-started/support" ,
0 commit comments