Skip to content

Commit

Permalink
feat: Change sidebar default collapse (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Zhao committed Jun 21, 2024
1 parent 04b70cf commit e3a0368
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
{
type: 'category',
label: 'Getting Started',
collapsed: false,
items: [
{
type: 'category',
Expand All @@ -44,7 +43,6 @@ module.exports = {
{
type: 'category',
label: 'Operations',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -109,7 +107,6 @@ module.exports = {
{
type: 'category',
label: 'Reference',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -152,7 +149,6 @@ module.exports = {
{
type: 'category',
label: 'Advanced Guides',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -205,7 +201,6 @@ module.exports = {
{
type: 'category',
label: 'Development Guides',
collapsed: false,
items: [
'development-guide/configure-development-environment',
{
Expand All @@ -219,7 +214,6 @@ module.exports = {
{
type: 'category',
label: 'Roadmap',
collapsed: false,
items: [
{
type: 'autogenerated',
Expand Down
6 changes: 0 additions & 6 deletions sidebars/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
{
type: 'category',
label: 'Getting Started',
collapsed: false,
items: [
{
type: 'category',
Expand All @@ -33,7 +32,6 @@ module.exports = {
{
type: 'category',
label: 'Operations',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -98,7 +96,6 @@ module.exports = {
{
type: 'category',
label: 'Reference',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -141,7 +138,6 @@ module.exports = {
{
type: 'category',
label: 'Advanced Guides',
collapsed: false,
items: [
{
type: 'category',
Expand Down Expand Up @@ -194,7 +190,6 @@ module.exports = {
{
type: 'category',
label: 'Development Guides',
collapsed: false,
items: [
'development-guide/configure-development-environment',
{
Expand All @@ -208,7 +203,6 @@ module.exports = {
{
type: 'category',
label: 'Roadmap',
collapsed: false,
items: [
{
type: 'autogenerated',
Expand Down

0 comments on commit e3a0368

Please sign in to comment.