Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Default ToC menus to collapsed rather than expanded.#344

Merged
jmacdotorg merged 2 commits intomainfromcollapse-toc
May 16, 2025
Merged
Changes fromall 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 deletionssidebars.ts
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 DownExpand Up@@ -177,7 +177,7 @@ const sidebars: SidebarsConfig = {
},
{
type: "category",
collapsed:false,
collapsed:true,
label: "Resources",
items: [
"getting-started/support",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp