Skip to content

Default ToC menus to collapsed rather than expanded. #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ const sidebars: SidebarsConfig = {
docsSidebar: [
{
type: "category",
collapsed: false,
collapsed: true,
label: "Get started with CodeRabbit",
items: ["overview/introduction", "getting-started/quickstart"],
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Add CodeRabbit to your repository",
items: [
"platforms/platforms",
Expand Down Expand Up @@ -70,7 +70,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Configure CodeRabbit",
items: [
"getting-started/configure-coderabbit",
Expand All @@ -81,14 +81,14 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Review pull requests",
items: [
"guides/commands",
"guides/agent_chat",
{
type: "category",
collapsed: false,
collapsed: true,
label: "Analyze and improve your code",
items: [
"integrations/code-graph-analysis",
Expand All @@ -99,7 +99,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Create and resolve issues",
items: [
"integrations/issue-integrations",
Expand All @@ -110,7 +110,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Review local changes",
items: [
"guides/about-vscode",
Expand All @@ -122,7 +122,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Generate reports",
items: [
"guides/ondemand-reports",
Expand All @@ -132,7 +132,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Reference",
items: [
{
Expand Down Expand Up @@ -177,7 +177,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed: false,
collapsed: true,
label: "Resources",
items: [
"getting-started/support",
Expand Down